Daniel Carrera writes: > > I've been using PDL for one day. Everything > works, except for the 3D features, and I > was hoping someone could help me get that > working.
> I'm using Ubuntu. I installed the GLUT > development libraries with apt-get, and then > the OpenGL module from CPAN: Are you following the directions here? http://sourceforge.net/apps/mediawiki/pdl/index.php?title=Installing_PDL_Manually PDL TriD requires FreeGLUT and not GLUT libraries except for Mac OS X which has a non-standard GLUT with the needed extensions. > sudo cpan OpenGL > > The compilation was successful and I even saw > the little demo with some 3D images moving > about. In addition, 'perl -e "use OpenGL;"' > doesn't give any errors. You'll need to have versions and build log errors for everything: modules, compilers, .... If you open a bug on PDL tracker at sf.net you can conveniently attach the needed information. Also, are you using 32bit or 64bit Ubuntu. > I can't find any way to re-install a module > from cpan You'll need to remove the files by hand. Most times you can just force install and overwrite the existing version. --Chris
_______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
