Re: Jogl won't build on OS X 10.6.4
Posted by Sven Gothel on Nov 27, 2010; 11:19pm
URL: https://forum.jogamp.org/Jogl-won-t-build-on-OS-X-10-6-4-tp1825078p1979564.html
On Saturday, November 27, 2010 17:03:00 Cork [via jogamp] wrote:
>
> So is this a broken dependency in the jogl build? something extra that's not mentioned in the build instructions?
If our autobuilds work, and they do follow the instructions (besides your mentioned gluegen properties issue),
it works.
jogl depends on gluegen.
if you follow the instruction, adding this gluegen.properties thingy (no fat builds),
then it should work out of the box.
can't say why your build fails, ie not picking up the gluegen-rt.jar at compile time.
try an 'ant -v' to see what happens and look out for the gluegen-rt.jar,
which actually contains the com.jogamp.common packages.
I will fix the macosx issue you pointed out - thank you.
> I have this sinking feeling that if I can't even get the build to work, there's is not much hope of me contributing. I've wasted quite a bit of time already :(
Well, that is your opinion and would be your decicion.
You are very welcome and I will try to help you.
However, within a few email I cannot change the world with your troubled build setup.
If you still like, maybe you join us in the jabber chat channel (see contacts at jogamp.org)
and I may be able to figure out your issue.
In the mean time, please send your 'ant -v' from a fresh build attempt,
ie delete the build folder in gluegen and jogl.
Sure I assume you have the following structure:
something/
something/gluegen
something/jogl
cd something/jogl/make
ant -v 2>&1 | tee make.log
and send me that make.log, thank you.
~Sven