The attached mentions the necessary workaround for RH7.0 users doing --with-frontend=kde. Apparently that's how RH built all the KDE/Qt libraries. thanks john -- "The HP-UX CC compiler cannot handle two consecutive semicolons. It is a silly compiler." - kdeveloper.org
Index: ChangeLog =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/ChangeLog,v retrieving revision 1.766 diff -u -p -r1.766 ChangeLog --- ChangeLog 2001/02/06 15:17:11 1.766 +++ ChangeLog 2001/02/08 14:09:58 @@ -1,3 +1,7 @@ +2001-02-08 John Levon <[EMAIL PROTECTED]> + + * INSTALL: mention RH7.0 workaround with kde f.e. + 2001-02-06 albert chin <[EMAIL PROTECTED]> * acconfig.h: Index: INSTALL =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/INSTALL,v retrieving revision 1.23 diff -u -p -r1.23 INSTALL --- INSTALL 2001/02/06 15:17:11 1.23 +++ INSTALL 2001/02/08 14:09:58 @@ -313,8 +313,19 @@ notify us. then you need to upgrade the version of the xforms library you have installed. + o If you are using RedHat 7.0 and the option --with-frontend=kde, you + will need to configure LyX as follows : + + export QTDIR=/usr/lib/qt-1.45 + export CC="egcs -L/usr/lib" + export CXX="egcs++ -L/usr/lib" + ./configure --with-frontend=kde + + If you your version of gcc-c++ is > 2.96-69, you may not need to do + this. + o If you have GNU gettext installed on your system (e.g. on linux), - you will get tons of warnings like: + you may get tons of warnings like: bullet_forms.C:101: warning: passing `char *' to argument 1 of `__builtin_constant_p(int)' lacks a cast