Re: Build X application with XCode?
Re: Build X application with XCode?
- Subject: Re: Build X application with XCode?
- From: "Philip J. Schneider" <email@hidden>
- Date: Sat, 12 Mar 2011 09:02:17 -0800
Thanks...I'll have a look...
In the meantime, I did manage to find an XCode project on the web
that builds an X11 app successfully. So, of course I just copied the
project, and replaced the source files with mine, as a start.
The app uses -lXm -lXt -lSM -lICE -lX11. The Motif lib comes from my
fink install (all of this works with an old-school Makefile setup).
My first attempt was to get the other libs and includes from
/opt/X11, but was getting crashes (EXC_BAD_ACCESS) upon running.
Depending on the listing of the libs in the link line, it would crash
either in Xt or Xm.
On a whim, I changed from using the includes & libs from /opt/X11,
and used the ones in /usr/X11. This resulted in a correctly
functioning application.
Looks like some sort of library incompatibility?
Ideas?
-- Philip
At 5:23 PM +0100 3/12/11, Keith J. Schultz wrote:
Hi Phillip,
You can develop with Xcode.
But, Macport has alot of X-stuff.
Take a look of what they have.
regards
Keith
Am 12.03.2011 um 16:09 schrieb Philip J. Schneider:
Greetings -
It seems one ought to be able to build X11 applications using
XCode (I'm on 4 now, FWIW). Can't find much of anything on the web
or docs regarding this. Does anyone have any info, or (ideally) a
project example?
My apologies if this is sheer lunacy... :-)
Thanks!
-- Philip
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden