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 651576 - implicit declaration of function ‘g_atomic_int_exchange_and_add’
implicit declaration of function ‘g_atomic_int_exchange_and_add’
Status: RESOLVED DUPLICATE of bug 651514
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-05-31 20:49 UTC by Olivier Le Thanh Duong
Modified: 2011-05-31 22:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Olivier Le Thanh Duong 2011-05-31 20:49:17 UTC
After ignoring the error in #651575, I get the following error :
cc1: warnings being treated as errors
gstpoll.c: In function ‘raise_wakeup’:
gstpoll.c:179:3: error: implicit declaration of function ‘g_atomic_int_exchange_and_add’
gstpoll.c:179:3: error: nested extern declaration of ‘g_atomic_int_exchange_and_add’

(from a jhbuild with gnome 3.2 moduleset)
Comment 1 Olivier Le Thanh Duong 2011-05-31 20:50:20 UTC
This error seems to be happening in evolution too so the bug may be in glib
Comment 2 David Schleef 2011-05-31 22:09:25 UTC

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