GNOME Bugzilla – Bug 78112
Compilation failure in pan-config.c
Last modified: 2009-08-15 18:40:50 UTC
$uname -a Linux dolmen 2.4.14 #1 Mon Nov 26 12:07:32 CET 2001 alpha unknown $gcc --version 2.95.4 $make ... gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/stow/pan/include/pan -DGNOMELOCALEDIR=\""/usr/local/stow/pan/share/locale"\" -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/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -g -O2 -c `test -f pan-config.c || echo './'`pan-config.c pan-config.c: In function `config_set_or_add_node': pan-config.c:224: incompatible type for argument 3 of `config_create_node' pan-config.c: In function `pan_config_load': pan-config.c:551: incompatible type for argument 3 of `config_create_node' make[3]: *** [pan-config.o] Error 1 make[3]: Leaving directory `/usr/local/src/pan-0.11.90/pan/base' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/pan-0.11.90/pan' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/pan-0.11.90' make: *** [all] Error 2
Looks like NULL can't be cast as a va_list on some platforms. I've fixed this in CVS, thanks. If you'd like to have your name in Help|About|Credits for 0.12.0, add a comment with the name you'd like listed.