This is a FreeGLUT-ism but on the OS X platform we're using the native Apple GLUT implementation. If you comment out line 531 which reads:
glutSetOption(GLUT_ACTION_ON_WINDOW_CLOSE,GLUT_ACTION_CONTINUE_EXECUTION); do things then work for you? It goes to show how difficult it is to debug even "easy" problems without on-platform testing... Cheers, Chris On 12/18/2010 3:39 AM, Karl Glazebrook wrote: > Trying out new 2.4.7 features on OS X > > I get > > pdl> imag2d rvals(200,200) > Your vendor has not defined OpenGL macro GLUT_ACTION_ON_WINDOW_CLOSE, > used at /Library/Perl/5.10.0/darwin-thread-multi-2level/PDL/Graphics2D.pm > line 531. > > > Who should I report to? Me and/or ticket on our PDL sf.net tracker. I'm the current maintainer of the Perl OpenGL module and still working on the TriD support as well. Please send any other TriD/OpenGL problems my way. Thanks. > Karl > > > On 21/09/2010, at 11:22 PM, Chris Marshall wrote: > >> This is to announce the availability of the SciPDL >> binary package for Mac OS X (Intel) on the PDL >> sf.net downloads site. To get the file: >> >> (1) Go to the PDL web site: http://pdl.perl.org >> (2) Click on "Get PDL" in the sidebar >> (3) Select "The easiest possible install" under "I am looking for..." >> (4) Then choose "Mac OS X" for the platform. >> >> That will take you to the sf.net files site where you >> can download: SciPDL-Intel-v2.4.7.pkg.zip . >> >> If you have any questions or problems with this >> package, please follow up via the perldl mailing >> list. >> >> Enjoy, >> The PDL Development Team >> (and thanks to Matt for building the new >> package!)_______________________________________________ >> Perldl mailing list >> [email protected] >> http://mailman.jach.hawaii.edu/mailman/listinfo/perldl > > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 10.0.1170 / Virus Database: 426/3323 - Release Date: 12/18/10 > > _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
