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 459077 - make check fails to compile 2.13.7
make check fails to compile 2.13.7
Status: RESOLVED DUPLICATE of bug 457641
Product: glib
Classification: Platform
Component: general
2.13.x
Other Mac OS
: Normal minor
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2007-07-21 19:21 UTC by Andreas Färber
Modified: 2007-07-24 08:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas Färber 2007-07-21 19:21:54 UTC
For glib 2.13.7 "make" compiles okay but "make check" fails to compile:

../../glib-2.13.7/glib/gthread.h: In function 'gboolean g_once_init_enter(volatile gsize*)':
../../glib-2.13.7/glib/gthread.h:335: error: cannot convert 'volatile gsize*' to 'void* volatile*' for argument '1' to 'void* g_atomic_pointer_get(void* volatile*)'
make[4]: *** [cxx-test.o] Error 1

glib 2.13.6 did not have this problem; as reported, 2.13.6  compiles okay and fails one test.
Comment 1 Sebastien Bacher 2007-07-24 08:23:02 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 457641 ***