Thanks again Stefan,

Stefan Evert wrote:
>>> Definitely strange.  Can you do
>>>
>>>    ls -l /usr/X11/include/GL/
>>>
>>> please?  There should at least be "gl.h" and "glu.h" header files in 
>>> this directory.
>>>
>> it is all in there...
>
> But why doesn't "locate" pick it up then?  It does for me, so 
> something's wrong on your machine.
>
> Can you send us the full output of "perl Makefile.PL" and "make" when 
> trying to build the OpenGL module?  Perhaps this helps us to track 
> down the problem.
>

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

 make
make: *** No targets specified and no makefile found.  Stop.



> Best,
> Stefan
>

-- 
-----------------------------
Dr. Antonio  Hales 
ALMA Commissioning Scientist                
Joint ALMA Office                           
Av Apoquindo 3846 Piso 19                   
Santiago - Chile
-----------------------------
(+56) 2 467 6236
(+56) 9 6 2062609 
-----------------------------


_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to