[3:57pm brian~]% ls -l /usr/lib/libj601.dylib-rwxr-xr-x 1 brian staff 1675796 Apr 11 20:48 /usr/lib/libj601.dylib* [4:04pm brian~]% ls -l /System/Library/Frameworks/OpenGL.framework total 32 lrwxr-xr-x 1 root wheel 24 Jun 10 2005 Headers@ -> Versions/Current/Headers lrwxr-xr-x 1 root wheel 26 Jun 8 2005 Libraries@ -> Versions/Current/Libraries lrwxr-xr-x 1 root wheel 23 Jun 8 2005 OpenGL@ -> Versions/Current/OpenGL lrwxr-xr-x 1 root wheel 26 Jun 8 2005 Resources@ -> Versions/Current/Resources drwxr-xr-x 4 root wheel 136 Mar 27 2005 Versions/ [6:23pm brian~]%
On Fri, 14 Apr 2006, Eric Iverson wrote: + Did 504 opengl work? If yes, then OpenGL is installed and there is probably + a bad assumption in the new code about where the installed libraries live. + + In a console window (or using finder) check: + + .....$ ls -l /System/Library/Frameworks/OpenGL.framework + + This should list several things, including OpenGL that is a link to the + actual library at Versions/Current/OpenGL + + Please report whether OpenGL is in that path. If not, see if it is in + another location. + + + ----- Original Message ----- + From: "Brian Schott" <[EMAIL PROTECTED]> + To: <[email protected]> + Sent: Friday, April 14, 2006 1:14 AM + Subject: [Jbeta] Mac: testopengl failure + + + > (9!:12;9!:14)'' + > +-+--------------------------+ + > |5|j601/beta/2006-04-07/16:05| + > +-+--------------------------+ + > + > [1:04am brian~]% java -version + > java version "1.4.2_09" + > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09-232) + > Java HotSpot(TM) Client VM (build 1.4.2-54, mixed mode) + > + > |attention interrupt: testopengl + > | testopengl'' + > + > OpenGL DLLs + > Load of OpenGL DLLs failed. Please check that OpenGL is + > supported on your machine. + > + > (B=) + > + > Brian Schott + > Atlanta, GA, USA + > schott DOT bee are eye eh en AT gee em ae eye el DOT com + > http://schott.selfip.net/~brian/ + > ---------------------------------------------------------------------- + > For information about J forums see http://www.jsoftware.com/forums.htm + + ---------------------------------------------------------------------- + For information about J forums see http://www.jsoftware.com/forums.htm + (B=) <----------my "sig" Brian Schott Atlanta, GA, USA schott DOT bee are eye eh en AT gee em ae eye el DOT com http://schott.selfip.net/~brian/ ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
