On 10/05/2009 02:56 PM, Chris Marshall wrote:
> Announcing the release to CPAN of the Perl OpenGL-0.59 release supporting 
> PDL::Graphics::TriD.  It has improved robustness, portability, a number of 
> bug fixes, and (did I mention) it support the new PDL::Graphics::TriD 
> visualization code.
>

I'm getting:

+ /usr/bin/perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-O2 -g -pipe 
-Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom 
-fasynchronous-unwind-tables'
Found FreeGLUT v20400

Using interface: FREEGLUT

Checking if your kit is complete...
Looks good
Writing Makefile for OpenGL
+ make
cp OpenGL.pm blib/lib/OpenGL.pm
AutoSplitting blib/lib/OpenGL.pm (blib/lib/auto/OpenGL)
cp Config.pm blib/lib/OpenGL/Config.pm
cp OpenGL.pod blib/lib/OpenGL.pod
/usr/bin/perl /usr/lib/perl5/5.10.0/ExtUtils/xsubpp -noprototypes 
-typemap /usr/lib/perl5/5.10.0/ExtUtils/typemap -typemap typemap 
OpenGL.xs > OpenGL.xsc && mv OpenGL.xsc OpenGL.c
gcc -c  -I/usr/include -I/usr/local/include -D_REENTRANT -D_GNU_SOURCE 
-DPERL_USE_SAFE_PUTENV -DDEBUGGING -fno-strict-aliasing -pipe 
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 
-march=i686 -mtune=atom -fasynchronous-unwind-tables 
-DVERSION=\"0.59\" -DXS_VERSION=\"0.59\" -fPIC 
"-I/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE"  -DHAVE_VER 
-DHAVE_FREEGLUT -DHAVE_GL -DHAVE_GLU -DHAVE_GLUT -DHAVE_GLX 
-DGL_GLEXT_LEGACY OpenGL.c
gcc -c  -I/usr/include -I/usr/local/include -D_REENTRANT -D_GNU_SOURCE 
-DPERL_USE_SAFE_PUTENV -DDEBUGGING -fno-strict-aliasing -pipe 
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 
-march=i686 -mtune=atom -fasynchronous-unwind-tables 
-DVERSION=\"0.59\" -DXS_VERSION=\"0.59\" -fPIC 
"-I/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE"  -DHAVE_VER 
-DHAVE_FREEGLUT -DHAVE_GL -DHAVE_GLU -DHAVE_GLUT -DHAVE_GLX 
-DGL_GLEXT_LEGACY gl_util.c
gl_util.c: In function 'pgl_set_type':
gl_util.c:950: warning: value computed is not used
gl_util.c:952: warning: value computed is not used
gl_util.c:959: warning: value computed is not used
gl_util.c:961: warning: value computed is not used
gl_util.c:963: warning: value computed is not used
gl_util.c:970: warning: value computed is not used
gl_util.c:972: warning: value computed is not used
gl_util.c:974: warning: value computed is not used
gl_util.c:976: warning: value computed is not used
gl_util.c: In function 'pgl_get_type':
gl_util.c:1034: warning: value computed is not used
gl_util.c:1036: warning: value computed is not used
gl_util.c:1044: warning: value computed is not used
gl_util.c:1046: warning: value computed is not used
gl_util.c:1048: warning: value computed is not used
gl_util.c:1056: warning: value computed is not used
gl_util.c:1058: warning: value computed is not used
gl_util.c:1060: warning: value computed is not used
gl_util.c:1062: warning: value computed is not used
/usr/bin/perl /usr/lib/perl5/5.10.0/ExtUtils/xsubpp -noprototypes 
-typemap /usr/lib/perl5/5.10.0/ExtUtils/typemap -typemap typemap 
pogl_const.xs > pogl_const.xsc && mv pogl_const.xsc pogl_const.c
gcc -c  -I/usr/include -I/usr/local/include -D_REENTRANT -D_GNU_SOURCE 
-DPERL_USE_SAFE_PUTENV -DDEBUGGING -fno-strict-aliasing -pipe 
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 
-march=i686 -mtune=atom -fasynchronous-unwind-tables 
-DVERSION=\"0.59\" -DXS_VERSION=\"0.59\" -fPIC 
"-I/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE"  -DHAVE_VER 
-DHAVE_FREEGLUT -DHAVE_GL -DHAVE_GLU -DHAVE_GLUT -DHAVE_GLX 
-DGL_GLEXT_LEGACY pogl_const.c
In file included from pogl_const.xs:51:
glut_const.h: In function 'neoconstant':
glut_const.h:183: error: 'GLUT_INIT_STATE' undeclared (first use in this 
function)
glut_const.h:183: error: (Each undeclared identifier is reported only once
glut_const.h:183: error: for each function it appears in.)


This is Fedora 12 with freeglut installed.

-- 
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA/CoRA Division                    FAX: 303-415-9702
3380 Mitchell Lane                  [email protected]
Boulder, CO 80301              http://www.cora.nwra.com

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

Reply via email to