Hi folks, I have been trying to install for the past couple of days the newest release of PDL and OpenGL on to my Ubuntu box. Below is the output that I get when I try to first install OpenGL. cpan[8]> install OpenGL Running install for module 'OpenGL' Running make for C/CH/CHM/OpenGL-0.62.tar.gz Checksum for /home/rfeng/.cpan/sources/authors/id/C/CH/CHM/OpenGL-0.62.tar.gz ok OpenGL-0.62/ OpenGL-0.62/CHANGES ... OpenGL-0.62/utils/Makefile OpenGL-0.62/utils/Makefile.cygwin OpenGL-0.62/utils/Makefile.macosx OpenGL-0.62/utils/makefile.mak OpenGL-0.62/utils/makefile.mingw OpenGL-0.62/utils/mingw.bat OpenGL-0.62/utils/opengl32.txt OpenGL-0.62/utils/wgl_ext.txt OpenGL-0.62/vertex.arb OpenGL-0.62/vertex.cg OpenGL-0.62/vertex.glsl CPAN.pm: Going to build C/CH/CHM/OpenGL-0.62.tar.gz glversion.c:20:21: error: GL/glut.h: No such file or directory glversion.c: In function 'main': glversion.c:33: error: 'GLuint' undeclared (first use in this function) glversion.c:33: error: (Each undeclared identifier is reported only once glversion.c:33: error: for each function it appears in.) glversion.c:33: error: expected ';' before 'idWindow' glversion.c:38: error: 'GLUT_RGBA' undeclared (first use in this function) glversion.c:39: error: 'idWindow' undeclared (first use in this function) glversion.c:43: error: 'GL_VERSION' undeclared (first use in this function) glversion.c:44: error: 'GL_VENDOR' undeclared (first use in this function) glversion.c:45: error: 'GL_RENDERER' undeclared (first use in this function) glversion.c:46: error: 'GL_EXTENSIONS' undeclared (first use in this function) make: *** [glversion.o] Error 1 No 'Makefile' created CHM/OpenGL-0.62.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK Running make test Make had some problems, won't test Running make install Make had some problems, won't install Failed during this command: CHM/OpenGL-0.62.tar.gz : writemakefile NO -- No 'Makefile' created
cpan[9]> When I previously tried to install PDL 2.4.6 it would halt due to unresolved dependencies with OpenGL-0.62 I have tried clean, as well as deleting the downloads in the ~/.cpan directory. I have verified that freeglut is installed. rf...@rfeng-toy:~$ dpkg -s freeglut3 Package: freeglut3 Status: install ok installed Priority: optional Section: libs Installed-Size: 268 Maintainer: Ubuntu Core Developers < [email protected]> Architecture: i386 Source: freeglut Version: 2.4.0-6.1ubuntu1 Replaces: glutg3 (<= 3.7-14), libglut3 (<= 3.7-23) Provides: glutg3, libglut, libglut3 Depends: libc6 (>= 2.4), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libx11-6, libxext6 Conflicts: glutg3 (<= 3.7-14), libglut3 (<= 3.7-23) Description: OpenGL Utility Toolkit GLUT is a window system independent toolkit for writing OpenGL programs, implementing a simple windowing API, which makes learning about and exploring OpenGL programming very easy. . GLUT is designed for constructing small to medium sized OpenGL programs, however it is not a full-featured toolkit, so large applications requiring sophisticated user interfaces are better off using native window system toolkits like GTK or Motif. Original-Maintainer: Jamie Wilkinson <[email protected]> rf...@rfeng-toy:~$ Any thoughts? TIA. CLIFF SOBCHUK Core RF Engineer Ericsson Core RF Engineering Calgary, AB, Canada Phone 403-262-4010 x3618169 Fax 403-262-4010 x3618170 Mobile 403.819.9233 [email protected] www.ericsson.com "The author works for Telefonaktiebolaget L M Ericsson ("Ericsson"), who is solely responsible for this email and its contents. All inquiries regarding this email should be addressed to Ericsson. Nortel has provided the use of the nortel.com domain to Ericsson in connection with this email solely for the purpose of connectivity and Nortel Networks has no liability for the email or its contents. The web site for Ericsson is www.ericsson.com." This Communication is Confidential. We only send and receive email on the basis of the terms set out at www.ericsson.com/email_disclaimer
<<Email_line.gif>>
<<Email.gif>>
_______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
