I cannot build 1.3.4cvs --with-frontend=qt. 1.3.3 builds just fine, and so does the xforms frontend. Any ideas?
J�rgen. gcc 3.3.1 automake 1.7.5 autoconf 2.5.7 qt 3.2.1 Menubar.C:19:27: Menubar_pimpl.h: No such file or directory Menubar.C: In constructor `Menubar::Menubar(LyXView*, const MenuBackend&)': Menubar.C:23: error: invalid use of undefined type `struct Menubar::Pimpl' Menubar.h:43: error: forward declaration of `struct Menubar::Pimpl' Menubar.C: In destructor `Menubar::~Menubar()': Menubar.C:29: warning: invalid use of undefined type `struct Menubar::Pimpl' Menubar.h:43: warning: forward declaration of `struct Menubar::Pimpl' Menubar.C: In member function `void Menubar::openByName(const std::string&)': Menubar.C:35: error: `openByName' undeclared (first use this function) Menubar.C:35: error: (Each undeclared identifier is reported only once for each function it appears in.) Menubar.C: In member function `void Menubar::update()': Menubar.C:41: error: `update' undeclared (first use this function) make[4]: *** [Menubar.lo] Fehler 1 make[4]: Leaving directory `/home/juergen/lyx/lyx-stable-commit/src/frontends' make[3]: *** [all-recursive] Fehler 1 make[3]: Leaving directory `/home/juergen/lyx/lyx-stable-commit/src/frontends' make[2]: *** [all-recursive] Fehler 1 make[2]: Leaving directory `/home/juergen/lyx/lyx-stable-commit/src' make[1]: *** [all] Fehler 2 make[1]: Leaving directory `/home/juergen/lyx/lyx-stable-commit/src' make: *** [all-recursive] Fehler 1
