On Wednesday 20 February 2002 6:11 pm, Dekel Tsur wrote: > On Wed, Feb 20, 2002 at 05:10:15PM +0000, Angus Leeming wrote: > > My hacking on the graphics inset has come to the end for the time being I > > hope. I have something that now loads asynchronously and has hooks in place > > to modify the LyX view of the image. > > > > The zipped file is 33kB in size, so I've shoved it here > > > > http://www.devel.lyx.org/~leeming/graphics.diff.bz2 > > > > Please try it out. I propose committing this to cvs but testing never hurts! > > make[3]: Entering directory `/home/dekel/Lyx/lyx-devel2/src/graphics' > g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../.. -I../../boost -isystem /usr/X11R6/include -O -fno-rtti -fno-exceptions -W -Wall -c GraphicsCache.C > In file included from GraphicsCache.C:16: > GraphicsCache.h:94: warning: `class ::grfx::GCache' only defines a private destructor and has no friends > GraphicsCache.h: In function `void __tcf_0()': > GraphicsCache.h:73: `::grfx::GCache::~GCache()' is private > GraphicsCache.C:34: within this context > make[3]: *** [GraphicsCache.o] Error 1
Thanks, Dekel. I think this means that your compiler is crap! You'll find this error occuring more than once, I suspect. Just make the d-tor public. Regards, Angus