Hi,
While running a precompiled app, I get the following message:
XXZZ create context..
XXZZ make current 1..
dyld: lazy symbol binding failed: Symbol not found: _gluPerspective
Referenced from: /Users/user1/lib/libwsopengl.dylib
Expected in: /usr/X11R6/lib/libGL.1.dylib
dyld: Symbol not found: _gluPerspective
Referenced from: /Users/user1/lib/libwsopengl.dylib
Expected in: /usr/X11R6/lib/libGL.1.dylib
Trace/BPT trap
Can I solve the issue without recompiling the whole sources?
Best regards,
LoB
Eric Albert - 27 Oct 2005 06:07 GMT
> While running a precompiled app, I get the following message:
>
[quoted text clipped - 11 lines]
>
> Can I solve the issue without recompiling the whole sources?
You need to install X11. It's on your OS install disc.
Hope this helps,
Eric

Signature
Eric Albert ejalbert@cs.stanford.edu
http://outofcheese.org/
l0o0o0b@yahoo.fr - 29 Oct 2005 09:57 GMT
Thanks Eric but... X11 is installed on my machine and its is running
OK.
LoB
Michael Ash - 29 Oct 2005 11:32 GMT
> Thanks Eric but... X11 is installed on my machine and its is running
> OK.
Install the X11 SDK from your Xcode installer.

Signature
Michael Ash
Rogue Amoeba Software
l0o0o0b@yahoo.fr - 31 Oct 2005 21:40 GMT
Sorry but the X11 SDK (v3.3) is installed on my machine. Is the issue
linked to a different behaviour of OpenGL on Macs compared to other
platforms?