I tried building lyx-1.3.4 on my Red Hat 7.3 box. I have qt-3.0.3 installed here and specified --with-frontend=qt during the ./configure stage.
After a couple of hours or so doing the compilation (it's a 333MHz PII with 328M RAM), the build died here: frontends/.libs/libfrontends.a(Toolbar_pimpl.o): In function oolbar::Pimpl::add(int)': Toolbar_pimpl.o(.text+0x1ac7): undefined reference to SizePolicy::QSizePolicy(QSizePolicy::SizeType, QSizePolicy::SizeType, bool)' frontends/.libs/libfrontends.a(BiblioModuleBase.o): In function iblioModuleBase::BiblioModuleBase(QWidget *, char const *, unsigned int)': BiblioModuleBase.o(.text+0x136): undefined reference to SizePolicy::QSizePolicy(QSizePolicy::SizeType, QSizePolicy::SizeType, bool)' BiblioModuleBase.o(.text+0x3db): undefined reference to SizePolicy::QSizePolicy(QSizePolicy::SizeType, QSizePolicy::SizeType, bool)' frontends/.libs/libfrontends.a(ClassModuleBase.o): In function lassModuleBase::ClassModuleBase(QWidget *, char const *, unsigned int)': ClassModuleBase.o(.text+0x1c6): undefined reference to SizePolicy::QSizePolicy(QSizePolicy::SizeType, QSizePolicy::SizeType, bool)' ClassModuleBase.o(.text+0x318): undefined reference to SizePolicy::QSizePolicy(QSizePolicy::SizeType, QSizePolicy::SizeType, bool)' frontends/.libs/libfrontends.a(ClassModuleBase.o)(.text+0x61b): more undefined references to SizePolicy::QSizePolicy(QSizePolicy::SizeType, QSizePolicy::SizeType, bool)' follow collect2: ld returned 1 exit status make[3]: *** [lyx] Error 1 make[3]: Leaving directory /usr1/lyx-1.3.4/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory /usr1/lyx-1.3.4/src' make[1]: *** [all] Error 2 make[1]: Leaving directory /usr1/lyx-1.3.4/src' make: *** [all-recursive] Error 1 Sigh. Tomorrow I'll try it on my Slackware-9.1 notebook which is about 6 times faster than this ol' workhorse. Also, I'll grab the latest checkinstall and use it to build a Slackware-9.1 package, they put that in the incoming/ directory of the ftp server. Rich -- Dr. Richard B. Shepard, President Applied Ecosystem Services, Inc. (TM) <http://www.appl-ecosys.com>
