Error building JOGL with Java 7

classic Classic list List threaded Threaded
26 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Error building JOGL with Java 7

Qu0ll
Am I the only person trying to build JOGL with Java 7?
Reply | Threaded
Open this post in threaded view
|

Re: Error building JOGL with Java 7

Wade Walker
Administrator
You might be :) I was holding off for now, because I'd seen reports about a serious-sounding bug.

Reply | Threaded
Open this post in threaded view
|

Re: Error building JOGL with Java 7

Sven Gothel
Administrator
On Wednesday, August 24, 2011 08:34:40 PM Wade Walker [via jogamp] wrote:
>
> You might be :) I was holding off for now, because I'd seen reports about a serious-sounding bug.

same here :)

plus X11/xcb and android are highly pressing now, then osx .. then java7 maybe.

however, a java6 build result shall work w/ java7, ofc.

if you have a git pull req. for your java7 changes, I am happily merging it ofc.

~Sven
Reply | Threaded
Open this post in threaded view
|

Re: Error building JOGL with Java 7

John Heminghous
I was able to complete the build and unit test successfully by applying the previously suggested changes to build-nativewindow.xml and by changing the classpath of build-newt.xml:561 from "${gluegen-rt.jar}:${classes}"  to "${gluegen-rt.jar}:${classes}:${build}/nativewindow/classes"
Reply | Threaded
Open this post in threaded view
|

Re: Error building JOGL with Java 7

Wade Walker
Administrator
OK, I've created a bug report for this (https://jogamp.org/bugzilla/show_bug.cgi?id=512) and I'm testing both fixes together -- will add a commit for Sven shortly.
Reply | Threaded
Open this post in threaded view
|

Re: Error building JOGL with Java 7

Wade Walker
Administrator
12