On Thu, 2013-05-23 at 21:33 -0700, leo2013 wrote: > /home/leo/libreproj/zlibreoffice/core/sfx2/source/view/viewfrm.cxx: In > static member function ‘static bool SfxViewFrame::IsSidebarEnabled()’: > /home/leo/libreproj/zlibreoffice/core/sfx2/source/view/viewfrm.cxx:3416:57: > error: ‘officecfg::Office::Common::Misc::ExperimentalSidebar’ has not been > declared
I think this is because of an incremental build where the "old" generated headers from the officecfg dir are in "solver" while the "new" ones are in workdir/someplace and you're building against the old ones. The easiest solution is make clean && make C. _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
