|
From: Charles M. <cm...@in...> - 2006-07-01 18:15:22
|
> 201}otool -L /sw/lib/python2.4/site-packages/glew/glew.so > /sw/lib/python2.4/site-packages/glew/glew.so: > /System/Library/Frameworks/OpenGL.framework/Versions/A/ > OpenGL (compatibility version 1.0.0, current version 1.0.0) > /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, > current version 1.0.0) > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, > current version 88.1.6) > > Well, no libGLEW referenced in there. Doesn't seem right, right? > The libs got built and are there, though: I think I see the problem. The glew-nox-py.info file references the setup-osx.py script. This is actually out of date, because the regular setup.py file works fine on osx. Your build isn't linked against against glew, because the old instructions told to pass it on the command line during compilation. Enough excuses, you have two options now: 1) I am attaching glew-nox-py.info file with the simple changes. Try to build an install with this. 2) I am going to send you a build I did on 10.4-ppc. It imports fine. I don't know how to make fink detect the info files so I built it by hand with the python2.4 provided by fink. - Charlie |