"Lars Gullik Bjønnes" wrote: > > > SO... if you DARE! turn on the NEW_INSETS in lyxparagraph.h and try it > out. One note of caution... files saved with this turned on will not > be loadable in all cases by lyx with new_insets turned off... > (but it should actually be loadable in most cases, because the new > inset support is present but not enabled. > > Lgb Well, I tried. gcc3.0 log attached. Does not look like your fault tho. Garst
Making all in mathed make[3]: Entering directory `/usr/local/garst/lyx-devel/src/mathed' /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../ -I../.. -I../.. -I../../boost -isystem /usr/X11R6/include -O -fvtable-thunks -fno-builtin -ffunction-sections -fdata-sections -W -Wall -c formula.C g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../ -I../.. -I../.. -I../../boost -isystem /usr/X11R6/include -O -fvtable-thunks -fno-builtin -ffunction-sections -fdata-sections -W -Wall -Wp,-MD,.deps/formula.pp -c formula.C -o formula.o formula.C:892:2: warning: #warning This is a terrible hack! We should find a better solution. formula.C:1020:2: warning: #warning This is a terrible hack! We should find a better solution. ../../src/ShareContainer.h: In member function `typename std::vector<boost::shared_ptr<T>, std::allocator<boost::shared_ptr<T> > >::value_type ShareContainer<Share>::get(const Share&) const [with Share = LyXFont]': ../../src/lyxparagraph.h:516: instantiated from here ../../src/ShareContainer.h:43: no matching function for call to `swap(boost::shared_ptr<LyXFont>&, boost::shared_ptr<LyXFont>&)' make[3]: *** [formula.lo] Error 1 make[3]: Leaving directory `/usr/local/garst/lyx-devel/src/mathed' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/garst/lyx-devel/src' make[1]: *** [all-recursive-am] Error 2 make[1]: Leaving directory `/usr/local/garst/lyx-devel/src' make: *** [all-recursive] Error 1 Command exited with non-zero status 2 55.47user 1.37system 0:57.53elapsed 98%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (10286major+21219minor)pagefaults 0swaps