Hello,
I try to develop Fox-based application (http://www.fox-toolkit.org) on
my Mac.
On the commandline everything works fine:
g++ -g -o a.out -L/usr/local/include/fox-1.4/ -lFOX-1.4
-framework OpenGL SOURCE.cpp
Then i made a xcode-project (c++-command line tool). Compiling and
building works fine, but when I try to start the application I get this
error message:
[Session started at 2005-08-31 08:03:33 +0200.]
ZeroLink: unknown symbol '_XSetErrorHandler'
FoxTEST has exited due to signal 6 (SIGABRT).
And think I am misssing the X11-library.?
In the settings I have for 'Other linker flags': "-lFOX-1.4 -lX11"
Where is the problem and how can I solve it?
Thanks and bye - Robert.
vze35xda@verizon.net - 31 Aug 2005 10:47 GMT
Are you trying to run the Development build, that only runs in the
debugger. Switch to the deployment build in your project build that
and that should run on the command line.
--jim