#24818: yorick-gl: OpenGL 3D graphics support for the Yorick language --------------------------------------+------------------------------------- Reporter: thibaut.paumard@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: yorick-gl --------------------------------------+------------------------------------- Hi, This is the OpenGL wrapper for Yorick. Yorick is submitted: [ticket:24768]. To test this port, install it, launch yorick (preferentially with "rlwrap yorick"), and at the yorick prompt type: {{{ #include "testgl.i" testall3d, 32 quit }}} Regards, Thibaut. PS: I have noticed a strange behavior: {{{ port install yorick-gl port uninstall yorick-gl port install yorick-gl }}} fails with: {{{ Error: Target org.macports.activate returned: Image error: /opt/local/lib/yorick/i/contour.i already exists and does not belong to a registered port. Unable to activate port yorick-gl. Error: Status 1 encountered during processing. Before reporting a bug, first run the command again with the -d flag to get complete output. }}} I really don't understand why since "port -d uninstall yorick-gl" does: {{{ [...] DEBUG: deactivating file: /opt/local/lib/yorick/i/contour.i [...] DEBUG: Removing entry from file_map: /opt/local/lib/yorick/i/contour.i [...] DEBUG: uninstalling file: /opt/local/var/macports/software/yorick- gl/1.1.0.cvs20100504_0/opt/local/lib/yorick/i/contour.i [...] }}} and after that: {{{ ls: /opt/local/lib/yorick/i/contour.i: No such file or directory }}} -- Ticket URL: <http://trac.macports.org/ticket/24818> MacPorts <http://www.macports.org/> Ports system for Mac OS