Login  Register

Re: Jogl won't build on OS X 10.6.4

Posted by Sven Gothel on Nov 26, 2010; 12:48pm
URL: https://forum.jogamp.org/Jogl-won-t-build-on-OS-X-10-6-4-tp1825078p1972531.html

On Friday, November 26, 2010 13:01:23 Cork [via jogamp] wrote:
>
> command line: yes it was strange, 'mvn package' just didn't work until I tried 'ant' ;)

you are smart then and have humor .. good :)

>
> But may I suggest updating the following page:
>
> http://jogamp.org/jogl/doc/HowToBuild.html
>
> from:
> Optional Copy and edit gluegen.properties:
> to :
> Copy gluegen.properties (and optionally edit):
>

well, good point for OSX, true.

we may change this for OSX, so gluegen.properties can stay optional, yup.

> It wasn't clear from the console log that this might be the problem... instead of the false loading messsage, maybe a check if the file exists:
>
> http://stackoverflow.com/questions/520546/ant-task-to-check-if-a-file-exists

well, we check, but it's optional :)

>
> Well at least I'm down to the next errors now :)

hehe

>
>     [javac] /Users/peter/jogamp/jogl/build/nativewindow/gensrc/classes/com/jogamp/nativewindow/impl/windows/BITMAPINFOHEADER.java:9: package com.jogamp.common.os does not exist
>     [javac] import com.jogamp.common.os.*;
>     [javac] ^
>     [javac] 100 errors

http://jogamp.org/chuck/job/jogl/236/label=macosx-10_6-x86_64/

so maybe you should use a proper gluegen build ?

~Sven