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 330480 - compile errors on CVS HEAD
compile errors on CVS HEAD
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
unspecified
Other Linux
: Normal blocker
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-09 01:36 UTC by Diego González
Modified: 2006-02-09 20:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Diego González 2006-02-09 01:36:19 UTC
if gcc -DHAVE_CONFIG_H -DPREFIX=\"/opt/gnome2\" -DSYSCONFDIR=\"/etc/X11\" -DDATADIR=\"/opt/gnome2/share\" -DLIBDIR=\"/opt/gnome2/lib\" -DGDM_FACTORY_CONFIG_FILE=\"/etc/X11/gdm/factory-gdm.conf\" -DGDM_SYSCONFDIR_CONFIG_FILE=\"/etc/X11/gdm/gdm.conf\" -DGDM_GLADE_DIR=\"/opt/gnome2/share/gdm\" -I. -I. -I.. -I. -I.. -I../daemon -I../vicious-extensions -DGNOMELOCALEDIR=\""/opt/gnome2/share/locale"\" -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/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libglade-2.0 -I/usr/include/libxml2      -march=pentium-m -mtune=pentium-m -O3 -ffast-math -mfpmath=sse -msse2 -fomit-frame-pointer -pipe -ftracer -Wall -Wmissing-prototypes  -MT gdmwm.o -MD -MP -MF ".deps/gdmwm.Tpo" -c -o gdmwm.o gdmwm.c; \
        then mv -f ".deps/gdmwm.Tpo" ".deps/gdmwm.Po"; else rm -f ".deps/gdmwm.Tpo"; exit 1; fi
In file included from gdmwm.c:38:
gdmcommon.h:35: error: format string argument not a string type

Line 35 is:

33 void      gdm_common_fail                   (int exitstatus,
34                                             const gchar *format, ...)
35                                             G_GNUC_PRINTF (1, 2);

I've gcc 4.0.3 (debian sid). This are my compiling options:

--disable-static        \
--prefix=/opt/gnome2    \
--sysconfdir=/etc/X11   \
--localstatedir=/var    \
--enable-ipv6=yes
Comment 1 Brian Cameron 2006-02-09 20:00:57 UTC
Thanks, fixed in CVS head.