Browse thread
Mac os X lablgl installation via Godi problem
- N.P.S.Sika@w...
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | N.P.S.Sika@w... |
| Subject: | Mac os X lablgl installation via Godi problem |
Hello people,
I am trying to setup lablgl via Godi on Mac OS X Tiger (10.4)
and Godi does not seem to know where to find include files.
>>> Installation <<<
### Fetching package conf-glut (if necessary)
### Fetching package godi-lablgl (if necessary)
### Building package conf-glut
> ===> Cleaning for conf-glut-1godi1
> => No checksum file.
> ===> Extracting for conf-glut-1godi1
> ===> Required installed package godi-core-mk>=1.2.3: godi-core-mk-1.2.14 found
> ===> Required installed package godi-core-script>=0.3.2:
godi-core-script-0.3.2 found
> ===> Required installed package conf-x11>=0: conf-x11-3 found
> ===> Required installed package conf-opengl>=0: conf-opengl-1 found
> ===> Required installed package godi-core-script>=0: godi-core-script-0.3.2
found
> /bin/mkdir -p /Users/fish/godi/build/conf/conf-glut/work/pseudo
> ===> Patching for conf-glut-1godi1
> ===> Configuring for conf-glut-1godi1
> Checking /usr:
> Include=/usr/include/GL/glut.h Library=/usr/lib/<glut>
> Checking /usr/local:
> Include=/usr/local/include/GL/glut.h Library=/usr/local/lib/<glut>
> Checking /usr/pkg:
> Include=/usr/pkg/include/GL/glut.h Library=/usr/pkg/lib/<glut>
> Checking /opt/pkg:
> Include=/opt/pkg/include/GL/glut.h Library=/opt/pkg/lib/<glut>
> Checking /opt/local:
> Include=/opt/local/include/GL/glut.h Library=/opt/local/lib/<glut>
> Checking /opt/sfw:
> Include=/opt/sfw/include/GL/glut.h Library=/opt/sfw/lib/<glut>
> Checking /sw:
> Include=/sw/include/GL/glut.h Library=/sw/lib/<glut>
> Checking /cw:
> Include=/cw/include/GL/glut.h Library=/cw/lib/<glut>
> Exception: Failure "Cannot find library".
> *** Error code 2
> Stop.
> godi_make: stopped in /Users/fish/godi/build/conf/conf-glut
> *** Error code 1
> Stop.
> godi_make: stopped in /Users/fish/godi/build/conf/conf-glut
### Error: Command fails with code 1: godi_make
I have heard that on Mac, libraries are not always the way they are on Linux and
stuff. for example the directory where I can find glut.h is
/System/Library/Frameworks/GLUT.framework/Headers/glut.h
and gl.h and glu.h are at a different directory which is
/System/Library/Frameworks/OpenGL.framework/Headers/gl.h
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h
also there is a "Libraries" folder at
/System/Library/Frameworks/OpenGL.framework/Libraries/
containing such files as
- libGL.dylib
- libGLImage.dylib
- libGLProgrammability.dylib
- libGLSystem.dylib
- libGLU.dylib
anyone sees anything ??