gluegen dependency

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

gluegen dependency

dante4d
Hello,

I will try to find out myself, but does jogl depend on gluegen at build time just in terms of requiring *.jar and *.so files for it's compilation, or more? I mean, do I need only the jars and libs to compile jogl, or do I need the whole source tree and everything else?

Thanks
David
Reply | Threaded
Open this post in threaded view
|

Re: gluegen dependency

Michael Bien
On 05/13/2010 07:45 PM, dante4d [via jogamp] wrote:
Hello,

I will try to find out myself, but does jogl depend on gluegen at build time just in terms of requiring *.jar and *.so files for it's compilation, or more? I mean, do I need only the jars and libs to compile jogl, or do I need the whole source tree and everything else?

Thanks
David


View message @ http://jogamp.762907.n3.nabble.com/gluegen-dependency-tp815496p815496.html
To start a new topic under jogamp, email [hidden email]
To unsubscribe from jogamp, click here.

you will need the complete GlueGen project since GlueGen generates the binding code for JOGL (and all other projects too).

-michael
Reply | Threaded
Open this post in threaded view
|

Re: gluegen dependency

dante4d
Ok, because I'm still having a hard time compiling it all and packing it to make a nice installable package so I can try the lastest version :/
Reply | Threaded
Open this post in threaded view
|

Re: gluegen dependency

Michael Bien
On 05/13/2010 08:15 PM, dante4d [via jogamp] wrote:
Ok, because I'm still having a hard time compiling it all and packing it to make a nice installable package so I can try the lastest version :/


View message @ http://jogamp.762907.n3.nabble.com/gluegen-dependency-tp815496p815559.html
To start a new topic under jogamp, email [hidden email]
To unsubscribe from jogamp, click here.

what error message do you get if you follow this instructions?
http://jogamp.org/wiki/index.php/GlueGen_Wiki

Reply | Threaded
Open this post in threaded view
|

Re: gluegen dependency

dante4d
This works. Result in the build directory is:
[dante4d@submachine build]$ pwd; l
/home/dante4d/workspace/gluegen/build
antlr.jar  classes-cdc  gluegen.jar         gluegen-rt.jar                         gluegen-rt-natives-linux-i586.jar  Manifest-rt.temp  test
classes    gensrc       gluegen-rt-cdc.jar  gluegen-rt-natives-linux-i586-cdc.jar  Manifest-rt-cdc.temp               obj
The point is I was hoping I could build gluegen as a standalone package, then install it, and put it as a dependency of jogl. But I can't do that as the jogl project directory needs gluegen project directory next to it. When building vanilla jogl project, I have to pull gluegen, so I have to do two git accesses in one install script. While compiling jogl, I have error on executing junit tests (unresolved junit dependency, things from package org.junit can't be found) - see my other post about project cleanup, it's mentioned there...

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: gluegen dependency

Sven Gothel
Administrator
On Thursday, May 13, 2010 21:34:49 dante4d [via jogamp] wrote:

>
> This works. Result in the build directory is:
> [dante4d@submachine build]$ pwd; l
> /home/dante4d/workspace/gluegen/build
> antlr.jar  classes-cdc  gluegen.jar         gluegen-rt.jar                        
> gluegen-rt-natives-linux-i586.jar  Manifest-rt.temp  test
> classes    gensrc       gluegen-rt-cdc.jar
> gluegen-rt-natives-linux-i586-cdc.jar  Manifest-rt-cdc.temp              
> obj
> The point is I was hoping I could build gluegen as a standalone package,
> then install it, and put it as a dependency of jogl. But I can't do that as
> the jogl project directory needs gluegen project directory next to it. When
> building vanilla jogl project, I have to pull gluegen, so I have to do two
> git accesses in one install script. While compiling jogl, I have error on
> executing junit tests (unresolved junit dependency, things from package
> org.junit can't be found) - see my other post about project cleanup, it's
> mentioned there...

Hope things are more clean now .. incl our new HowTo Build docs ..
Just checking ..

~Sven

>
> Thanks
>
> ______________________________________
> View message @ http://jogamp.762907.n3.nabble.com/gluegen-dependency-tp815496p815705.html
> To start a new topic under jogamp, email [hidden email]
> To unsubscribe from jogamp, click http://jogamp.762907.n3.nabble.com/subscriptions/Unsubscribe.jtp?code=c2dvdGhlbEBqYXVzb2Z0LmNvbXw3NjI5MDd8MzkxNDI4MzU5
>

--
health & wealth
mailto:[hidden email] ; www  : http://www.jausoft.com ; pgp: http://www.jausoft.com/gpg/
land : +49 (471) 4707742 ; cell: +49 (151) 28145941
Timezone CET: PST+9, EST+6, UTC+1
Reply | Threaded
Open this post in threaded view
|

Re: gluegen dependency

dante4d
Hi,

I was too busy lately to check out the stuff. I will do today or tomorrow. Since I gave notice on work this Monday, I'll probably have more time to play with my Java toys soon.

Cheers,
David