Login  Register

Re: Jogl won't build on OS X 10.6.4

Posted by Cork on Nov 26, 2010; 2:02pm
URL: https://forum.jogamp.org/Jogl-won-t-build-on-OS-X-10-6-4-tp1825078p1972867.html

not smart enough it seems... :)
although I'm still trying to find my way around git.  Trying GitX now to see if it helps.

Anyway I think I'm now up-to-date with jogl and gluegen

gluegen: 2d2ae213fa207bcb01abef78cea034b66d2b4184
jogl: cb83142365ddfc59fb2e494c207cba5c5a1cf3c6

is it right to use 'master' or were you saying I should be using another labeled branch? I can see some tags, but no labels

also my jogl dir looks a bit strange, dunno if it's related but I was having a hunt for the missing 'common' package.
src/jogl/classes seems to have source? but there is no src/jogl/java

seen as you like console output so much, here a few more snips :)
...
  [javac] /Users/peter/jogamp/jogl/build/nativewindow/gensrc/classes/com/jogamp/nativewindow/impl/jawt/JAWT_DrawingSurface32.java:9: package com.jogamp.common.os does not exist
    [javac] import com.jogamp.common.os.*;
    [javac] ^
    [javac] /Users/peter/jogamp/jogl/build/nativewindow/gensrc/classes/com/jogamp/nativewindow/impl/jawt/JAWT_DrawingSurface32.java:10: package com.jogamp.common.nio does not exist
    [javac] import com.jogamp.common.nio.*;
    [javac] ^
    [javac] /Users/peter/jogamp/jogl/build/nativewindow/gensrc/classes/com/jogamp/nativewindow/impl/jawt/JAWT_DrawingSurface64.java:8: package com.jogamp.gluegen.runtime does not exist
    [javac] import com.jogamp.gluegen.runtime.*;
...
BUILD FAILED
/Users/peter/jogamp/jogl/make/build.xml:52: The following error occurred while executing this line:
/Users/peter/jogamp/jogl/make/build-nativewindow.xml:341: Compile failed; see the compiler error output for details.