Re: [Xquartz-dev] 2.3.2_beta3 on Tiger in X11R7.2
Am 17.11.2008 um 13:55 schrieb Jeremy Huddleston:
Ok... try changing the two <availability.h>s to <AvailabilityMacros.h>
(A #ifdef Mac OS X is coming?) After this correction compilation now stops here: X11Controller.m: In function '-[X11Controller install_window_menu:]': X11Controller.m:156: error: 'NSUInteger' undeclared (first use in this function) X11Controller.m:156: error: (Each undeclared identifier is reported only once X11Controller.m:156: error: for each function it appears in.) X11Controller.m:156: error: parse error before ']' token X11Controller.m:166: error: parse error before ']' token The same data type is also used in: ./xserver/hw/xquartz/pbproxy/x-selection.m:664: NSUInteger length; ./xserver/hw/xquartz/pbproxy/x-selection.m:829: NSUInteger length; ./xserver/hw/xquartz/pbproxy/x-selection.m:880: NSUInteger length; ./xserver/hw/xquartz/pbproxy/x-selection.m:1196: NSUInteger length; -- Greetings Pete Never be led astray onto the path of virtue
Try changing them to size_t or unsigned. On Nov 17, 2008, at 06:38, Peter Dyballa wrote:
Am 17.11.2008 um 13:55 schrieb Jeremy Huddleston:
Ok... try changing the two <availability.h>s to <AvailabilityMacros.h>
(A #ifdef Mac OS X is coming?)
After this correction compilation now stops here:
X11Controller.m: In function '-[X11Controller install_window_menu:]': X11Controller.m:156: error: 'NSUInteger' undeclared (first use in this function) X11Controller.m:156: error: (Each undeclared identifier is reported only once X11Controller.m:156: error: for each function it appears in.) X11Controller.m:156: error: parse error before ']' token X11Controller.m:166: error: parse error before ']' token
The same data type is also used in:
./xserver/hw/xquartz/pbproxy/x-selection.m:664: NSUInteger length; ./xserver/hw/xquartz/pbproxy/x-selection.m:829: NSUInteger length; ./xserver/hw/xquartz/pbproxy/x-selection.m:880: NSUInteger length; ./xserver/hw/xquartz/pbproxy/x-selection.m:1196: NSUInteger length;
-- Greetings
Pete
Never be led astray onto the path of virtue
_______________________________________________ Xquartz-dev mailing list Xquartz-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/xquartz-dev
participants (2)
-
Jeremy Huddleston
-
Peter Dyballa