Re: New pre-release: Unsigned gluegen_476-joal_269-jogl_623-jocl_529

Posted by Sven Gothel on
URL: https://forum.jogamp.org/New-pre-release-Unsigned-gluegen-476-joal-269-jogl-623-jocl-529-tp3658085p3680563.html

On Friday, January 20, 2012 01:55:09 AM Sven Gothel wrote:

> On Thursday, January 19, 2012 01:47:12 PM andrade [via jogamp] wrote:
> >
> > Hi,
> > I tested this last build (jogl-627 gluegen-476) on a OSX Leopard (10.5.8)
> > and I'm still getting the same crash that I reported on a previous post:
> >
> > Exception in thread "main" javax.media.opengl.GLException: Profile
> > GL_DEFAULT is not available on null, but: []
> > at javax.media.opengl.GLProfile.get(GLProfile.java:655)
> > at javax.media.opengl.GLProfile.getDefault(GLProfile.java:478)
> > at javax.media.opengl.GLProfile.getDefault(GLProfile.java:486)
> > at com.jogamp.newt.opengl.GLWindow.main(GLWindow.java:904)
> >
> > See the log files attached.
> > Thanks !
> > http://forum.jogamp.org/file/n3672231/test.log test.log
> > http://forum.jogamp.org/file/n3672231/test_dbg.log test_dbg.log
> >
>
> Thank you Rodrigo - so it's still the same error:
>
> java.lang.UnsatisfiedLinkError:  .. libjogl_desktop.jnilib:  Symbol not found: _OBJC_CLASS_$_NSOpenGLLayer
>
> too bad, the weak linkage didn't help
>

Ok, I have fixed the linkage bug on OSX 10.5.8 w/ Java6 (64bit version - the Java Updates).
Note: Java5 is no more supported by any JogAmp project!

http://jogamp.org/git/?p=jogl.git;a=commit;h=d19cd1049d55f93580c37f6a9599f7583e160258

Build will be ready soon (4-14hrs, depending on current cleanup).

> ~Sven
>