Re: How to start exe in X11?
Re: How to start exe in X11?
- Subject: Re: How to start exe in X11?
- From: Mark Wagner <email@hidden>
- Date: Tue, 14 Apr 2009 14:28:39 -0700
On Tue, Apr 14, 2009 at 06:27, Bo Huang <email@hidden> wrote:
> Hi
>
> I have an xcode project that builds an exe that requires running on X11. But xcode launches it in Bash, and I get
>
> Caught exception: An InternalError exception was thrown (XOpenDisplay failed).
> /Users/Bo/SVN/MantaRay_remote/UserInterface/XWindowUI.cc:159
>
> How do I adjust xcode to run/debug in X11?
Your "DISPLAY" environment variable isn't set properly. You need to
set it to ":0.0" before running your program (assuming you're running
X locally).
--
Mark Wagner
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden