On Thu, 10 Oct 2002, Andrew S. Halper wrote: > Anyone else seeing this in CVS? > > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib >-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 >-I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 >-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 >-I/usr/include/libart-2.0 -I/usr/include/libxml2/libxml -I/usr/include/libxml2 -g -O2 >-Wall -Wunused -Winline -Wmissing-prototypes -Wmissing-declarations >-finline-functions -fstrict-aliasing -Wp,-MD,.deps/cgm.pp -c cgm.c -fPIC -DPIC -o >cgm.lo > In file included from cgm.c:36: > ../../lib/render.h:21: #error "The old Renderer is dead." > make[3]: *** [cgm.lo] Error 1 > make[3]: Leaving directory `/home/ashalper/dia/plug-ins/cgm' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/ashalper/dia/plug-ins' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/ashalper/dia' > make: *** [all-recursive-am] Error 2
Yes. The various plug-in exporters haven't been converted to the new renderer system. If you want to convert them, great! Look at lib/diagdkrenderer.[ch] for how. Otherwise, you can take those subdirs out of plug-ins/Makefile.am to not compile them for now. -Lars -- Lars Clausen (http://shasta.cs.uiuc.edu/~lrclause)| H�rdgrim of Numenor "I do not agree with a word that you say, but I |---------------------------- will defend to the death your right to say it." | Where are we going, and --Evelyn Beatrice Hall paraphrasing Voltaire | what's with the handbasket? _______________________________________________ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://www.lysator.liu.se/~alla/dia/faq.html Main page at http://www.lysator.liu.se/~alla/dia
