Maarten D. de Jong wrote: > Hi there. > > I am having serious trouble getting LyX 1.3.4 to compile on my system, > which has both a functional gcc 2.95.3 and 3.4.0 installed. I am > compiling without the Qt-interface, but with xforms 1.0.0. The errors I > get from the compilers (especially those with 3.4.0) are too massive to > reproduce in a few lines; I will post them to the list later when I > figure out how to capture the output from 'make'.
$ make 2>&1 > make.log This assumes that you are using a bourne-like shell. Eg sh, bash, or ksh. If you're using csh, I believe that the syntax is: $ make >& make.log > But first I would like to ask whether other people have > experienced trouble with the above > combinations, and may provide simple tips to get things going. lyx 1.3.4 will not compile with g++ 3.4 which was released some time after lyx 1.3.4. The lyx 1.3 branch in the cvs tree does compile with g++ 3.4, so lyx 1.3.5 will be ok in this regard. lyx 1.3.4 does compile with g++ 2.95, so there is hope. -- Angus