Hi,
I'm trying to compile LyX-CVS against Open Xforms. I came quite a long way so far, but got stuck at the present error message. Can anybody explain to me what could be the reason for this error at the very end of my make: -------------------------------------------------------------------------- [...] g++ -g -O -fno-exceptions -W -Wall -pthread -o lyx BufferView.o BufferView2.o BufferView_pimpl.o Bullet.o Chktex.o ColorHandler.o CutAndPaste.o DepTable.o FloatList.o Floating.o FontInfo.o FontLoader.o FuncStatus.o LColor.o LaTeX.o LaTeXFeatures.o LyXAction.o LyXView.o MenuBackend.o Painter.o PainterBase.o ParagraphParameters.o Spacing.o TextCache.o Thesaurus.o ToolbarDefaults.o WorkArea.o XFormsView.o box.o buffer.o bufferlist.o bufferparams.o bufferview_funcs.o chset.o converter.o debug.o encoding.o exporter.o font.o gettext.o importer.o intl.o iterators.o kbmap.o kbsequence.o language.o lastfiles.o lengthcommon.o lyx_cb.o lyx_gui.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 lyxlookup.o lyxrc.o lyxrow.o lyxserver.o lyxtextclass.o lyxtextclasslist.o lyxvc.o main.o minibuffer.o paragraph.o paragraph_pimpl.o screen.o sp_spell.o tabular.o tabular-old.o tabular_funcs.o tex-accent.o tex-strings.o texrow.o text.o text2.o tracer.o trans.o trans_mgr.o undo.o undo_funcs.o undostack.o vc-backend.o version.o vspace.o -L/opt/lib -L/usr/local/lib mathed/.libs/libmathed.a insets/.libs/libinsets.a frontends/.libs/libfrontends.a -lforms -lXpm graphics/.libs/libgraphics.a support/.libs/libsupport.a ../sigc++/.libs/libsigc.a ../intl/libintl.a -ljpeg -lSM -lICE -lc -lm -L/usr/X11R6/lib -lX11 frontends/.libs/libfrontends.a(GUIRunTime.o): In function `GUIRunTime::initialiseGraphics(void)': /home/lahaye/SOFTWARE/lyx-devel/src/frontends/xforms/../../../sigc++/func_slot.h:60: undefined reference to `grfx::GImageXPM::newImage(void)' /home/lahaye/SOFTWARE/lyx-devel/src/frontends/xforms/../../../sigc++/func_slot.h:60: undefined reference to `grfx::GImageXPM::loadableFormats(void)' gmake[3]: *** [lyx] Error 1 -------------------------------------------------------------------------- Thanks, Rob.