Alex Lobanovski wrote: > Hello Dear All!
Hi, Alex. > Please, excuse me if this is not correct mailing list or my question is > not relevant for all of you. You've found the right place. > I'm trying to build the latest (1.3.4) LyX binary for my system (FC2 > linux 2.6.5 x86_64 GNU/Linux - for AMD64 CPU). > Did anyone succeed with this? > I did not. First question: what version of g++ are you using? If you're trying to build lyx 1.3.4 with g++ 3.4 then you should stop. Grab the 1.3.5 sources from the cvs repository (www.devel.lyx.org/cvs.php3) and try again. > I got the following output > g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost -isystem > /usr/X11R6/include -O -c formulabase.C -MT formulabase.lo -MD -MP -MF > .deps/formulabase.TPlo > /usr/include/c++/3.3.3/x86_64-redhat-linux/bits/atomicity.h: In member > function > `virtual Inset::RESULT InsetFormulaBase::localDispatch(const > FuncRequest&)': > /usr/include/c++/3.3.3/x86_64-redhat-linux/bits/atomicity.h:40: error: > inconsistent operand constraints in an `asm' There is stuff hard-coded in the boost/boost/config.hpp file that may well be incorrect for your system. > > I will try to dig into it myself also.... but any ideas, clues, signs,,, > anything would be really appreciated. There is stuff hard-coded in the boost/boost/config.hpp file that may well be incorrect for your system. But have courage. If 'configure' worked then so should the rest. Eventually... -- Angus