Re: X11CallCarbonandCocoa sample code - Xcode build attempts fail
Re: X11CallCarbonandCocoa sample code - Xcode build attempts fail
- Subject: Re: X11CallCarbonandCocoa sample code - Xcode build attempts fail
- From: Izidor Jerebic <email@hidden>
- Date: Sat, 21 Aug 2004 21:56:24 +0200
On 21 Aug 2004, at 21:09, Bill Jones wrote:
Always get 6 errors pointing at "#include <X11/Intrinsic.h>" code
line in X11Code.c file when I
build and debug.
For developing X-Windows applications you need to install X-Windows
SDK. Those errors probably mean you did not install it. It is not
installed by default, because X-Windows apps are not quite native
MacOS-X apps (they do run, but look a bit strange)...
You need to do Custom install of developer tools (XcodeTools.mpkg),
because standard install does not include X11 SDK. Or you can just
additionally install X11SDK.pkg, which should reside together with the
other packages in folder Packages.
I typically do a Custom install and click all packages. It does use a
bit more disk, but disk space is cheap and plentiful today.
Am including 1 screen copy - hope that's OK in this forum.
This mailing lists strips attachments, so we don't see anything :-)
izidor
P.S. The latest version of Xcode tools is 1.5 and you probably want to
have it, due to less bugs and easier communication with other
developers in case of problems.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.