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 |
On 05/13/2010 07:45 PM, dante4d [via jogamp] wrote:
Hello,you will need the complete GlueGen project since GlueGen generates the binding code for JOGL (and all other projects too). -michael |
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 :/
|
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 :/what error message do you get if you follow this instructions? http://jogamp.org/wiki/index.php/GlueGen_Wiki |
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 objThe 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 |
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 |
Free forum by Nabble | Edit this page |