Anybody knows why the compiler doesn't want lyx?
Or where to find a decent version of gcc?
configure with all sorts of options tried.. ;-(
gcc -v :
Reading specs from /usr/lib/gcc-lib/powerpc-suse-linux/2.95.3/specs
gcc version 2.95.3 19991030 (prerelease/franzo/20000625)
Seems to be a bit beta...
Making all in mathed
make[3]: Entering directory `/home/nick/lyx-1.1.5fix2/src/mathed'
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I../../src -I../../images -I./../ -I/usr/lib/g++-include -isystem
/usr/X11R6/include -g -O2 -c formula.C
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../
-I/usr/lib/g++-include -isystem /usr/X11R6/include -g -O2 -c formula.C -o
formula.o
In file included from ../../src/lyxfont.h:21,
from ../../src/insets/lyxinset.h:23,
from formula.h:26,
from formula.C:29:
../../src/LString.h:21: conflicting types for `typedef class lyxstring
string'
/usr/lib/g++-include/string:9: previous declaration as `typedef class
basic_string<char,string_char_traits<char>,__default_alloc_template<true,0>
> string'
make[3]: *** [formula.lo] Error 1
make[3]: Leaving directory `/home/nick/lyx-1.1.5fix2/src/mathed'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/nick/lyx-1.1.5fix2/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/home/nick/lyx-1.1.5fix2/src'
make: *** [all-recursive] Error 1
have fun*
Niklas