On Tue, 26 May 2009 02:14:58 +0100, Peter Clifton wrote: > What version of gschem is it based on? > > My cairo branch, + some local stuff. It should apply to git HEAD though > (untested). >
I tried to apply the patch to your cairo branch (git checkout -b cairo_experiment origin/cairo_experiment). However, I get incompatible pointer type errors: gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I/ usr/local/include -I../intl -I../include -I/usr/local/include -I/usr/ include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/ usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/ include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/ include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/ include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/ include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/ glib-2.0 -I/usr/lib/glib-2.0/include -Wall -g -O2 -MT o_move.o -MD - MP -MF .deps/o_move.Tpo -c -o o_move.o o_move.c o_move.c: In function ‘o_move_check_endpoint’: o_move.c:511: warning: passing argument 1 of ‘s_page_append’ from incompatible pointer type o_move.c:511: warning: passing argument 2 of ‘s_page_append’ from incompatible pointer type o_move.c:511: error: too few arguments to function ‘s_page_append’ make[2]: *** [o_move.o] Error 1 make[2]: Leaving directory `/usr/local/geda-src/pcjc2/gschem/src' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/usr/local/geda-src/pcjc2/gschem' make: *** [gschem_install] Error 2 Anything I can do about this? ---<(kaimartin)>--- -- Kai-Martin Knaak tel: +49-511-762-2895 Universität Hannover, Inst. für Quantenoptik fax: +49-511-762-2211 Welfengarten 1, 30167 Hannover http://www.iqo.uni-hannover.de GPG key: http://pgp.mit.edu:11371/pks/lookup?search=Knaak+kmk&op=get _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

