I tried to compile lyx CVS with ./configure --with-frontend=gnome. Configure ran ok, but i get the following error while compiling:
Making all in gnome make[4]: Entering directory `/home/stefan/source/other/cvs/lyx-devel/src/frontends/gnome' /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I./gnome -I/usr/lib/gtkmm/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/lib/sigc++/include -I../../../src/ -I../../../src/frontends/ -I../../../src/frontends/xforms -I../../../src/frontends/controllers -I../../.. -I../../.. -I../../../boost -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -isystem /usr/X11R6/include -g -O -fno-exceptions -W -Wall -c Dialogs.C g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I./gnome -I/usr/lib/gtkmm/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/lib/sigc++/include -I../../../src/ -I../../../src/frontends/ -I../../../src/frontends/xforms -I../../../src/frontends/controllers -I../../.. -I../../.. -I../../../boost -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -isystem /usr/X11R6/include -g -O -fno-exceptions -W -Wall -Wp,-MD,.deps/Dialogs.pp -c Dialogs.C ../../../src/frontends/controllers/ControlDialogs.h: In method `void ControlDialog<ControlConnectBD>::update()': /usr/lib/gcc-lib/i386-linux/2.95.4/../../../../include/g++-3/stl_construct.h:60: instantiated from here ../../../src/frontends/controllers/ControlDialogs.h:90: invalid use of undefined type `class BufferView' ../../../src/insets/inset.h:25: forward declaration of `class BufferView' ../../../src/frontends/controllers/ControlDialogs.h: In method `void ControlDialog<ControlConnectBD>::show()': /usr/lib/gcc-lib/i386-linux/2.95.4/../../../../include/g++-3/stl_construct.h:60: instantiated from here ../../../src/frontends/controllers/ControlDialogs.h:67: invalid use of undefined type `class BufferView' ../../../src/insets/inset.h:25: forward declaration of `class BufferView' make[4]: *** [Dialogs.lo] Error 1 make[4]: Leaving directory `/home/stefan/source/other/cvs/lyx-devel/src/frontends/gnome' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/stefan/source/other/cvs/lyx-devel/src/frontends' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/stefan/source/other/cvs/lyx-devel/src' make[1]: *** [all-recursive-am] Error 2 make[1]: Leaving directory `/home/stefan/source/other/cvs/lyx-devel/src' make: *** [all-recursive] Error 1 Does anybody have an idea what I could be doing wrong? regards, Stefan