My attempts to compile lyx 1.3.3 with gcc 3.2.3-r3 using qt 3.2.3-r1 under a 2.4.22 Linux kernel are getting clobbered. I'm configuring --with-frontend=qt and --with-x. Here's the failure msg:
g++ -DHAVE_CONFIG_H -I. -I. -I../../../../../src -I../../../../../src -I../../../../../src/frontends -I../../../../../src/frontends/controllers -I./qt2 -I/usr/qt/3/include -I../../../../../boost -isystem /usr/X11R6/include -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_TRANSLATION -O -fno-exceptions -c QSearchDialogBase_moc.C -MT QSearchDialogBase_moc.lo -MD -MP -MF .deps/QSearchDialogBase_moc.TPlo QSearchDialogBase_moc.C: In static member function `static QMetaObject* QSearchDialogBase::staticMetaObject()': QSearchDialogBase_moc.C:61: `P5blic' is not a member of type `QMetaData' make[6]: *** [QSearchDialogBase_moc.lo] Error 1 make[6]: Leaving directory `/usr/src/lyx-1.3.3/src/frontends/qt2/ui/moc' make[5]: *** [all-recursive] Error 1 make[5]: Leaving directory `/usr/src/lyx-1.3.3/src/frontends/qt2/ui' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/usr/src/lyx-1.3.3/src/frontends/qt2' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/src/lyx-1.3.3/src/frontends' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/lyx-1.3.3/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/src/lyx-1.3.3/src' make: *** [all-recursive] Error 1 Any help or insight appreciated. Chris Menzel
