Alexander Hansen wrote: [] >> gdkevents-x11.c: In function 'gdk_event_translate': >> gdkevents-x11.c:2110: error: 'RRNotify' undeclared (first use in >> this function) >> gdkevents-x11.c:2110: error: (Each undeclared identifier is >> reported only once >> gdkevents-x11.c:2110: error: for each function it appears in.) >> gdkevents-x11.c:2112: error: 'XRRNotifyEvent' undeclared (first >> use in this function) >> gdkevents-x11.c:2112: error: 'notify' undeclared (first use in >> this function) [] >> Removing fink-buildlock-gtk+2-2.14.3-1 ... >> Failed: phase compiling: gtk+2-2.14.3-1 failed
On one machine, I get almost the same error: gdkevents-x11.c: In function 'gdk_event_translate': gdkevents-x11.c:2112: error: 'XRRNotifyEvent' undeclared (first use in this function) gdkevents-x11.c:2112: error: (Each undeclared identifier is reported only once gdkevents-x11.c:2112: error: for each function it appears in.) gdkevents-x11.c:2112: error: 'notify' undeclared (first use in this function) I don't get the 'RRNotify' undeclared error there. This is on 10.5.5/intel+xcode-3.1 with stock Apple X11. This has RRNotify defined in /usr/X11/include/X11/extensions/randr.h. With xquartz updates, one gets additionally XRRNotifyEvent in /usr/X11/include/X11/extensions/Xrandr.h. With xcode-3.0, there is neither RRNotify nor XRRNotifyEvent defined. It looks like one has to undefine HAVE_RANDR manually to get a consistent behavior. -- Martin ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
