LyXCompiling Lyx 2.2.1 on RHEL6 Linux from Source

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
holyone2
Posts: 1
Joined: Wed Sep 21, 2016 3:27 pm

Compiling Lyx 2.2.1 on RHEL6 Linux from Source

Post by holyone2 »

I'd be grateful with help compiling Lyx; I compiled Lyx 2.1.4 no problem a while back but having issues on 2.2.1.

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
I have attached my log files.
Attachments
configure_output.log
(9.59 KiB) Downloaded 259 times
make.log
(7.9 KiB) Downloaded 253 times
config.log
(88.88 KiB) Downloaded 268 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

scottkosty
Site Moderator
Posts: 542
Joined: Sat Sep 01, 2012 6:38 am

Re: Compiling Lyx 2.2.1 on RHEL6 Linux from Source

Post by scottkosty »

I suggest joining the mailing list lyx-users@lists.lyx.org and/or lyx-devel@lists.lyx.org . I don't know about RHEL6 but we definitely have Fedora users there who are compiling LyX, and most developers use other Linux distros and are very knowledgeable about issues like this.
Post Reply