Ah, thanks. Now try this:
cd utils/
make -f Makefile.macosx
This should build the glversion utility, but seems to fail for you (it
works on my machine). Please send us the complete output of the
command again.
One possibility that comes to mind is that the header files in /usr/
X11/include/GL have wrong permissions set, so they appear to be there,
but the C compile can't read them (might also explain why locate
doesn't pick them up).
Can you check whether they have the correct "644" (-rw-r--r--) flags?
Best,
Stefan
> perl Makefile.PL
> glversion.c:13:21: error: GL/glut.h: No such file or directory
> glversion.c: In function 'main':
> glversion.c:25: error: 'GLuint' undeclared (first use in this
> function)
> glversion.c:25: error: (Each undeclared identifier is reported only
> once
> glversion.c:25: error: for each function it appears in.)
> glversion.c:25: error: syntax error before 'idWindow'
> glversion.c:30: error: 'GLUT_RGBA' undeclared (first use in this
> function)
> glversion.c:31: error: 'idWindow' undeclared (first use in this
> function)
> glversion.c:35: error: 'GL_VERSION' undeclared (first use in this
> function)
> glversion.c:36: error: 'GL_VENDOR' undeclared (first use in this
> function)
> glversion.c:37: error: 'GL_RENDERER' undeclared (first use in this
> function)
> glversion.c:38: error: 'GL_EXTENSIONS' undeclared (first use in this
> function)
> make: *** [glversion.o] Error 1
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl