After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 78112 - Compilation failure in pan-config.c
Compilation failure in pan-config.c
Status: VERIFIED FIXED
Product: Pan
Classification: Other
Component: general
pre-0.12.0 betas
Other Linux
: Normal blocker
: 0.12.0
Assigned To: Charles Kerr
Charles Kerr
Depends on:
Blocks:
 
 
Reported: 2002-04-08 19:38 UTC by chaton.jm
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description chaton.jm 2002-04-08 19:38:09 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
Comment 1 Charles Kerr 2002-04-10 18:27:49 UTC
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.