When I configure, it only has a minor error due to Image Magic which I believe I can ignore. The make fails with:
Code: Select all
/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../include/c++/4.4.7/tr1_impl/functional:1225: note: typename std::result_of<const volatile _Functor(typename std::result_of<std::_Mu<_Bound_args, std::is_bind_expression::value, (std::is_placeholder::value > 0)>(_Bound_args, std::tuple<_UElements ...>)>::type ...)>::type std::_Bind<_Functor(_Bound_args ...)>::operator()(_Args& ...) const volatile [with _Args = int, int, _Functor = void (*)(pid_t, int), _Bound_args = std::_Placeholder<1>, std::_Placeholder<2>]
make[5]: *** [ForkedCalls.o] Error 1
make[5]: Leaving directory `/local/scratch/bml1g12/Software/lyx-2.2.1/source_original_copy/src/support'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/local/scratch/bml1g12/Software/lyx-2.2.1/source_original_copy/src/support'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/local/scratch/bml1g12/Software/lyx-2.2.1/source_original_copy/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/local/scratch/bml1g12/Software/lyx-2.2.1/source_original_copy/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/local/scratch/bml1g12/Software/lyx-2.2.1/source_original_copy'
make: *** [all] Error 2