I need some help in figuring out what went wrong here. Yesterday, I upgraded to qt-3.3.1 so I could build Scribus on my RH 7.3 box. So, this morning as I tried to build lyx-1.3.4, I used the following configuration options:
--with-frontend=qt --with-qt-dir=/usr/lib/qt-3.3 At the end of ./configure that version of qt was found (3.3.1) Here's where 'make' barfed: g++ -O -fno-exceptions -ftemplate-depth-30 -Wno-non-template-friend -o lyx BufferView.o BufferView_pimpl.o Bullet.o Chktex.o CutAndPaste.o DepTable.o FloatList.o Floating.o FuncStatus.o InsetList.o LColor.o LaTeX.o LaTeXFeatures.o LyXAction.o MenuBackend.o paragraph_funcs.o ParagraphList.o ParagraphParameters.o Spacing.o TextCache.o Thesaurus.o ToolbarDefaults.o boost.o boost-inst.o box.o buffer.o bufferlist.o bufferparams.o bufferview_funcs.o chset.o converter.o counters.o debug.o encoding.o exporter.o gettext.o factory.o funcrequest.o importer.o intl.o iterators.o kbmap.o kbsequence.o language.o lastfiles.o lengthcommon.o lyx_cb.o lyx_main.o lyx_sty.o lyxcursor.o lyxfont.o lyxfind.o lyxfunc.o lyxgluelength.o lyxlayout.o lyxlength.o lyxlex.o lyxlex_pimpl.o lyxrc.o lyxrow.o lyxserver.o lyxtextclass.o lyxtextclasslist.o lyxvc.o main.o paragraph.o paragraph_pimpl.o ispell.o pspell.o sgml.o tabular.o tabular-old.o tabular_funcs.o tex-accent.o tex-strings.o texrow.o text.o text2.o text3.o toc.o trans.o trans_mgr.o undo.o undo_funcs.o vc-backend.o version.o vspace.o mathed/.libs/libmathed.a insets/.libs/libinsets.a frontends/.libs/libfrontends.a -L/opt/qt/lib -lqt graphics/.libs/libgraphics.a support/.libs/libsupport.a ../boost/libs/regex/src/.libs/libboostregex.a ../boost/libs/signals/src/.libs/libboostsignals.a -lSM -lICE -lc -lm -L/usr/X11R6/lib -lX11 frontends/.libs/libfrontends.a(Toolbar_pimpl.o): In function oolbar::Pimpl::add(int)': Toolbar_pimpl.o(.text+0x1ac7): undefined reference to `QSizePolicy::QSizePolicy(QSizePolicy::SizeType, QSizePolicy::SizeType, bool)' frontends/.libs/libfrontends.a(BiblioModuleBase.o): In function `BiblioModuleBase::BiblioModuleBase(QWidget *, char const *, unsigned int)': BiblioModuleBase.o(.text+0x136): undefined reference to `QSizePolicy::QSizePolicy(QSizePolicy::SizeType, QSizePolicy::SizeType, bool)' BiblioModuleBase.o(.text+0x3db): undefined reference to `QSizePolicy::QSizePolicy(QSizePolicy::SizeType, QSizePolicy::SizeType, bool)' frontends/.libs/libfrontends.a(ClassModuleBase.o): In function `ClassModuleBase::ClassModuleBase(QWidget *, char const *, unsigned int)': ClassModuleBase.o(.text+0x1c6): undefined reference to `QSizePolicy::QSizePolicy(QSizePolicy::SizeType, QSizePolicy::SizeType, bool)' ClassModuleBase.o(.text+0x318): undefined reference to `QSizePolicy::QSizePolicy(QSizePolicy::SizeType, QSizePolicy::SizeType, bool)' frontends/.libs/libfrontends.a(ClassModuleBase.o)(.text+0x61b): more undefined references to `QSizePolicy::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 I thought that the missing QSizePolicy _was_ in qt-3.3.1. That's why I'm stymied. Thanks, Rich -- Dr. Richard B. Shepard, President Applied Ecosystem Services, Inc. (TM) <http://www.appl-ecosys.com>
