compile jogl-utils taken from GIT ... failed on GLJFrame.java:39: error: package javax.media.opengl does not exist

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

compile jogl-utils taken from GIT ... failed on GLJFrame.java:39: error: package javax.media.opengl does not exist

masuch
Hi,

I have tried to compile jogl-utils downloaded from git (all other jogamp stuff has been compiled successfully) and it failed on;
GLJFrame.java:39: error: package javax.media.opengl does not exist and many similar errors.

I had a look into /jogl-utils/make/build.xml and I have noticed that there is properties:

<property name="jogl.jar"        value="${top.dir}/../jogl/build/jogl/jogl.all.jar" />
<property name="nativewindow.jar" value="${top.dir}/../jogl/build/nativewindow/nativewindow.all.jar"
which is pointing to wrong directories/files.

Those required files have been compiled into:
<property name="jogl.jar"        value="${top.dir}/../jogl/build/jar/jogl.all.jar" />

nativewindow.all.jar does not exist at all (have not been compiled.
there are only:
nativewindow-core.jar
nativewindow-natives-linux-amd64.jar
and further *.jar files for specific OSes.

where should I report it to be corrected that build.xml file ?

thank you,
kind regards,
M.
Reply | Threaded
Open this post in threaded view
|

Re: compile jogl-utils taken from GIT ... failed on GLJFrame.java:39: error: package javax.media.opengl does not exist

Sven Gothel
Administrator
On 11/25/2012 01:42 PM, masuch [via jogamp] wrote:

> Hi,
>
> I have tried to compile jogl-utils downloaded from git (all other jogamp stuff
> has been compiled successfully) and it failed on;
> GLJFrame.java:39: error: package javax.media.opengl does not exist and many
> similar errors.
>
> I had a look into /jogl-utils/make/build.xml and I have noticed that there is
> properties:
>
> <property name="jogl.jar"      
>  value="${top.dir}/../jogl/build/jogl/jogl.all.jar" />
> <property name="nativewindow.jar"
> value="${top.dir}/../jogl/build/nativewindow/nativewindow.all.jar"
> which is pointing to wrong directories/files.
>
> Those required files have been compiled into:
> <property name="jogl.jar"      
>  value="${top.dir}/../jogl/build/jar/jogl.all.jar" />
>
> nativewindow.all.jar does not exist at all (have not been compiled.
> there are only:
> nativewindow-core.jar
> nativewindow-natives-linux-amd64.jar
> and further *.jar files for specific OSes.
>
> where should I report it to be corrected that build.xml file ?
It would be great if you can fix it (jogl.all.jar -> jogl-all.jar, etc ..)
within your git clone (branch/fork) - and email me to pull your changes.

jogl-utils is currently lacking a maintainer, hence help is welcome here.

(maintainership can be claimed by ones actions and will be promoted
 after filling this role for an unspecified amount of time.
 What counts is action .. ofc.)

~Sven

>
> thank you,
> kind regards,
> M.


signature.asc (909 bytes) Download Attachment