I seem to recall that gerbv recently came out wiht a 1.0 release, which apparently took care of a lot of bugs. The version on the CDROM is 0.16. Perhaps you can get the latest off the web & build it?
You must have a very new gcc; I understand that the newest gcc has played havoc on my CD ROM distribution. (I built and tested it on systems using gcc 3.3.3, or thereabouts. FWIW, I intend to roll out a new CD ROM image in teh next few weeks because so much has happened since the last CD ROM. Thanks to all the developers like Al Davis, Stefan Petersen, Ales, Dan, and others who have pushed gEDA so far so quickly! Sturat > > the drama continues. :-) > > Okay, irregardless of the libreadline gnucap is > complete. > > The next error occurs on installing gerbv. > > an issue with exportimage.c and a header, > gdk-pixbuf/gdk-pixbuf.h > > which I do have: > bash-2.05b# find / -name gdk-pixbuf.h -print > /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h > > I'll try manually installing it. > > tail of log: > > > gcc -DHAVE_CONFIG_H -I. -I. -I.. > -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 > -I/usr/lib/glib/include -I/usr/X11R6/include -Wall > -g -O2 -c `test -f exportimage.c || echo > './'`exportimage.c > > exportimage.c:40:35: gdk-pixbuf/gdk-pixbuf.h: No such > file or directory > > exportimage.c:48: error: syntax error before '*' token > > exportimage.c: In function `png_export': > > exportimage.c:53: error: `GdkPixbuf' undeclared (first > use in this function) > > exportimage.c:53: error: (Each undeclared identifier > is reported only once > > exportimage.c:53: error: for each function it appears > in.) > > exportimage.c:53: error: `tempPixBuf' undeclared > (first use in this function) > > exportimage.c:67: warning: implicit declaration of > function `gdk_pixbuf_get_from_drawable' > > exportimage.c:149: warning: implicit declaration of > function `gdk_pixbuf_unref' > > exportimage.c: At top level: > > exportimage.c:161: error: syntax error before '*' > token > > exportimage.c: In function `pixbuf_to_file_as_png': > > exportimage.c:172: error: `pixbuf' undeclared (first > use in this function) > > exportimage.c:173: error: `filename' undeclared (first > use in this function) > > exportimage.c:196: warning: implicit declaration of > function `gdk_pixbuf_get_width' > > exportimage.c:197: warning: implicit declaration of > function `gdk_pixbuf_get_height' > > exportimage.c:198: warning: implicit declaration of > function `gdk_pixbuf_get_bits_per_sample' > > exportimage.c:199: warning: implicit declaration of > function `gdk_pixbuf_get_pixels' > > exportimage.c:199: warning: assignment makes pointer > from integer without a cast > > exportimage.c:200: warning: implicit declaration of > function `gdk_pixbuf_get_rowstride' > > make[2]: *** [exportimage.o] Error 1 > > make[2]: Leaving directory > `/usr/src/geda-sources/gerbv/gerbv-0.16/src' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory > `/usr/src/geda-sources/gerbv/gerbv-0.16' > > make: *** [all] Error 2 > > Failure executing command make, ReturnCode = 2 > > ============== Error! ====================== > I can't make gerbv for you; check the log for the > reason why. > I have experienced an error while installing this > program! > Error string: I can't make gerbv for you; check the > log for the reason why. > > > > __________________________________ > Do you Yahoo!? > The all-new My Yahoo! - What will yours do? > http://my.yahoo.com >
