Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the OpenGL CPAN distribution.

Report information
The Basics
Id: 11667
Status: resolved
Priority: 0/
Queue: OpenGL

People
Owner: BFREE [...] cpan.org
Requestors: pokey909 [...] gmx.de
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.54
Fixed in: (no value)



Subject: does not compile on i386
uname -a: Linux pokey 2.6.9-gentoo-r1 #1 Sat Oct 30 13:17:56 CEST 2004 i686 AMD Athlon(tm) XP 2000+ AuthenticAMD GNU/Linux nvidia drivers version 1.0.6629-r3 and nvidia-glx 1.0.6629-r4 Following error occurs: In file included from OpenGL.xs:67: gl_const.h: In function `neoconstant': gl_const.h:740: error: `GL_COLOR_TABLE_FORMAT_EXT' undeclared (first use in this function) gl_const.h:740: error: (Each undeclared identifier is reported only once gl_const.h:740: error: for each function it appears in.) gl_const.h:741: error: `GL_COLOR_TABLE_WIDTH_EXT' undeclared (first use in this function) gl_const.h:742: error: `GL_COLOR_TABLE_RED_SIZE_EXT' undeclared (first use in this function) gl_const.h:743: error: `GL_COLOR_TABLE_GREEN_SIZE_EXT' undeclared (first use in this function) gl_const.h:744: error: `GL_COLOR_TABLE_BLUE_SIZE_EXT' undeclared (first use in this function) gl_const.h:745: error: `GL_COLOR_TABLE_ALPHA_SIZE_EXT' undeclared (first use in this function) gl_const.h:746: error: `GL_COLOR_TABLE_LUMINANCE_SIZE_EXT' undeclared (first use in this function) gl_const.h:747: error: `GL_COLOR_TABLE_INTENSITY_SIZE_EXT' undeclared (first use in this function) In file included from OpenGL.xs:68: glu_const.h:82: error: `GLU_INCOMPATIBLE_GL_VERSION' undeclared (first use in this function) OpenGL.xs: In function `_s_marshal_glu_t_callback_combine': OpenGL.xs:536: error: `FIXME' undeclared (first use in this function) OpenGL.xs:536: error: parse error before "PL_stack_sp" OpenGL.xs: In function `XS_OpenGL_gluTessCallback': OpenGL.xs:7643: warning: passing arg 3 of `gluTessCallback' from incompatible pointer type OpenGL.xs:7648: error: `_s_marshal_glu_t_callback_end' undeclared (first use in this function) make: *** [OpenGL.o] Error 1 /usr/bin/make -j2 -- NOT OK
RT-Send-CC: grafman [...] graphcomp.com
This is a _very_ old release of OpenGL; the current CPAN version is 0.56, and supports i386. The latest pre-release code is available via SVN at http://graphcomp.com/opengl/downloads On Fri Feb 25 22:47:41 2005, guest wrote: Show quoted text
> uname -a: > Linux pokey 2.6.9-gentoo-r1 #1 Sat Oct 30 13:17:56 CEST 2004 i686 AMD > Athlon(tm) XP 2000+ AuthenticAMD GNU/Linux > > nvidia drivers version 1.0.6629-r3 and nvidia-glx 1.0.6629-r4 > > Following error occurs: > In file included from OpenGL.xs:67: > gl_const.h: In function `neoconstant': > gl_const.h:740: error: `GL_COLOR_TABLE_FORMAT_EXT' undeclared (first > use in this function) > gl_const.h:740: error: (Each undeclared identifier is reported only > once > gl_const.h:740: error: for each function it appears in.) > gl_const.h:741: error: `GL_COLOR_TABLE_WIDTH_EXT' undeclared (first > use in this function) > gl_const.h:742: error: `GL_COLOR_TABLE_RED_SIZE_EXT' undeclared (first > use in this function) > gl_const.h:743: error: `GL_COLOR_TABLE_GREEN_SIZE_EXT' undeclared > (first use in this function) > gl_const.h:744: error: `GL_COLOR_TABLE_BLUE_SIZE_EXT' undeclared > (first use in this function) > gl_const.h:745: error: `GL_COLOR_TABLE_ALPHA_SIZE_EXT' undeclared > (first use in this function) > gl_const.h:746: error: `GL_COLOR_TABLE_LUMINANCE_SIZE_EXT' undeclared > (first use in this function) > gl_const.h:747: error: `GL_COLOR_TABLE_INTENSITY_SIZE_EXT' undeclared > (first use in this function) > In file included from OpenGL.xs:68: > glu_const.h:82: error: `GLU_INCOMPATIBLE_GL_VERSION' undeclared (first > use in this function) > OpenGL.xs: In function `_s_marshal_glu_t_callback_combine': > OpenGL.xs:536: error: `FIXME' undeclared (first use in this function) > OpenGL.xs:536: error: parse error before "PL_stack_sp" > OpenGL.xs: In function `XS_OpenGL_gluTessCallback': > OpenGL.xs:7643: warning: passing arg 3 of `gluTessCallback' from > incompatible pointer type > OpenGL.xs:7648: error: `_s_marshal_glu_t_callback_end' undeclared > (first use in this function) > make: *** [OpenGL.o] Error 1 > /usr/bin/make -j2 -- NOT OK