Re: X11 Source Code Update
Re: X11 Source Code Update
- Subject: Re: X11 Source Code Update
- From: asxless <email@hidden>
- Date: Thu, 26 Jun 2003 11:52:54 -0500
On 6/26/03 10:34 AM, "John Harper" <email@hidden> wrote:
> On Thursday, June 26, 2003, at 7:37, asxless wrote:
>> depending in programs/Xserver/hw/apple...
>
> these are just warnings from the "make depend" stage, they shouldn't
> matter. cd into programs/Xserver/hw/apple, then run make. What errors
> do you see then?
I have included the full terminal listing since it is 'reasonably' short.
[TiBook:Xserver/hw/apple] asxless% make
rm -f rootless-window.o
/usr/bin/cc -c -g -Os -Wall -Wpointer-arith -no-cpp-precomp -I.
-I../../../../programs/Xserver/mi -I../../../../programs/Xserver/fb
-I../../../../include/extensions
-I../../../../programs/Xserver/render -I../../../../programs/Xserver/include
-I../../../../exports/include/X11
-I../../../../programs/Xserver/os -I../../../../programs/Xserver/Xext
-I../../../../programs/Xserver/GL/apple
-I../../../../exports/include -I../../../../include/fonts
-F/System/Library/Frameworks/ApplicationServices.framework/Frameworks
-I../../../.. -I../../../../exports/include -D__DARWIN__ -DNO_ALLOCA
-DX_LOCALE -DCSRG_BASED -DSHAPE -DXKB -DLBX -DXAPPGROUP -DXCSECURITY
-DTOGCUP -DXF86BIGFONT -DDPMSExtension -DPIXPRIV -DPANORAMIX -DRENDER
-DRANDR -DAVOID_GLYPHBLT -DPIXPRIV -DSINGLEDEPTH
-DXvExtension -DXFree86Server
-DXvMCExtension
-DSMART_SCHEDULE -DBUILDDEBUG -DXResExtension
-DX_BYTE_ORDER=UNKNOWN_BYTE_ORDER -UX_BYTE_ORDER -DROOTLESS -DDDXTIME
-DNDEBUG -DXBINDIR=/usr/X11R6/bin -DXINITDIR=/usr/X11R6/lib/X11/xinit
rootless-window.c
rootless-window.c: In function `xa_native_screen_origin':
rootless-window.c:69: warning: comparison between signed and unsigned
rootless-window.c: In function `xa_native_window_id':
rootless-window.c:70: warning: comparison between signed and unsigned
rootless-window.c: In function `xa_apple_no_order_in':
rootless-window.c:71: warning: comparison between signed and unsigned
rootless-window.c: In function `rootlessEnsureFrame':
rootless-window.c:535: error: structure has no member named `window_level'
rootless-window.c:537: error: structure has no member named `window_level'
rootless-window.c:538: error: `XP_WINDOW_LEVEL' undeclared (first use in
this function)
rootless-window.c:538: error: (Each undeclared identifier is reported only
once
rootless-window.c:538: error: for each function it appears in.)
rootless-window.c: In function `RootlessSetWindowLevel':
rootless-window.c:723: error: structure has no member named `window_level'
rootless-window.c:725: error: structure has no member named `window_level'
rootless-window.c:727: error: `XP_WINDOW_LEVEL' undeclared (first use in
this function)
rootless-window.c: In function `RootlessCopyWindow':
rootless-window.c:1134: warning: comparison between signed and unsigned
rootless-window.c: In function `RootlessRepositionWindow':
rootless-window.c:1741: error: structure has no member named `window_level'
rootless-window.c:1743: error: structure has no member named `window_level'
rootless-window.c:1745: error: `XP_WINDOW_LEVEL' undeclared (first use in
this function)
rootless-window.c: In function `RootlessChangeBorderWidth':
rootless-window.c:1870: warning: comparison between signed and unsigned
make: *** [rootless-window.o] Error 1
[TiBook:Xserver/hw/apple] asxless%
Thanks again John for your interest/help in debugging this make problem.
-- asxless
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.