Pat Schloss wrote: > Hi, > > I'm trying to install arb from the unstable source in OSX 10.4 using fink > 0.8.1 and it his hitting a snag on glew. Any suggestions? [] > gcc -Os -Wall -W -Iinclude -no-cpp-precomp -dynamic -fno-common > -I/usr/X11R6/include -D'GLEW_APPLE_GLX' -fPIC -o src/glew.pic_o -c > src/glew.c > In file included from src/glew.c:32: > include/GL/glew.h:1121:24: error: OpenGL/glu.h: No such file or directory
Do you have the file /System/Library/Frameworks/OpenGL.framework/Headers/glu.h ? The directory it is in is in reality an indirect symlink, so there could just be something wrong with one of those symlinks: /System/Library/Frameworks/OpenGL.framework/Headers -> Versions/Current/Headers /System/Library/Frameworks/OpenGL.framework/Versions/Current -> A So the file is actually /System/Library/Frameworks/OpenGL.framework/Versions/A/Headers/glu.h but the compiler looks for it as /System/Library/Frameworks/OpenGL.framework/Headers/glu.h If you don't have the file, you need to reinstall the package OpenGLSDK.pkg from your Tiger system DVD. -- Martin ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
