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 645683 - Problem with XFixesCreatePointerBarrier on compiling with jhbuild
Problem with XFixesCreatePointerBarrier on compiling with jhbuild
Status: RESOLVED DUPLICATE of bug 645630
Product: gnome-shell
Classification: Core
Component: building
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-03-25 21:55 UTC by md1512
Modified: 2011-03-25 22:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description md1512 2011-03-25 21:55:47 UTC
During the build phase of gnome-shell with jhbuild (on Debian Sid x64 ) , it crash and show this message 


cc1: warnings being treated as errors
shell-global.c: In function ‘shell_global_create_pointer_barrier’:
shell-global.c:911:5: error: implicit declaration of function ‘XFixesCreatePointerBarrier’
shell-global.c: In function ‘shell_global_destroy_pointer_barrier’:
shell-global.c:937:3: error: implicit declaration of function ‘XFixesDestroyPointerBarrier’
shell-global.c:937:39: error: ‘PointerBarrier’ undeclared (first use in this function)
shell-global.c:937:39: note: each undeclared identifier is reported only once for each function it appears in
shell-global.c:937:54: error: expected ‘)’ before ‘barrier’

and after this

*** Error during phase build of gnome-shell: ########## Errore nell'eseguire make  -j4 *** [38/41]
Comment 1 Owen Taylor 2011-03-25 22:01:50 UTC
https://bugzilla.gnome.org/show_bug.cgi?id=645630

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