Re: building JOGL (Mac)

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

Re: building JOGL (Mac)

Michael Bien
This post was updated on .
Hi Paul,

please make sure the projects are named accordingly + are placed in the
same folder otherwise dependencies won't be resolved without setting
additional ant properties.

e.g jogl not jogl.git

pull jogl from my repo for now git://github.com/mbien/jogl.git until
Sven is back
Sven's version of jocl and his other forks of my repos are also fairly old.

+ you don't need antlr, the lib is already in gluegen.

hot tip:
check which repo our buildserver is using to know where the head is:
http://jogamp.org/chuck/
(click on a project and search for the github link on the left side)

regards,
michael

On 07/01/2010 08:55 PM, Paul Steinman wrote:
> Hi Michael,
>
> I am trying to use JOGL, jogj-demos, GlueGen, SuperGlue, JOCL and jocl-demos as netbean projects using NetBeans 6.9 on MacOSX 10.6.4.
>
> I have downloaded each these projects from github using the following commands:
>
> git clone git://github.com/sgothel/jogl.git
> git clone git://github.com/sgothel/gluegen.git
> git clone git://github.com/sgothel/jogl-demos.git
> git clone git://github.com/sgothel/jocl.git
> git clone git://github.com/sgothel/jogl-utils.git
> git clone git://github.com/sgothel/jocl-demos.git
> git clone git://github.com/sgothel/superglue.git
> git clone http://github.com/antlr/antlr.git
>
> After importing each of the projects into netbeans there are may errors detected by netbeans.  Do you have more recent information on how to build these projects on MacOSX 10.6.4?
>
> I'm interested and willing to get this project working with MacOSX.
>
> Just to give you an idea of what I am seeing when I issue the clean and build command within netbeans:
>
>
> gluegen.properties.load.user:
> Loaded /Users/prsiv/gluegen.properties.
> antlr.jar=/Users/prsiv/jogamp/jogl/lib/antlr-2.7.7.jar
> junit.jar=../../gluegen/make/lib/junit.jar
> win32.c.compiler=${win32.c.compiler}
> gluegen.cpptasks.initialize:
> gluegen.cpptasks.detect.os.1:
> FreeBSD=${isFreeBSD}
> HPUX=${isHPUX}
> IA64=${isIA64}
> Linux=${isLinux}
> LinuxAMD64=${isLinuxAMD64}
> LinuxIA64=${isLinuxIA64}
> LinuxX86=${isLinuxX86}
> OS X=true
> OS X PPC=${use.macosppc}
> OS X x32=true
> OS X x64=true
> Solaris=${isSolaris}
> Solaris32Bit=${isSolaris32Bit}
> SolarisSparc=${isSolarisSparc}
> SolarisSparcv9=${isSolarisSparcv9}
> SolarisAMD64=${isSolarisAMD64}
> SolarisX86=${isSolarisX86}
> Unix=${isUnix}
> Windows=${isWindows}
> X11=${isX11}
> gluegen.cpptasks.detect.os.freebsd:
> gluegen.cpptasks.detect.os.hpux:
> gluegen.cpptasks.detect.os.linux.amd64:
> gluegen.cpptasks.detect.os.linux.ia64:
> gluegen.cpptasks.detect.os.linux.x86:
> gluegen.cpptasks.detect.os.linux:
> gluegen.cpptasks.detect.os.osx:
> gluegen.cpptasks.detect.os.solaris.sparc:
> gluegen.cpptasks.detect.os.solaris.sparcv9:
> gluegen.cpptasks.detect.os.solaris.amd64:
> gluegen.cpptasks.detect.os.solaris.x86:
> gluegen.cpptasks.detect.os.solaris:
> gluegen.cpptasks.detect.os.unix:
> gluegen.cpptasks.detect.os.windows.amd64:
> gluegen.cpptasks.detect.os.windows.x86:
> gluegen.cpptasks.detect.os.windows:
> gluegen.cpptasks.detect.os.2:
> gluegen.cpptasks.detect.os:
> nativewindow.setup-version-RI:
> nativewindow.setup-version-non-RI:
> jogl.setup-version-RI:
> jogl.setup-version-non-RI:
> newt.setup-version-RI:
> newt.setup-version-non-RI:
> setup-versions:
> common.init:
> setup.nodesktop: ${setup.nodesktop}
> setup.noAWT: ${setup.noAWT}
> setup.noCDC: ${setup.noCDC}
> Loaded /Users/prsiv/jogl.properties.
> Loaded /Users/prsiv/gluegen.properties.
> antlr.jar=/Users/prsiv/jogamp/jogl/lib/antlr-2.7.7.jar
> junit.jar=../../gluegen/make/lib/junit.jar
> javac.bootclasspath-cdc.jar: ../../gluegen/make/lib/cdc_fp.jar
> init:
> clean:
> NativeWindow.gluegen.properties.load.user:
> NativeWindow.gluegen.cpptasks.initialize:
> NativeWindow.gluegen.cpptasks.detect.os.1:
> NativeWindow.gluegen.cpptasks.detect.os.freebsd:
> NativeWindow.gluegen.cpptasks.detect.os.hpux:
> NativeWindow.gluegen.cpptasks.detect.os.linux.amd64:
> NativeWindow.gluegen.cpptasks.detect.os.linux.ia64:
> NativeWindow.gluegen.cpptasks.detect.os.linux.x86:
> NativeWindow.gluegen.cpptasks.detect.os.linux:
> NativeWindow.gluegen.cpptasks.detect.os.osx:
> NativeWindow.gluegen.cpptasks.detect.os.solaris.sparc:
> NativeWindow.gluegen.cpptasks.detect.os.solaris.sparcv9:
> NativeWindow.gluegen.cpptasks.detect.os.solaris.amd64:
> NativeWindow.gluegen.cpptasks.detect.os.solaris.x86:
> NativeWindow.gluegen.cpptasks.detect.os.solaris:
> NativeWindow.gluegen.cpptasks.detect.os.unix:
> NativeWindow.gluegen.cpptasks.detect.os.windows.amd64:
> NativeWindow.gluegen.cpptasks.detect.os.windows.x86:
> NativeWindow.gluegen.cpptasks.detect.os.windows:
> NativeWindow.gluegen.cpptasks.detect.os.2:
> NativeWindow.gluegen.cpptasks.detect.os:
> NativeWindow.nativewindow.setup-version-RI:
> NativeWindow.nativewindow.setup-version-non-RI:
> NativeWindow.jogl.setup-version-RI:
> NativeWindow.jogl.setup-version-non-RI:
> NativeWindow.newt.setup-version-RI:
> NativeWindow.newt.setup-version-non-RI:
> NativeWindow.setup-versions:
> NativeWindow.common.init:
> NativeWindow.base.init:
> setup.noNativeAWT: ${setup.noNativeAWT}
> java.excludes.all: ${java.excludes.awt}
> NativeWindow.declare.common:
> NativeWindow.clean:
> JOGL.gluegen.properties.load.user:
> JOGL.gluegen.cpptasks.initialize:
> JOGL.gluegen.cpptasks.detect.os.1:
> JOGL.gluegen.cpptasks.detect.os.freebsd:
> JOGL.gluegen.cpptasks.detect.os.hpux:
> JOGL.gluegen.cpptasks.detect.os.linux.amd64:
> JOGL.gluegen.cpptasks.detect.os.linux.ia64:
> JOGL.gluegen.cpptasks.detect.os.linux.x86:
> JOGL.gluegen.cpptasks.detect.os.linux:
> JOGL.gluegen.cpptasks.detect.os.osx:
> JOGL.gluegen.cpptasks.detect.os.solaris.sparc:
> JOGL.gluegen.cpptasks.detect.os.solaris.sparcv9:
> JOGL.gluegen.cpptasks.detect.os.solaris.amd64:
> JOGL.gluegen.cpptasks.detect.os.solaris.x86:
> JOGL.gluegen.cpptasks.detect.os.solaris:
> JOGL.gluegen.cpptasks.detect.os.unix:
> JOGL.gluegen.cpptasks.detect.os.windows.amd64:
> JOGL.gluegen.cpptasks.detect.os.windows.x86:
> JOGL.gluegen.cpptasks.detect.os.windows:
> JOGL.gluegen.cpptasks.detect.os.2:
> JOGL.gluegen.cpptasks.detect.os:
> JOGL.nativewindow.setup-version-RI:
> JOGL.nativewindow.setup-version-non-RI:
> JOGL.jogl.setup-version-RI:
> JOGL.jogl.setup-version-non-RI:
> JOGL.newt.setup-version-RI:
> JOGL.newt.setup-version-non-RI:
> JOGL.setup-versions:
> JOGL.common.init:
> JOGL.partitioning.setup:
> java.excludes.all: com/jogamp/opengl/impl/gl2/fixme/** com/jogamp/audio/windows/waveout/TestSpatialization.java com/jogamp/opengl/cg com/jogamp/opengl/cg/* ${java.excludes.awt} ${java.excludes.desktop}
> JOGL.declare.common:
> JOGL.clean:
> NEWT.gluegen.properties.load.user:
> NEWT.gluegen.cpptasks.initialize:
> NEWT.gluegen.cpptasks.detect.os.1:
> NEWT.gluegen.cpptasks.detect.os.freebsd:
> NEWT.gluegen.cpptasks.detect.os.hpux:
> NEWT.gluegen.cpptasks.detect.os.linux.amd64:
> NEWT.gluegen.cpptasks.detect.os.linux.ia64:
> NEWT.gluegen.cpptasks.detect.os.linux.x86:
> NEWT.gluegen.cpptasks.detect.os.linux:
> NEWT.gluegen.cpptasks.detect.os.osx:
> NEWT.gluegen.cpptasks.detect.os.solaris.sparc:
> NEWT.gluegen.cpptasks.detect.os.solaris.sparcv9:
> NEWT.gluegen.cpptasks.detect.os.solaris.amd64:
> NEWT.gluegen.cpptasks.detect.os.solaris.x86:
> NEWT.gluegen.cpptasks.detect.os.solaris:
> NEWT.gluegen.cpptasks.detect.os.unix:
> NEWT.gluegen.cpptasks.detect.os.windows.amd64:
> NEWT.gluegen.cpptasks.detect.os.windows.x86:
> NEWT.gluegen.cpptasks.detect.os.windows:
> NEWT.gluegen.cpptasks.detect.os.2:
> NEWT.gluegen.cpptasks.detect.os:
> NEWT.nativewindow.setup-version-RI:
> NEWT.nativewindow.setup-version-non-RI:
> NEWT.jogl.setup-version-RI:
> NEWT.jogl.setup-version-non-RI:
> NEWT.newt.setup-version-RI:
> NEWT.newt.setup-version-non-RI:
> NEWT.setup-versions:
> NEWT.common.init:
> NEWT.base.init:
> setup.noOpenGL: ${setup.noOpenGL}
> isWindows: ${isWindows}
> isOSX: true
> isX11: ${isX11}
> useKD: ${useKD}
> useIntelGDL: ${useIntelGDL}
> useBroadcomEGL: ${useBroadcomEGL}
> setup.nonatives: ${setup.nonatives}
> java.excludes.all: ${java.excludes.awt}, ${java.excludes.opengl} ${java.excludes.desktop}
> NEWT.declare.common:
> NEWT.clean:
> gluegen.properties.load.user:
> gluegen.cpptasks.initialize:
> gluegen.cpptasks.detect.os.1:
> gluegen.cpptasks.detect.os.freebsd:
> gluegen.cpptasks.detect.os.hpux:
> gluegen.cpptasks.detect.os.linux.amd64:
> gluegen.cpptasks.detect.os.linux.ia64:
> gluegen.cpptasks.detect.os.linux.x86:
> gluegen.cpptasks.detect.os.linux:
> gluegen.cpptasks.detect.os.osx:
> gluegen.cpptasks.detect.os.solaris.sparc:
> gluegen.cpptasks.detect.os.solaris.sparcv9:
> gluegen.cpptasks.detect.os.solaris.amd64:
> gluegen.cpptasks.detect.os.solaris.x86:
> gluegen.cpptasks.detect.os.solaris:
> gluegen.cpptasks.detect.os.unix:
> gluegen.cpptasks.detect.os.windows.amd64:
> gluegen.cpptasks.detect.os.windows.x86:
> gluegen.cpptasks.detect.os.windows:
> gluegen.cpptasks.detect.os.2:
> gluegen.cpptasks.detect.os:
> nativewindow.setup-version-RI:
> nativewindow.setup-version-non-RI:
> jogl.setup-version-RI:
> jogl.setup-version-non-RI:
> newt.setup-version-RI:
> newt.setup-version-non-RI:
> setup-versions:
> common.init:
> init:
> build.nativewindow:
> NativeWindow.gluegen.properties.load.user:
> NativeWindow.gluegen.cpptasks.initialize:
> NativeWindow.gluegen.cpptasks.detect.os.1:
> NativeWindow.gluegen.cpptasks.detect.os.freebsd:
> NativeWindow.gluegen.cpptasks.detect.os.hpux:
> NativeWindow.gluegen.cpptasks.detect.os.linux.amd64:
> NativeWindow.gluegen.cpptasks.detect.os.linux.ia64:
> NativeWindow.gluegen.cpptasks.detect.os.linux.x86:
> NativeWindow.gluegen.cpptasks.detect.os.linux:
> NativeWindow.gluegen.cpptasks.detect.os.osx:
> NativeWindow.gluegen.cpptasks.detect.os.solaris.sparc:
> NativeWindow.gluegen.cpptasks.detect.os.solaris.sparcv9:
> NativeWindow.gluegen.cpptasks.detect.os.solaris.amd64:
> NativeWindow.gluegen.cpptasks.detect.os.solaris.x86:
> NativeWindow.gluegen.cpptasks.detect.os.solaris:
> NativeWindow.gluegen.cpptasks.detect.os.unix:
> NativeWindow.gluegen.cpptasks.detect.os.windows.amd64:
> NativeWindow.gluegen.cpptasks.detect.os.windows.x86:
> NativeWindow.gluegen.cpptasks.detect.os.windows:
> NativeWindow.gluegen.cpptasks.detect.os.2:
> NativeWindow.gluegen.cpptasks.detect.os:
> NativeWindow.nativewindow.setup-version-RI:
> NativeWindow.nativewindow.setup-version-non-RI:
> NativeWindow.jogl.setup-version-RI:
> NativeWindow.jogl.setup-version-non-RI:
> NativeWindow.newt.setup-version-RI:
> NativeWindow.newt.setup-version-non-RI:
> NativeWindow.setup-versions:
> NativeWindow.common.init:
> NativeWindow.base.init:
> setup.noNativeAWT: ${setup.noNativeAWT}
> java.excludes.all: ${java.excludes.awt}
> NativeWindow.declare.common:
> NativeWindow.init:
> Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/gensrc/classes
> Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/gensrc/classes-cdc
> Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/gensrc/native
> Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/gensrc/native/MacOSX
> Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/gensrc/native/Windows
> Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/gensrc/native/X11
> Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/classes
> Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/classes-cdc
> Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/obj
> NativeWindow.common.gluegen.build:
> GlueGen.gluegen.properties.load.user:
> Loaded /Users/prsiv/gluegen.properties.
> antlr.jar=/Users/prsiv/jogamp/jogl/lib/antlr-2.7.7.jar
> junit.jar=../make/lib/junit.jar
> win32.c.compiler=${win32.c.compiler}
> GlueGen.setup-excludes-1:
> GlueGen.setup-excludes-2:
> GlueGen.init:
> Configuration validator.java.class.path.validate:
> Configuration validator.validate:
> GlueGen.gluegen.cpptasks.initialize:
> GlueGen.gluegen.cpptasks.detect.os.1:
> FreeBSD=${isFreeBSD}
> HPUX=${isHPUX}
> IA64=${isIA64}
> Linux=${isLinux}
> LinuxAMD64=${isLinuxAMD64}
> LinuxIA64=${isLinuxIA64}
> LinuxX86=${isLinuxX86}
> OS X=true
> OS X PPC=${use.macosppc}
> OS X x32=true
> OS X x64=true
> Solaris=${isSolaris}
> Solaris32Bit=${isSolaris32Bit}
> SolarisSparc=${isSolarisSparc}
> SolarisSparcv9=${isSolarisSparcv9}
> SolarisAMD64=${isSolarisAMD64}
> SolarisX86=${isSolarisX86}
> Unix=${isUnix}
> Windows=${isWindows}
> X11=${isX11}
> GlueGen.gluegen.cpptasks.detect.os.freebsd:
> GlueGen.gluegen.cpptasks.detect.os.hpux:
> GlueGen.gluegen.cpptasks.detect.os.linux.amd64:
> GlueGen.gluegen.cpptasks.detect.os.linux.ia64:
> GlueGen.gluegen.cpptasks.detect.os.linux.x86:
> GlueGen.gluegen.cpptasks.detect.os.linux:
> GlueGen.gluegen.cpptasks.detect.os.osx:
> GlueGen.gluegen.cpptasks.detect.os.solaris.sparc:
> GlueGen.gluegen.cpptasks.detect.os.solaris.sparcv9:
> GlueGen.gluegen.cpptasks.detect.os.solaris.amd64:
> GlueGen.gluegen.cpptasks.detect.os.solaris.x86:
> GlueGen.gluegen.cpptasks.detect.os.solaris:
> GlueGen.gluegen.cpptasks.detect.os.unix:
> GlueGen.gluegen.cpptasks.detect.os.windows.amd64:
> GlueGen.gluegen.cpptasks.detect.os.windows.x86:
> GlueGen.gluegen.cpptasks.detect.os.windows:
> GlueGen.gluegen.cpptasks.detect.os.2:
> GlueGen.gluegen.cpptasks.detect.os:
> GlueGen.gluegen.build.check:
> GlueGen.gluegen.build:
> GlueGen.junit.compile:
> GlueGenTest.gluegen.properties.load.user:
> GlueGenTest.init:
> Configuration validator.java.class.path.validate:
> Configuration validator.validate:
> test.base.dir: ../src/junit
> test.junit.dir: ../src/junit/com/jogamp
> test.junit.generation.dir: ../src/junit/com/jogamp/gluegen/test/junit/generation
> test.dir: ../build/test
> results: ../build/test/results
> build_t: ../build/test/build
> build_t.gen: ../build/test/build/gensrc
> build_t.java: ../build/test/build/classes
> build_t.obj: ../build/test/build/obj
> build_t.lib: ../build/test/build/natives
> GlueGenTest.junit.compile.check:
> GlueGenTest.junit.compile:
> GlueGen.all:
> NativeWindow.java.generate.check:
> NativeWindow.java.generate:
> Generating platform-specifics: X11
> NativeWindow.java.generate.platforms:
> Generating platform-specifics: os: x11, cfgs: ./config/nativewindow/x11-lib.cfg, ./config/nativewindow/jawt-x11.cfg
> NativeWindow.java.generate.windowlib:
> Generating Windowing Lib implementation class
> [WARNING com.sun.gluegen.JavaConfiguration]: Error parsing "style" command at line 5 in file "./config/nativewindow/x11-lib.cfg"
> [WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct { }"
> [WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct { }"
> [WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct { }"
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "Visual *  visual;" of type "XVisualInfo") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "Visual *  visual;" of type "XVisualInfo") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "Visual *  visual;" of type "XVisualInfo") not implemented yet
> Copying 7 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/gensrc/classes-cdc
> NativeWindow.java.generate.jawt:
> Generating JAWT interface class
> java.home.dir=${java.home.dir}
> [WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct { }"
> [WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct { }"
> [WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct { }"
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JNIEnv *  env;" of type "JAWT_DrawingSurface") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "jobject target;" of type "JAWT_DrawingSurface") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JNIEnv *  env;" of type "JAWT_DrawingSurface") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "jobject target;" of type "JAWT_DrawingSurface") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JNIEnv *  env;" of type "JAWT_DrawingSurface") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "jobject target;" of type "JAWT_DrawingSurface") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _jobject"
> [WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _jobject"
> [WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _jobject"
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_DrawingSurface *  ds;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_Rectangle *  clip;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_DrawingSurface *  ds;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_Rectangle *  clip;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_DrawingSurface *  ds;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_Rectangle *  clip;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
> Copying 16 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/gensrc/classes-cdc
> Generating platform-specifics: Win32
> NativeWindow.java.generate.platforms:
> Generating platform-specifics: os: win32, cfgs: ${windowlib.os.cfg}, ./config/nativewindow/jawt-win32.cfg
> NativeWindow.java.generate.windowlib:
> NativeWindow.java.generate.jawt:
> Generating JAWT interface class
> java.home.dir=${java.home.dir}
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JNIEnv *  env;" of type "JAWT_DrawingSurface") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "jobject target;" of type "JAWT_DrawingSurface") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JNIEnv *  env;" of type "JAWT_DrawingSurface") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "jobject target;" of type "JAWT_DrawingSurface") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JNIEnv *  env;" of type "JAWT_DrawingSurface") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "jobject target;" of type "JAWT_DrawingSurface") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _jobject"
> [WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _jobject"
> [WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _jobject"
> [WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _handle"
> [WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _handle"
> [WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _handle"
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_DrawingSurface *  ds;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_Rectangle *  clip;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_DrawingSurface *  ds;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_Rectangle *  clip;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_DrawingSurface *  ds;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_Rectangle *  clip;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
> Copying 3 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/gensrc/classes-cdc
> Generating platform-specifics: MaxOsX
> NativeWindow.java.generate.platforms:
> Generating platform-specifics: os: macosx, cfgs: ${windowlib.os.cfg}, ./config/nativewindow/jawt-macosx.cfg
> NativeWindow.java.generate.windowlib:
> NativeWindow.java.generate.jawt:
> Generating JAWT interface class
> java.home.dir=${java.home.dir}
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JNIEnv *  env;" of type "JAWT_DrawingSurface") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "jobject target;" of type "JAWT_DrawingSurface") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JNIEnv *  env;" of type "JAWT_DrawingSurface") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "jobject target;" of type "JAWT_DrawingSurface") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JNIEnv *  env;" of type "JAWT_DrawingSurface") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "jobject target;" of type "JAWT_DrawingSurface") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _jobject"
> [WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _jobject"
> [WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _jobject"
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_DrawingSurface *  ds;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_Rectangle *  clip;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_DrawingSurface *  ds;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_Rectangle *  clip;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_DrawingSurface *  ds;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
> [WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_Rectangle *  clip;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
> Copying 16 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/gensrc/classes-cdc
>
> GlueGen and BuildStaticGLInfo have successfully generated files.
> NativeWindow.java.compile.javase:
> Compiling 70 source files to /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/classes
> /Users/prsiv/Documents/git_downloaded_software/jogl/src/nativewindow/classes/javax/media/nativewindow/GraphicsConfigurationFactory.java:81: cannot find symbol
> symbol  : method createInstance(java.lang.String,java.lang.ClassLoader,java.lang.Object[])
> location: class com.jogamp.common.util.ReflectionUtil
>                      ReflectionUtil.createInstance("com.jogamp.nativewindow.impl.x11.X11GraphicsConfigurationFactory", GraphicsConfigurationFactory.class.getClassLoader(), new Object[] {});
> /Users/prsiv/Documents/git_downloaded_software/jogl/src/nativewindow/classes/javax/media/nativewindow/NativeWindowFactory.java:119: callStaticMethod(java.lang.String,java.lang.String,java.lang.Class[],java.lang.Object[]) in com.jogamp.common.util.ReflectionUtil cannot be applied to (java.lang.String,java.lang.ClassLoader,java.lang.String,java.lang.Class[],java.lang.Object[])
>              ReflectionUtil.callStaticMethod( X11UtilClassName, cl, "initSingleton", new Class[]  { }, new Object[] { } );
> /Users/prsiv/Documents/git_downloaded_software/jogl/src/nativewindow/classes/javax/media/nativewindow/NativeWindowFactory.java:135: isClassAvailable(java.lang.String) in com.jogamp.common.util.ReflectionUtil cannot be applied to (java.lang.String,java.lang.ClassLoader)
>                            ReflectionUtil.isClassAvailable(AWTComponentClassName, cl)&&
> /Users/prsiv/Documents/git_downloaded_software/jogl/src/nativewindow/classes/javax/media/nativewindow/NativeWindowFactory.java:136: isClassAvailable(java.lang.String) in com.jogamp.common.util.ReflectionUtil cannot be applied to (java.lang.String,java.lang.ClassLoader)
>                            ReflectionUtil.isClassAvailable("javax.media.nativewindow.awt.AWTGraphicsDevice", cl) ;
> /Users/prsiv/Documents/git_downloaded_software/jogl/src/nativewindow/classes/javax/media/nativewindow/NativeWindowFactory.java:140: cannot find symbol
> symbol  : method getClass(java.lang.String,boolean,java.lang.ClassLoader)
> location: class com.jogamp.common.util.ReflectionUtil
>              registerFactory(ReflectionUtil.getClass(AWTComponentClassName, false, cl), factory);
> /Users/prsiv/Documents/git_downloaded_software/jogl/src/nativewindow/classes/com/jogamp/nativewindow/impl/NativeWindowFactoryImpl.java:90: cannot find symbol
> symbol  : method getConstructor(java.lang.String,java.lang.ClassLoader,java.lang.Class[])
> location: class com.jogamp.common.util.ReflectionUtil
>                  nativeWindowConstructor = ReflectionUtil.getConstructor(windowClassName, getClass().getClassLoader(), new Class[] { Object.class, AbstractGraphicsConfiguration.class });
> 6 errors
> /Users/prsiv/Documents/git_downloaded_software/jogl/make/build.xml:33: The following error occurred while executing this line:
> /Users/prsiv/Documents/git_downloaded_software/jogl/make/build-nativewindow.xml:339: Compile failed; see the compiler error output for details.
> BUILD FAILED (total time: 4 seconds)
>
>
>
>    

--
http://michael-bien.com/

Reply | Threaded
Open this post in threaded view
|

Re: building JOGL (Mac)

Paul Steinman
Michael,

Thanks for the quick response!   I removed all files related to sgothel  and replace them with the files from mbien.   I copied gluegen.properties and jogl.properties to my home directory.

Gluegen compiled just fine.

I get the following errors compiling from jogl:



gluegen.properties.load.user:
Loaded /Users/prsiv/gluegen.properties.
antlr.jar=../../gluegen/make/lib/antlr.jar
junit.jar=../../gluegen/make/lib/junit.jar
win32.c.compiler=${win32.c.compiler}
gluegen.cpptasks.initialize:
gluegen.cpptasks.detect.os.1:
FreeBSD=${isFreeBSD}
HPUX=${isHPUX}
IA64=${isIA64}
Linux=${isLinux}
LinuxAMD64=${isLinuxAMD64}
LinuxIA64=${isLinuxIA64}
LinuxX86=${isLinuxX86}
OS X=true
OS X PPC=${use.macosppc}
OS X x32=true
OS X x64=true
Solaris=${isSolaris}
Solaris32Bit=${isSolaris32Bit}
SolarisSparc=${isSolarisSparc}
SolarisSparcv9=${isSolarisSparcv9}
SolarisAMD64=${isSolarisAMD64}
SolarisX86=${isSolarisX86}
Unix=${isUnix}
Windows=${isWindows}
X11=${isX11}
gluegen.cpptasks.detect.os.freebsd:
gluegen.cpptasks.detect.os.hpux:
gluegen.cpptasks.detect.os.linux.amd64:
gluegen.cpptasks.detect.os.linux.ia64:
gluegen.cpptasks.detect.os.linux.x86:
gluegen.cpptasks.detect.os.linux:
gluegen.cpptasks.detect.os.osx:
gluegen.cpptasks.detect.os.solaris.sparc:
gluegen.cpptasks.detect.os.solaris.sparcv9:
gluegen.cpptasks.detect.os.solaris.amd64:
gluegen.cpptasks.detect.os.solaris.x86:
gluegen.cpptasks.detect.os.solaris:
gluegen.cpptasks.detect.os.unix:
gluegen.cpptasks.detect.os.windows.amd64:
gluegen.cpptasks.detect.os.windows.x86:
gluegen.cpptasks.detect.os.windows:
gluegen.cpptasks.detect.os.2:
gluegen.cpptasks.detect.os:
nativewindow.setup-version-RI:
nativewindow.setup-version-non-RI:
jogl.setup-version-RI:
jogl.setup-version-non-RI:
newt.setup-version-RI:
newt.setup-version-non-RI:
setup-versions:
common.init:
setup.nodesktop: ${setup.nodesktop}
setup.noAWT: ${setup.noAWT}
setup.noCDC: ${setup.noCDC}
Loaded /Users/prsiv/jogl.properties.
Loaded /Users/prsiv/gluegen.properties.
antlr.jar=../../gluegen/make/lib/antlr.jar
junit.jar=../../gluegen/make/lib/junit.jar
javac.bootclasspath-cdc.jar: ../../gluegen/make/lib/cdc_fp.jar
init:
clean:
NativeWindow.gluegen.properties.load.user:
NativeWindow.gluegen.cpptasks.initialize:
NativeWindow.gluegen.cpptasks.detect.os.1:
NativeWindow.gluegen.cpptasks.detect.os.freebsd:
NativeWindow.gluegen.cpptasks.detect.os.hpux:
NativeWindow.gluegen.cpptasks.detect.os.linux.amd64:
NativeWindow.gluegen.cpptasks.detect.os.linux.ia64:
NativeWindow.gluegen.cpptasks.detect.os.linux.x86:
NativeWindow.gluegen.cpptasks.detect.os.linux:
NativeWindow.gluegen.cpptasks.detect.os.osx:
NativeWindow.gluegen.cpptasks.detect.os.solaris.sparc:
NativeWindow.gluegen.cpptasks.detect.os.solaris.sparcv9:
NativeWindow.gluegen.cpptasks.detect.os.solaris.amd64:
NativeWindow.gluegen.cpptasks.detect.os.solaris.x86:
NativeWindow.gluegen.cpptasks.detect.os.solaris:
NativeWindow.gluegen.cpptasks.detect.os.unix:
NativeWindow.gluegen.cpptasks.detect.os.windows.amd64:
NativeWindow.gluegen.cpptasks.detect.os.windows.x86:
NativeWindow.gluegen.cpptasks.detect.os.windows:
NativeWindow.gluegen.cpptasks.detect.os.2:
NativeWindow.gluegen.cpptasks.detect.os:
NativeWindow.nativewindow.setup-version-RI:
NativeWindow.nativewindow.setup-version-non-RI:
NativeWindow.jogl.setup-version-RI:
NativeWindow.jogl.setup-version-non-RI:
NativeWindow.newt.setup-version-RI:
NativeWindow.newt.setup-version-non-RI:
NativeWindow.setup-versions:
NativeWindow.common.init:
NativeWindow.base.init:
setup.noNativeAWT: ${setup.noNativeAWT}
java.excludes.all: ${java.excludes.awt}
NativeWindow.declare.common:
NativeWindow.clean:
JOGL.gluegen.properties.load.user:
JOGL.gluegen.cpptasks.initialize:
JOGL.gluegen.cpptasks.detect.os.1:
JOGL.gluegen.cpptasks.detect.os.freebsd:
JOGL.gluegen.cpptasks.detect.os.hpux:
JOGL.gluegen.cpptasks.detect.os.linux.amd64:
JOGL.gluegen.cpptasks.detect.os.linux.ia64:
JOGL.gluegen.cpptasks.detect.os.linux.x86:
JOGL.gluegen.cpptasks.detect.os.linux:
JOGL.gluegen.cpptasks.detect.os.osx:
JOGL.gluegen.cpptasks.detect.os.solaris.sparc:
JOGL.gluegen.cpptasks.detect.os.solaris.sparcv9:
JOGL.gluegen.cpptasks.detect.os.solaris.amd64:
JOGL.gluegen.cpptasks.detect.os.solaris.x86:
JOGL.gluegen.cpptasks.detect.os.solaris:
JOGL.gluegen.cpptasks.detect.os.unix:
JOGL.gluegen.cpptasks.detect.os.windows.amd64:
JOGL.gluegen.cpptasks.detect.os.windows.x86:
JOGL.gluegen.cpptasks.detect.os.windows:
JOGL.gluegen.cpptasks.detect.os.2:
JOGL.gluegen.cpptasks.detect.os:
JOGL.nativewindow.setup-version-RI:
JOGL.nativewindow.setup-version-non-RI:
JOGL.jogl.setup-version-RI:
JOGL.jogl.setup-version-non-RI:
JOGL.newt.setup-version-RI:
JOGL.newt.setup-version-non-RI:
JOGL.setup-versions:
JOGL.common.init:
JOGL.partitioning.setup:
java.excludes.all: com/jogamp/opengl/impl/gl2/fixme/** com/jogamp/audio/windows/waveout/TestSpatialization.java com/jogamp/opengl/cg com/jogamp/opengl/cg/* ${java.excludes.awt} ${java.excludes.desktop}
JOGL.declare.common:
JOGL.clean:
NEWT.gluegen.properties.load.user:
NEWT.gluegen.cpptasks.initialize:
NEWT.gluegen.cpptasks.detect.os.1:
NEWT.gluegen.cpptasks.detect.os.freebsd:
NEWT.gluegen.cpptasks.detect.os.hpux:
NEWT.gluegen.cpptasks.detect.os.linux.amd64:
NEWT.gluegen.cpptasks.detect.os.linux.ia64:
NEWT.gluegen.cpptasks.detect.os.linux.x86:
NEWT.gluegen.cpptasks.detect.os.linux:
NEWT.gluegen.cpptasks.detect.os.osx:
NEWT.gluegen.cpptasks.detect.os.solaris.sparc:
NEWT.gluegen.cpptasks.detect.os.solaris.sparcv9:
NEWT.gluegen.cpptasks.detect.os.solaris.amd64:
NEWT.gluegen.cpptasks.detect.os.solaris.x86:
NEWT.gluegen.cpptasks.detect.os.solaris:
NEWT.gluegen.cpptasks.detect.os.unix:
NEWT.gluegen.cpptasks.detect.os.windows.amd64:
NEWT.gluegen.cpptasks.detect.os.windows.x86:
NEWT.gluegen.cpptasks.detect.os.windows:
NEWT.gluegen.cpptasks.detect.os.2:
NEWT.gluegen.cpptasks.detect.os:
NEWT.nativewindow.setup-version-RI:
NEWT.nativewindow.setup-version-non-RI:
NEWT.jogl.setup-version-RI:
NEWT.jogl.setup-version-non-RI:
NEWT.newt.setup-version-RI:
NEWT.newt.setup-version-non-RI:
NEWT.setup-versions:
NEWT.common.init:
NEWT.base.init:
setup.noOpenGL: ${setup.noOpenGL}
isWindows: ${isWindows}
isOSX: true
isX11: ${isX11}
useKD: ${useKD}
useIntelGDL: ${useIntelGDL}
useBroadcomEGL: ${useBroadcomEGL}
setup.nonatives: ${setup.nonatives}
java.excludes.all: ${java.excludes.awt}, ${java.excludes.opengl} ${java.excludes.desktop}
NEWT.declare.common:
NEWT.clean:
gluegen.properties.load.user:
gluegen.cpptasks.initialize:
gluegen.cpptasks.detect.os.1:
gluegen.cpptasks.detect.os.freebsd:
gluegen.cpptasks.detect.os.hpux:
gluegen.cpptasks.detect.os.linux.amd64:
gluegen.cpptasks.detect.os.linux.ia64:
gluegen.cpptasks.detect.os.linux.x86:
gluegen.cpptasks.detect.os.linux:
gluegen.cpptasks.detect.os.osx:
gluegen.cpptasks.detect.os.solaris.sparc:
gluegen.cpptasks.detect.os.solaris.sparcv9:
gluegen.cpptasks.detect.os.solaris.amd64:
gluegen.cpptasks.detect.os.solaris.x86:
gluegen.cpptasks.detect.os.solaris:
gluegen.cpptasks.detect.os.unix:
gluegen.cpptasks.detect.os.windows.amd64:
gluegen.cpptasks.detect.os.windows.x86:
gluegen.cpptasks.detect.os.windows:
gluegen.cpptasks.detect.os.2:
gluegen.cpptasks.detect.os:
nativewindow.setup-version-RI:
nativewindow.setup-version-non-RI:
jogl.setup-version-RI:
jogl.setup-version-non-RI:
newt.setup-version-RI:
newt.setup-version-non-RI:
setup-versions:
common.init:
init:
build.nativewindow:
NativeWindow.gluegen.properties.load.user:
NativeWindow.gluegen.cpptasks.initialize:
NativeWindow.gluegen.cpptasks.detect.os.1:
NativeWindow.gluegen.cpptasks.detect.os.freebsd:
NativeWindow.gluegen.cpptasks.detect.os.hpux:
NativeWindow.gluegen.cpptasks.detect.os.linux.amd64:
NativeWindow.gluegen.cpptasks.detect.os.linux.ia64:
NativeWindow.gluegen.cpptasks.detect.os.linux.x86:
NativeWindow.gluegen.cpptasks.detect.os.linux:
NativeWindow.gluegen.cpptasks.detect.os.osx:
NativeWindow.gluegen.cpptasks.detect.os.solaris.sparc:
NativeWindow.gluegen.cpptasks.detect.os.solaris.sparcv9:
NativeWindow.gluegen.cpptasks.detect.os.solaris.amd64:
NativeWindow.gluegen.cpptasks.detect.os.solaris.x86:
NativeWindow.gluegen.cpptasks.detect.os.solaris:
NativeWindow.gluegen.cpptasks.detect.os.unix:
NativeWindow.gluegen.cpptasks.detect.os.windows.amd64:
NativeWindow.gluegen.cpptasks.detect.os.windows.x86:
NativeWindow.gluegen.cpptasks.detect.os.windows:
NativeWindow.gluegen.cpptasks.detect.os.2:
NativeWindow.gluegen.cpptasks.detect.os:
NativeWindow.nativewindow.setup-version-RI:
NativeWindow.nativewindow.setup-version-non-RI:
NativeWindow.jogl.setup-version-RI:
NativeWindow.jogl.setup-version-non-RI:
NativeWindow.newt.setup-version-RI:
NativeWindow.newt.setup-version-non-RI:
NativeWindow.setup-versions:
NativeWindow.common.init:
NativeWindow.base.init:
setup.noNativeAWT: ${setup.noNativeAWT}
java.excludes.all: ${java.excludes.awt}
NativeWindow.declare.common:
NativeWindow.init:
Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/gensrc/classes
Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/gensrc/classes-cdc
Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/gensrc/native
Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/gensrc/native/MacOSX
Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/gensrc/native/Windows
Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/gensrc/native/X11
Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/classes
Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/classes-cdc
Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/obj
NativeWindow.common.gluegen.build:
GlueGen.gluegen.properties.load.user:
Loaded /Users/prsiv/gluegen.properties.
antlr.jar=../../gluegen/make/lib/antlr.jar
junit.jar=../make/lib/junit.jar
win32.c.compiler=${win32.c.compiler}
GlueGen.setup-excludes-1:
GlueGen.setup-excludes-2:
GlueGen.init:
Configuration validator.java.class.path.validate:
Configuration validator.validate:
GlueGen.gluegen.cpptasks.initialize:
GlueGen.gluegen.cpptasks.detect.os.1:
FreeBSD=${isFreeBSD}
HPUX=${isHPUX}
IA64=${isIA64}
Linux=${isLinux}
LinuxAMD64=${isLinuxAMD64}
LinuxIA64=${isLinuxIA64}
LinuxX86=${isLinuxX86}
OS X=true
OS X PPC=${use.macosppc}
OS X x32=true
OS X x64=true
Solaris=${isSolaris}
Solaris32Bit=${isSolaris32Bit}
SolarisSparc=${isSolarisSparc}
SolarisSparcv9=${isSolarisSparcv9}
SolarisAMD64=${isSolarisAMD64}
SolarisX86=${isSolarisX86}
Unix=${isUnix}
Windows=${isWindows}
X11=${isX11}
GlueGen.gluegen.cpptasks.detect.os.freebsd:
GlueGen.gluegen.cpptasks.detect.os.hpux:
GlueGen.gluegen.cpptasks.detect.os.linux.amd64:
GlueGen.gluegen.cpptasks.detect.os.linux.ia64:
GlueGen.gluegen.cpptasks.detect.os.linux.x86:
GlueGen.gluegen.cpptasks.detect.os.linux:
GlueGen.gluegen.cpptasks.detect.os.osx:
GlueGen.gluegen.cpptasks.detect.os.solaris.sparc:
GlueGen.gluegen.cpptasks.detect.os.solaris.sparcv9:
GlueGen.gluegen.cpptasks.detect.os.solaris.amd64:
GlueGen.gluegen.cpptasks.detect.os.solaris.x86:
GlueGen.gluegen.cpptasks.detect.os.solaris:
GlueGen.gluegen.cpptasks.detect.os.unix:
GlueGen.gluegen.cpptasks.detect.os.windows.amd64:
GlueGen.gluegen.cpptasks.detect.os.windows.x86:
GlueGen.gluegen.cpptasks.detect.os.windows:
GlueGen.gluegen.cpptasks.detect.os.2:
GlueGen.gluegen.cpptasks.detect.os:
GlueGen.gluegen.build.check:
GlueGen.gluegen.build:
GlueGen.junit.compile:
GlueGenTest.gluegen.properties.load.user:
GlueGenTest.init:
Configuration validator.java.class.path.validate:
Configuration validator.validate:
test.base.dir: ../src/junit
test.junit.dir: ../src/junit/com/jogamp
test.junit.generation.dir: ../src/junit/com/jogamp/gluegen/test/junit/generation
test.dir: ../build/test
results: ../build/test/results
build_t: ../build/test/build
build_t.gen: ../build/test/build/gensrc
build_t.java: ../build/test/build/classes
build_t.obj: ../build/test/build/obj
build_t.lib: ../build/test/build/natives
GlueGenTest.junit.compile.check:
GlueGenTest.junit.compile:
GlueGen.all:
NativeWindow.java.generate.check:
NativeWindow.java.generate:
Generating platform-specifics: X11
NativeWindow.java.generate.platforms:
Generating platform-specifics: os: x11, cfgs: ./config/nativewindow/x11-lib.cfg, ./config/nativewindow/jawt-x11.cfg
NativeWindow.java.generate.windowlib:
Generating Windowing Lib implementation class
[WARNING com.sun.gluegen.JavaConfiguration]: Error parsing "style" command at line 5 in file "./config/nativewindow/x11-lib.cfg"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct { }"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct { }"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct { }"
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "Visual *  visual;" of type "XVisualInfo") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "Visual *  visual;" of type "XVisualInfo") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "Visual *  visual;" of type "XVisualInfo") not implemented yet
Copying 7 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/gensrc/classes-cdc
NativeWindow.java.generate.jawt:
Generating JAWT interface class
java.home.dir=${java.home.dir}
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct { }"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct { }"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct { }"
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JNIEnv *  env;" of type "JAWT_DrawingSurface") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "jobject target;" of type "JAWT_DrawingSurface") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JNIEnv *  env;" of type "JAWT_DrawingSurface") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "jobject target;" of type "JAWT_DrawingSurface") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JNIEnv *  env;" of type "JAWT_DrawingSurface") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "jobject target;" of type "JAWT_DrawingSurface") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _jobject"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _jobject"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _jobject"
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_DrawingSurface *  ds;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_Rectangle *  clip;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_DrawingSurface *  ds;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_Rectangle *  clip;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_DrawingSurface *  ds;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_Rectangle *  clip;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
Copying 16 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/gensrc/classes-cdc
Generating platform-specifics: Win32
NativeWindow.java.generate.platforms:
Generating platform-specifics: os: win32, cfgs: ${windowlib.os.cfg}, ./config/nativewindow/jawt-win32.cfg
NativeWindow.java.generate.windowlib:
NativeWindow.java.generate.jawt:
Generating JAWT interface class
java.home.dir=${java.home.dir}
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JNIEnv *  env;" of type "JAWT_DrawingSurface") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "jobject target;" of type "JAWT_DrawingSurface") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JNIEnv *  env;" of type "JAWT_DrawingSurface") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "jobject target;" of type "JAWT_DrawingSurface") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JNIEnv *  env;" of type "JAWT_DrawingSurface") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "jobject target;" of type "JAWT_DrawingSurface") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _jobject"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _jobject"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _jobject"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _handle"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _handle"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _handle"
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_DrawingSurface *  ds;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_Rectangle *  clip;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_DrawingSurface *  ds;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_Rectangle *  clip;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_DrawingSurface *  ds;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_Rectangle *  clip;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
Copying 3 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/gensrc/classes-cdc
Generating platform-specifics: MaxOsX
NativeWindow.java.generate.platforms:
Generating platform-specifics: os: macosx, cfgs: ${windowlib.os.cfg}, ./config/nativewindow/jawt-macosx.cfg
NativeWindow.java.generate.windowlib:
NativeWindow.java.generate.jawt:
Generating JAWT interface class
java.home.dir=${java.home.dir}
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JNIEnv *  env;" of type "JAWT_DrawingSurface") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "jobject target;" of type "JAWT_DrawingSurface") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JNIEnv *  env;" of type "JAWT_DrawingSurface") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "jobject target;" of type "JAWT_DrawingSurface") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JNIEnv *  env;" of type "JAWT_DrawingSurface") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "jobject target;" of type "JAWT_DrawingSurface") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _jobject"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _jobject"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _jobject"
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_DrawingSurface *  ds;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_Rectangle *  clip;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_DrawingSurface *  ds;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_Rectangle *  clip;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_DrawingSurface *  ds;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
[WARNING com.sun.gluegen.JavaEmitter]: Complicated fields (field "JAWT_Rectangle *  clip;" of type "JAWT_DrawingSurfaceInfo") not implemented yet
Copying 3 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/gensrc/classes-cdc

GlueGen and BuildStaticGLInfo have successfully generated files.
NativeWindow.java.compile.javase:
Compiling 70 source files to /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/classes
NativeWindow.java.compile.javacdc:
Compiling 37 source files to /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/classes-cdc
NativeWindow.java.compile:
NativeWindow.gluegen.cpptasks.detect.compiler:
VC6=${isVC6}
VC7=${isVC7}
VC8=${isVC8}
VC8_X64=${isVC8_X64}
VC9=${isVC9}
MingW=${isMingW}
MingW32=${isMingW32}
MingW64=${isMingW64}
NativeWindow.setup.java.home.dir.nonmacosx:
NativeWindow.setup.java.home.dir.macosx:
NativeWindow.setup.java.home.dir:
NativeWindow.gluegen.cpptasks.configure.compiler:
NativeWindow.gluegen.cpptasks.declare.compiler.win32.vc6:
NativeWindow.gluegen.cpptasks.declare.compiler.win32.vc7:
NativeWindow.gluegen.cpptasks.declare.compiler.win32.vc8:
NativeWindow.gluegen.cpptasks.declare.compiler.win32.vc8_x64:
NativeWindow.gluegen.cpptasks.declare.compiler.win32.vc9:
NativeWindow.gluegen.cpptasks.declare.compiler.win32.mingw:
NativeWindow.gluegen.cpptasks.declare.compiler.win64.mingw:
NativeWindow.gluegen.cpptasks.declare.compiler.win32:
NativeWindow.gluegen.cpptasks.declare.compiler.linux.x86:
NativeWindow.gluegen.cpptasks.declare.compiler.linux.amd64:
NativeWindow.gluegen.cpptasks.declare.compiler.linux.ia64:
NativeWindow.gluegen.cpptasks.declare.compiler.linux:
NativeWindow.gluegen.cpptasks.declare.compiler.solaris32:
NativeWindow.gluegen.cpptasks.declare.compiler.solaris.sparcv9:
NativeWindow.gluegen.cpptasks.declare.compiler.solaris.amd64:
NativeWindow.gluegen.cpptasks.declare.compiler.solaris:
NativeWindow.gluegen.cpptasks.declare.compiler.macosx:
MacOSX
NativeWindow.gluegen.cpptasks.declare.compiler.freebsd:
NativeWindow.gluegen.cpptasks.declare.compiler.hpux:
NativeWindow.gluegen.cpptasks.declare.compiler:
NativeWindow.gluegen.cpptasks.setup.compiler:
NativeWindow.c.configure.1:
NativeWindow.c.configure.win32.vc:
NativeWindow.c.configure.win32.mingw:
NativeWindow.c.configure.win64.mingw:
NativeWindow.c.configure.win32:
NativeWindow.c.configure.linux.x86:
NativeWindow.c.configure.linux.amd64:
NativeWindow.c.configure.linux.ia64:
NativeWindow.c.configure.x11:
NativeWindow.c.configure.linux:
NativeWindow.c.configure.solaris32:
NativeWindow.c.configure.solaris.sparcv9:
NativeWindow.c.configure.solaris.amd64:
NativeWindow.c.configure.macosx:
NativeWindow.c.configure.freebsd:
NativeWindow.c.configure.hpux:
NativeWindow.c.configure.2:
NativeWindow.c.configure:
NativeWindow.c.build.nativewindow.windowlib.x11:
NativeWindow.c.build.nativewindow.windowlib:
NativeWindow.c.build.nativewindow.awt:
Output lib name = nativewindow_awt
c.compiler.use-jawt true
nativewindow_awt.useLibJAWT true
Compiling nativewindow_awt
4 total files to be compiled.
cc1obj: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for ObjC
cc1obj: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for ObjC
cc1obj: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for ObjC
cc1obj: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for ObjC
cc1obj: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for ObjC
cc1obj: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for ObjC
cc1obj: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for ObjC
cc1obj: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for ObjC
Starting link
NativeWindow.rename.dylib:
Moving 1 file to /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/obj
Copying 1 file to /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/obj
NativeWindow.rename.mingw.dll:
NativeWindow.c.build.nativewindow:
NativeWindow.gluegen.properties.load.user:
NativeWindow.gluegen.cpptasks.initialize:
NativeWindow.gluegen.cpptasks.striplibs:
Strip symbols from libs in ../build/nativewindow/obj
NativeWindow.c.fixup.jawt.version.macosx:
NativeWindow.c.manifest:
NativeWindow.setup-manifestfile:
Copying 1 file to /Users/prsiv/Documents/git_downloaded_software/jogl/make
NativeWindow.build-jars-awt:
Building jar: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/nativewindow.awt.jar
NativeWindow.build-jars-x11:
Building jar: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/nativewindow.os.x11.jar
NativeWindow.build-jars-all:
Building jar: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/nativewindow.all.jar
NativeWindow.build-jars-all-noawt:
Building jar: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/nativewindow.all-noawt.jar
NativeWindow.build-jars-javase:
Building jar: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/nativewindow.core.jar
Building jar: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/nativewindow-natives-macosx-universal.jar
Deleting: /Users/prsiv/Documents/git_downloaded_software/jogl/make/tempversion
NativeWindow.setup-manifestfile-cdc:
Copying 1 file to /Users/prsiv/Documents/git_downloaded_software/jogl/make
NativeWindow.build-jars-x11-cdc:
Building jar: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/nativewindow.os.x11.cdc.jar
NativeWindow.build-jars-all-cdc:
Building jar: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/nativewindow.all.cdc.jar
NativeWindow.build-jars-cdc:
Building jar: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/nativewindow.core.cdc.jar
Building MANIFEST-only jar: /Users/prsiv/Documents/git_downloaded_software/jogl/build/nativewindow/nativewindow-natives-macosx-universal-cdc.jar
Deleting: /Users/prsiv/Documents/git_downloaded_software/jogl/make/tempversion-cdc
NativeWindow.build-jars:
NativeWindow.generate.version.txt:
NativeWindow.all:
build.jogl:
JOGL.gluegen.properties.load.user:
JOGL.gluegen.cpptasks.initialize:
JOGL.gluegen.cpptasks.detect.os.1:
JOGL.gluegen.cpptasks.detect.os.freebsd:
JOGL.gluegen.cpptasks.detect.os.hpux:
JOGL.gluegen.cpptasks.detect.os.linux.amd64:
JOGL.gluegen.cpptasks.detect.os.linux.ia64:
JOGL.gluegen.cpptasks.detect.os.linux.x86:
JOGL.gluegen.cpptasks.detect.os.linux:
JOGL.gluegen.cpptasks.detect.os.osx:
JOGL.gluegen.cpptasks.detect.os.solaris.sparc:
JOGL.gluegen.cpptasks.detect.os.solaris.sparcv9:
JOGL.gluegen.cpptasks.detect.os.solaris.amd64:
JOGL.gluegen.cpptasks.detect.os.solaris.x86:
JOGL.gluegen.cpptasks.detect.os.solaris:
JOGL.gluegen.cpptasks.detect.os.unix:
JOGL.gluegen.cpptasks.detect.os.windows.amd64:
JOGL.gluegen.cpptasks.detect.os.windows.x86:
JOGL.gluegen.cpptasks.detect.os.windows:
JOGL.gluegen.cpptasks.detect.os.2:
JOGL.gluegen.cpptasks.detect.os:
JOGL.nativewindow.setup-version-RI:
JOGL.nativewindow.setup-version-non-RI:
JOGL.jogl.setup-version-RI:
JOGL.jogl.setup-version-non-RI:
JOGL.newt.setup-version-RI:
JOGL.newt.setup-version-non-RI:
JOGL.setup-versions:
JOGL.common.init:
JOGL.partitioning.setup:
java.excludes.all: com/jogamp/opengl/impl/gl2/fixme/** com/jogamp/audio/windows/waveout/TestSpatialization.java com/jogamp/opengl/cg com/jogamp/opengl/cg/* ${java.excludes.awt} ${java.excludes.desktop}
JOGL.declare.common:
JOGL.declare.gl.gles1:
JOGL.declare.gl.gles2:
JOGL.declare.gl.gles:
JOGL.declare.gl.gl2:
JOGL.init:
Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/classes
Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/classes-cdc
Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl
Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX
Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/Windows
Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/X11
Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/openmax
Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/classes
Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/classes-cdc
Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/obj
Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/obj/jogl
Created dir: /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/obj/cg
JOGL.setup.javase:
Copying 1 file to /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/classes/com/jogamp/opengl/impl
Copying 1 file to /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/classes/com/jogamp/opengl/util/texture
Copying 1 file to /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/classes/com/jogamp/opengl/util/texture/spi
Copying 1 file to /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/classes/com/jogamp/opengl/util/texture/spi
JOGL.setup.javacdc:
Copying 1 file to /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/classes-cdc/com/jogamp/opengl/impl
Copying 1 file to /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/classes-cdc/com/jogamp/opengl/util/texture
Copying 1 file to /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/classes-cdc/com/jogamp/opengl/util/texture/spi
Copying 1 file to /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/classes-cdc/com/jogamp/opengl/util/texture/spi
JOGL.common.gluegen.build:
GlueGen.gluegen.properties.load.user:
Loaded /Users/prsiv/gluegen.properties.
antlr.jar=../../gluegen/make/lib/antlr.jar
junit.jar=../make/lib/junit.jar
win32.c.compiler=${win32.c.compiler}
GlueGen.setup-excludes-1:
GlueGen.setup-excludes-2:
GlueGen.init:
Configuration validator.java.class.path.validate:
Configuration validator.validate:
GlueGen.gluegen.cpptasks.initialize:
GlueGen.gluegen.cpptasks.detect.os.1:
FreeBSD=${isFreeBSD}
HPUX=${isHPUX}
IA64=${isIA64}
Linux=${isLinux}
LinuxAMD64=${isLinuxAMD64}
LinuxIA64=${isLinuxIA64}
LinuxX86=${isLinuxX86}
OS X=true
OS X PPC=${use.macosppc}
OS X x32=true
OS X x64=true
Solaris=${isSolaris}
Solaris32Bit=${isSolaris32Bit}
SolarisSparc=${isSolarisSparc}
SolarisSparcv9=${isSolarisSparcv9}
SolarisAMD64=${isSolarisAMD64}
SolarisX86=${isSolarisX86}
Unix=${isUnix}
Windows=${isWindows}
X11=${isX11}
GlueGen.gluegen.cpptasks.detect.os.freebsd:
GlueGen.gluegen.cpptasks.detect.os.hpux:
GlueGen.gluegen.cpptasks.detect.os.linux.amd64:
GlueGen.gluegen.cpptasks.detect.os.linux.ia64:
GlueGen.gluegen.cpptasks.detect.os.linux.x86:
GlueGen.gluegen.cpptasks.detect.os.linux:
GlueGen.gluegen.cpptasks.detect.os.osx:
GlueGen.gluegen.cpptasks.detect.os.solaris.sparc:
GlueGen.gluegen.cpptasks.detect.os.solaris.sparcv9:
GlueGen.gluegen.cpptasks.detect.os.solaris.amd64:
GlueGen.gluegen.cpptasks.detect.os.solaris.x86:
GlueGen.gluegen.cpptasks.detect.os.solaris:
GlueGen.gluegen.cpptasks.detect.os.unix:
GlueGen.gluegen.cpptasks.detect.os.windows.amd64:
GlueGen.gluegen.cpptasks.detect.os.windows.x86:
GlueGen.gluegen.cpptasks.detect.os.windows:
GlueGen.gluegen.cpptasks.detect.os.2:
GlueGen.gluegen.cpptasks.detect.os:
GlueGen.gluegen.build.check:
GlueGen.gluegen.build:
GlueGen.junit.compile:
GlueGenTest.gluegen.properties.load.user:
GlueGenTest.init:
Configuration validator.java.class.path.validate:
Configuration validator.validate:
test.base.dir: ../src/junit
test.junit.dir: ../src/junit/com/jogamp
test.junit.generation.dir: ../src/junit/com/jogamp/gluegen/test/junit/generation
test.dir: ../build/test
results: ../build/test/results
build_t: ../build/test/build
build_t.gen: ../build/test/build/gensrc
build_t.java: ../build/test/build/classes
build_t.obj: ../build/test/build/obj
build_t.lib: ../build/test/build/natives
GlueGenTest.junit.compile.check:
GlueGenTest.junit.compile:
GlueGen.all:
JOGL.java.generate.check:
JOGL.java.generate:
Generating GL interface and implementation
JOGL.java.generate.gl_if:
Generating GL interface
JOGL.java.generate.copy2temp:
Copying 4 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build-temp
JOGL.java.generate.gl2_es1_if:
Generating GL2_ES1 interface
JOGL.java.generate.copy2temp:
Copying 1 file to /Users/prsiv/Documents/git_downloaded_software/jogl/build-temp
JOGL.java.generate.gl2_es2_if:
Generating GL2_ES2 interface
JOGL.java.generate.copy2temp:
Copying 1 file to /Users/prsiv/Documents/git_downloaded_software/jogl/build-temp
JOGL.java.generate.gl2_gl3_if:
Generating GL2_GL3 interface
JOGL.java.generate.copy2temp:
Copying 1 file to /Users/prsiv/Documents/git_downloaded_software/jogl/build-temp
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLsync"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLsync"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLsync"
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
JOGL.java.generate.gl2:
Generating GL2 interface and implementation
JOGL.java.generate.copy2temp:
Copying 1 file to /Users/prsiv/Documents/git_downloaded_software/jogl/build-temp
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
JOGL.java.generate.gl3:
Generating GL3 interface and implementation
JOGL.java.generate.copy2temp:
Copying 1 file to /Users/prsiv/Documents/git_downloaded_software/jogl/build-temp
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLsync"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLsync"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLsync"
JOGL.java.generate.gl3bc:
Generating GL3bc implementation
JOGL.java.generate.copy2temp:
Copying 1 file to /Users/prsiv/Documents/git_downloaded_software/jogl/build-temp
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLsync"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLsync"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLsync"
JOGL.java.generate.gl4:
Generating GL4 interface and implementation
JOGL.java.generate.copy2temp:
Copying 1 file to /Users/prsiv/Documents/git_downloaded_software/jogl/build-temp
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLsync"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLsync"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLsync"
JOGL.java.generate.gl4bc:
Generating GL4bc implementation
JOGL.java.generate.copy2temp:
Copying 1 file to /Users/prsiv/Documents/git_downloaded_software/jogl/build-temp
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLsync"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLsync"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLsync"
JOGL.java.generate.gl2es12:
Generating GL2ES12 implementation
JOGL.java.generate.copy2temp:
Copying 3 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build-temp
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
JOGL.java.generate.gles1:
Generating GLES1 interface and implementation
JOGL.java.generate.copy2temp:
Copying 2 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build-temp
JOGL.java.generate.gles2:
Generating GLES2 interface and implementation
JOGL.java.generate.copy2temp:
Copying 3 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build-temp
JOGL.java.generate.gl.all:
JOGL.java.generate.window.system.es:
Generating EGL implementation class
JOGL.java.generate.copy2temp:
Copying 3 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build-temp
JOGL.java.generate.window.system.es.ext:
Generating EGLExt implementation class
JOGL.java.generate.copy2temp:
Copying 2 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build-temp
JOGL.java.generate.gl.platforms:
JOGL.java.generate.window.system.os0:
JOGL.java.generate.window.system.os1:
Generating window system glue impl: x11
JOGL.java.generate.copy2temp:
Copying 3 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build-temp
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLXFBConfigRec"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLXFBConfigRec"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLXFBConfigRec"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct { }"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct { }"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct { }"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLXcontextRec"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLXcontextRec"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLXcontextRec"
JOGL.java.generate.platform.glext:
Generating platform-specific OpenGL extension class: x11
JOGL.java.generate.copy2temp:
Copying 2 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build-temp
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct { }"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct { }"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct { }"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLXFBConfigRec"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLXFBConfigRec"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLXFBConfigRec"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLXcontextRec"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLXcontextRec"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct __GLXcontextRec"
[WARNING com.sun.gluegen.CMethodBindingEmitter]: No capacity specified for java.nio.Buffer return value for function "dispatch_glXEnumerateVideoDevicesNV" assuming size of equivalent C return type (sizeof(int *)): java.nio.IntBuffer dispatch_glXEnumerateVideoDevicesNV(long dpy, int screen, java.nio.IntBuffer nelements)
JOGL.java.generate.gl.platforms:
JOGL.java.generate.window.system.os0:
Generating window system glue impl: win32
JOGL.java.generate.copy2temp:
Copying 3 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build-temp
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _handle"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _handle"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _handle"
JOGL.java.generate.window.system.os1:
Generating window system glue impl: win32
JOGL.java.generate.copy2temp:
Copying 13 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build-temp
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _proc"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _proc"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _proc"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _handle"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _handle"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _handle"
JOGL.java.generate.platform.glext:
Generating platform-specific OpenGL extension class: win32
JOGL.java.generate.copy2temp:
Copying 2 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build-temp
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
ANTLR Parsing Error: line 382:473269: unexpected token: RECT token name:ID
line 382:473269: unexpected token: RECT
        at com.sun.gluegen.cgram.GnuCParser.specifierQualifierList(GnuCParser.java:3124)
        at com.sun.gluegen.cgram.GnuCParser.structDeclaration(GnuCParser.java:3024)
        at com.sun.gluegen.cgram.GnuCParser.structDeclarationList(GnuCParser.java:2994)
        at com.sun.gluegen.cgram.GnuCParser.structOrUnionSpecifier(GnuCParser.java:2591)
        at com.sun.gluegen.cgram.GnuCParser.typeSpecifier(GnuCParser.java:2417)
        at com.sun.gluegen.cgram.GnuCParser.declSpecifiers(GnuCParser.java:1895)
        at com.sun.gluegen.cgram.GnuCParser.declaration(GnuCParser.java:533)
        at com.sun.gluegen.cgram.GnuCParser.externalDef(GnuCParser.java:477)
        at com.sun.gluegen.cgram.GnuCParser.externalList(GnuCParser.java:245)
        at com.sun.gluegen.cgram.GnuCParser.translationUnit(GnuCParser.java:206)
        at com.sun.gluegen.GlueGen.run(GlueGen.java:122)
        at com.sun.gluegen.GlueGen.main(GlueGen.java:347)
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _handle"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _handle"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _handle"
JOGL.java.generate.gl.platforms:
JOGL.java.generate.window.system.os0:
JOGL.java.generate.window.system.os1:
Generating window system glue impl: macosx
JOGL.java.generate.copy2temp:
Copying 6 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build-temp
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _cglObj"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _cglObj"
[WARNING com.sun.gluegen.JavaEmitter]: skipping emission of unnamed struct "struct _cglObj"
JOGL.java.generate.platform.glext:
Generating platform-specific OpenGL extension class: macosx
JOGL.java.generate.copy2temp:
Copying 1 file to /Users/prsiv/Documents/git_downloaded_software/jogl/build-temp
JOGL.java.generate.glu.base:
Generating GLU class
JOGL.java.generate.copy2temp:
Copying 3 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build-temp
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
JOGL.java.generate.glu.GL2ES1:
Generating GLU class
JOGL.java.generate.copy2temp:
Copying 1 file to /Users/prsiv/Documents/git_downloaded_software/jogl/build-temp
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
JOGL.java.generate.glu.GL2:
Generating GLU class
JOGL.java.generate.copy2temp:
Copying 1 file to /Users/prsiv/Documents/git_downloaded_software/jogl/build-temp
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"
[WARNING com.sun.gluegen.pcpp.PCPP]: unable to find #include file "inttypes.h"

GlueGen and BuildStaticGLInfo have successfully generated files.
JOGL.java.generate.cg.check:
JOGL.java.generate.cg:
JOGL.java.compile.firstpass:
JOGL.java.generate.cleantemp:
Compiling 17 source files to /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/classes
Copying 54 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/classes-cdc
Copied 18 empty directories to 1 empty directory under /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/classes-cdc
Copying 67 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/classes-cdc
JOGL.java.generate.composable.pipeline.check.es1:
JOGL.java.generate.composable.pipeline.es1:
wrote to file: ../build/jogl/gensrc/classes/javax/media/opengl/DebugGLES1.java
wrote to file: ../build/jogl/gensrc/classes/javax/media/opengl/TraceGLES1.java
wrote to file: ../build/jogl/gensrc/classes/javax/media/opengl/DebugGL2ES1.java
wrote to file: ../build/jogl/gensrc/classes/javax/media/opengl/TraceGL2ES1.java
Copying 4 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/classes-cdc
JOGL.java.generate.composable.pipeline.check.es2:
JOGL.java.generate.composable.pipeline.es2:
wrote to file: ../build/jogl/gensrc/classes/javax/media/opengl/DebugGLES2.java
wrote to file: ../build/jogl/gensrc/classes/javax/media/opengl/TraceGLES2.java
wrote to file: ../build/jogl/gensrc/classes/javax/media/opengl/DebugGL2ES2.java
wrote to file: ../build/jogl/gensrc/classes/javax/media/opengl/TraceGL2ES2.java
Copying 4 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/classes-cdc
JOGL.java.generate.composable.pipeline.check.gl2:
JOGL.java.generate.composable.pipeline.gl2:
wrote to file: ../build/jogl/gensrc/classes/javax/media/opengl/DebugGL2.java
wrote to file: ../build/jogl/gensrc/classes/javax/media/opengl/TraceGL2.java
wrote to file: ../build/jogl/gensrc/classes/javax/media/opengl/DebugGL2GL3.java
wrote to file: ../build/jogl/gensrc/classes/javax/media/opengl/TraceGL2GL3.java
Copying 4 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/classes-cdc
JOGL.java.generate.composable.pipeline.check.gl3:
JOGL.java.generate.composable.pipeline.gl3:
wrote to file: ../build/jogl/gensrc/classes/javax/media/opengl/DebugGL3.java
wrote to file: ../build/jogl/gensrc/classes/javax/media/opengl/TraceGL3.java
Copying 2 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/classes-cdc
wrote to file: ../build/jogl/gensrc/classes/javax/media/opengl/DebugGL3bc.java
wrote to file: ../build/jogl/gensrc/classes/javax/media/opengl/TraceGL3bc.java
Copying 2 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/classes-cdc
JOGL.java.generate.composable.pipeline.check.gl4:
JOGL.java.generate.composable.pipeline.gl4:
wrote to file: ../build/jogl/gensrc/classes/javax/media/opengl/DebugGL4.java
wrote to file: ../build/jogl/gensrc/classes/javax/media/opengl/TraceGL4.java
Copying 2 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/classes-cdc
wrote to file: ../build/jogl/gensrc/classes/javax/media/opengl/DebugGL4bc.java
wrote to file: ../build/jogl/gensrc/classes/javax/media/opengl/TraceGL4bc.java
Copying 2 files to /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/classes-cdc
JOGL.java.generate.composable.pipeline:
JOGL.java.compile.secondpass.javase:
Compiling 324 source files to /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/classes
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
JOGL.java.compile.secondpass.javacdc:
Compiling 220 source files to /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/classes-cdc
Note: /Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/classes/com/jogamp/opengl/util/Locator.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
JOGL.java.compile.secondpass:
JOGL.java.generate.composable.pipeline.custom.check.glfixfunc:
JOGL.java.generate.composable.pipeline.custom.glfixfunc:
wrote to file: ../build/jogl/gensrc/classes/com/jogamp/opengl/util/glsl/fixedfunc/impl/FixedFuncImpl.java
Copying 1 file to /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/classes-cdc
JOGL.java.generate.composable.pipeline.custom:
JOGL.java.compile.thirdpass.javase:
Compiling 2 source files to /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/classes
JOGL.java.compile.thirdpass.javacdc:
Compiling 2 source files to /Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/classes-cdc
JOGL.java.compile.thirdpass:
JOGL.java.compile:
JOGL.gluegen.cpptasks.detect.compiler:
VC6=${isVC6}
VC7=${isVC7}
VC8=${isVC8}
VC8_X64=${isVC8_X64}
VC9=${isVC9}
MingW=${isMingW}
MingW32=${isMingW32}
MingW64=${isMingW64}
JOGL.setup.java.home.dir.nonmacosx:
JOGL.setup.java.home.dir.macosx:
JOGL.setup.java.home.dir:
JOGL.gluegen.cpptasks.configure.compiler:
JOGL.gluegen.cpptasks.declare.compiler.win32.vc6:
JOGL.gluegen.cpptasks.declare.compiler.win32.vc7:
JOGL.gluegen.cpptasks.declare.compiler.win32.vc8:
JOGL.gluegen.cpptasks.declare.compiler.win32.vc8_x64:
JOGL.gluegen.cpptasks.declare.compiler.win32.vc9:
JOGL.gluegen.cpptasks.declare.compiler.win32.mingw:
JOGL.gluegen.cpptasks.declare.compiler.win64.mingw:
JOGL.gluegen.cpptasks.declare.compiler.win32:
JOGL.gluegen.cpptasks.declare.compiler.linux.x86:
JOGL.gluegen.cpptasks.declare.compiler.linux.amd64:
JOGL.gluegen.cpptasks.declare.compiler.linux.ia64:
JOGL.gluegen.cpptasks.declare.compiler.linux:
JOGL.gluegen.cpptasks.declare.compiler.solaris32:
JOGL.gluegen.cpptasks.declare.compiler.solaris.sparcv9:
JOGL.gluegen.cpptasks.declare.compiler.solaris.amd64:
JOGL.gluegen.cpptasks.declare.compiler.solaris:
JOGL.gluegen.cpptasks.declare.compiler.macosx:
MacOSX
JOGL.gluegen.cpptasks.declare.compiler.freebsd:
JOGL.gluegen.cpptasks.declare.compiler.hpux:
JOGL.gluegen.cpptasks.declare.compiler:
JOGL.gluegen.cpptasks.setup.compiler:
JOGL.c.configure.1:
JOGL.c.configure.win32.vc:
JOGL.c.configure.win32.mingw:
JOGL.c.configure.win64.mingw:
JOGL.c.configure.win32:
JOGL.c.configure.linux.x86:
JOGL.c.configure.linux.amd64:
JOGL.c.configure.linux.ia64:
JOGL.c.configure.x11:
JOGL.c.configure.linux:
JOGL.c.configure.solaris32:
JOGL.c.configure.solaris.sparcv9:
JOGL.c.configure.solaris.amd64:
JOGL.c.configure.macosx:
JOGL.c.configure.freebsd:
JOGL.c.configure.hpux:
JOGL.c.configure.2:
JOGL.c.configure:
JOGL.c.build.jogl.prepare.openMAX:
JOGL.c.build.jogl.prepare:
JOGL.c.build.jogl.gl2es12:
Output lib name = jogl_gl2es12
Compiling jogl_gl2es12
6 total files to be compiled.
cc1obj: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for ObjC
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m: In function 'getRendererInfo':
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:148: warning: passing argument 3 of 'CGLQueryRendererInfo' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:152: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:165: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:166: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:168: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:170: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:171: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:172: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:173: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:174: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:183: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:193: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:194: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:195: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:210: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:261: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:272: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:283: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m: In function 'queryPixelFormat':
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:457: warning: passing argument 1 of 'getValues:forAttribute:forVirtualScreen:' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m: In function 'getProcAddress':
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:701: warning: 'NSAddImage' is deprecated (declared at /usr/include/mach-o/dyld.h:230)
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:702: warning: 'NSAddImage' is deprecated (declared at /usr/include/mach-o/dyld.h:230)
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:709: warning: 'NSIsSymbolNameDefinedInImage' is deprecated (declared at /usr/include/mach-o/dyld.h:178)
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:710: warning: 'NSLookupSymbolInImage' is deprecated (declared at /usr/include/mach-o/dyld.h:182)
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:711: warning: 'NSAddressOfSymbol' is deprecated (declared at /usr/include/mach-o/dyld.h:188)
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:714: warning: 'NSIsSymbolNameDefinedInImage' is deprecated (declared at /usr/include/mach-o/dyld.h:178)
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:715: warning: 'NSLookupSymbolInImage' is deprecated (declared at /usr/include/mach-o/dyld.h:182)
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:716: warning: 'NSAddressOfSymbol' is deprecated (declared at /usr/include/mach-o/dyld.h:188)
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:719: warning: 'NSIsSymbolNameDefinedWithHint' is deprecated (declared at /usr/include/mach-o/dyld.h:177)
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:720: warning: 'NSLookupAndBindSymbol' is deprecated (declared at /usr/include/mach-o/dyld.h:179)
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:721: warning: 'NSAddressOfSymbol' is deprecated (declared at /usr/include/mach-o/dyld.h:188)
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m: In function 'setSwapInterval':
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:730: warning: passing argument 1 of 'setValues:forParameter:' from incompatible pointer type
cc1obj: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for ObjC
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m: In function 'getRendererInfo':
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:148: warning: passing argument 3 of 'CGLQueryRendererInfo' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:152: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:165: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:166: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:168: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:170: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:171: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:172: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:173: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:174: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:183: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:193: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:194: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:195: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:210: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:261: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:272: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:283: warning: passing argument 4 of 'CGLDescribeRenderer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m: In function 'queryPixelFormat':
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:457: warning: passing argument 1 of 'getValues:forAttribute:forVirtualScreen:' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m: In function 'getProcAddress':
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:701: warning: 'NSAddImage' is deprecated (declared at /usr/include/mach-o/dyld.h:230)
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:702: warning: 'NSAddImage' is deprecated (declared at /usr/include/mach-o/dyld.h:230)
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:709: warning: 'NSIsSymbolNameDefinedInImage' is deprecated (declared at /usr/include/mach-o/dyld.h:178)
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:710: warning: 'NSLookupSymbolInImage' is deprecated (declared at /usr/include/mach-o/dyld.h:182)
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:711: warning: 'NSAddressOfSymbol' is deprecated (declared at /usr/include/mach-o/dyld.h:188)
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:714: warning: 'NSIsSymbolNameDefinedInImage' is deprecated (declared at /usr/include/mach-o/dyld.h:178)
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:715: warning: 'NSLookupSymbolInImage' is deprecated (declared at /usr/include/mach-o/dyld.h:182)
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:716: warning: 'NSAddressOfSymbol' is deprecated (declared at /usr/include/mach-o/dyld.h:188)
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:719: warning: 'NSIsSymbolNameDefinedWithHint' is deprecated (declared at /usr/include/mach-o/dyld.h:177)
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:720: warning: 'NSLookupAndBindSymbol' is deprecated (declared at /usr/include/mach-o/dyld.h:179)
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:721: warning: 'NSAddressOfSymbol' is deprecated (declared at /usr/include/mach-o/dyld.h:188)
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m: In function 'setSwapInterval':
/Users/prsiv/Documents/git_downloaded_software/jogl/src/jogl/native/macosx/MacOSXWindowSystemInterface.m:730: warning: passing argument 1 of 'setValues:forParameter:' from incompatible pointer type
cc1obj: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for ObjC
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/gl2es12/GL2ES12Impl_JNI.c: In function 'Java_com_jogamp_opengl_impl_gl2es12_GL2ES12Impl_dispatch_1glGetString1__IJ':
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/gl2es12/GL2ES12Impl_JNI.c:1684: warning: pointer targets in passing argument 2 of '(*env)->NewStringUTF' differ in signedness
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/gl2es12/GL2ES12Impl_JNI.c: In function 'Java_com_jogamp_opengl_impl_gl2es12_GL2ES12Impl_dispatch_1glShaderSource1__II_3Ljava_lang_String_2Ljava_lang_Object_2IZJ':
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/gl2es12/GL2ES12Impl_JNI.c:2636: warning: unused variable '_offsetHandle'
cc1obj: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for ObjC
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/gl2es12/GL2ES12Impl_JNI.c: In function 'Java_com_jogamp_opengl_impl_gl2es12_GL2ES12Impl_dispatch_1glGetString1__IJ':
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/gl2es12/GL2ES12Impl_JNI.c:1684: warning: pointer targets in passing argument 2 of '(*env)->NewStringUTF' differ in signedness
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/gl2es12/GL2ES12Impl_JNI.c: In function 'Java_com_jogamp_opengl_impl_gl2es12_GL2ES12Impl_dispatch_1glShaderSource1__II_3Ljava_lang_String_2Ljava_lang_Object_2IZJ':
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/gl2es12/GL2ES12Impl_JNI.c:2636: warning: unused variable '_offsetHandle'
cc1obj: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for ObjC
cc1obj: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for ObjC
cc1obj: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for ObjC
cc1obj: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for ObjC
cc1obj: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for ObjC
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c: In function 'Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLChoosePixelFormat1__Ljava_lang_Object_2IZLjava_lang_Object_2IZLjava_lang_Object_2IZ':
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c:31: warning: passing argument 2 of 'CGLChoosePixelFormat' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c:31: warning: passing argument 3 of 'CGLChoosePixelFormat' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c: In function 'Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLCreateContext1__JJLjava_lang_Object_2IZ':
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c:67: warning: passing argument 1 of 'CGLCreateContext' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c: In function 'Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLCreatePBuffer1__JJJJJLjava_lang_Object_2IZ':
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c:86: warning: passing argument 6 of 'CGLCreatePBuffer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c: In function 'Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLDestroyPBuffer__J':
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c:114: warning: passing argument 1 of 'CGLDestroyPBuffer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c: In function 'Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLDestroyPixelFormat__J':
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c:127: warning: passing argument 1 of 'CGLDestroyPixelFormat' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c: In function 'Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLGetPixelFormat__J':
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c:166: warning: assignment from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c: In function 'Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLSetPBuffer__JJJJJ':
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c:226: warning: passing argument 2 of 'CGLSetPBuffer' from incompatible pointer type
cc1obj: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for ObjC
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c: In function 'Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLChoosePixelFormat1__Ljava_lang_Object_2IZLjava_lang_Object_2IZLjava_lang_Object_2IZ':
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c:31: warning: passing argument 2 of 'CGLChoosePixelFormat' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c:31: warning: passing argument 3 of 'CGLChoosePixelFormat' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c: In function 'Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLCreateContext1__JJLjava_lang_Object_2IZ':
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c:67: warning: passing argument 1 of 'CGLCreateContext' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c: In function 'Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLCreatePBuffer1__JJJJJLjava_lang_Object_2IZ':
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c:86: warning: passing argument 6 of 'CGLCreatePBuffer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c: In function 'Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLDestroyPBuffer__J':
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c:114: warning: passing argument 1 of 'CGLDestroyPBuffer' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c: In function 'Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLDestroyPixelFormat__J':
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c:127: warning: passing argument 1 of 'CGLDestroyPixelFormat' from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c: In function 'Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLGetPixelFormat__J':
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c:166: warning: assignment from incompatible pointer type
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c: In function 'Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLSetPBuffer__JJJJJ':
/Users/prsiv/Documents/git_downloaded_software/jogl/build/jogl/gensrc/native/jogl/MacOSX/CGL_JNI.c:226: warning: passing argument 2 of 'CGLSetPBuffer' from incompatible pointer type
cc1obj: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for ObjC
cc1obj: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for ObjC
Starting link
Undefined symbols:
  "_CGLSetPBuffer", referenced from:
      Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLSetPBuffer(__complex __complex __complex __complex __complex)in CGL_JNI.o
     (maybe you meant: Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLSetPBuffer(__complex __complex __complex __complex __complex))
  "_CGLDestroyContext", referenced from:
      Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLDestroyContext(__complex)in CGL_JNI.o
     (maybe you meant: Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLDestroyContext(__complex))
  "_CGLGetCurrentContext", referenced from:
      _Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLGetCurrentContext__ in CGL_JNI.o
     (maybe you meant: _Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLGetCurrentContext__)
  "_CGLDestroyPixelFormat", referenced from:
      Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLDestroyPixelFormat(__complex)in CGL_JNI.o
     (maybe you meant: Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLDestroyPixelFormat(__complex))
  "_CGLSetParameter", referenced from:
      _Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLSetParameter1__JILjava_lang_Object_2IZ in CGL_JNI.o
     (maybe you meant: _Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLSetParameter1__JILjava_lang_Object_2IZ)
  "_CGLCreateContext", referenced from:
      _Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLCreateContext1__JJLjava_lang_Object_2IZ in CGL_JNI.o
     (maybe you meant: _Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLCreateContext1__JJLjava_lang_Object_2IZ)
  "_CGLCopyContext", referenced from:
      Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLCopyContext(__complex __complex int0_t)in CGL_JNI.o
     (maybe you meant: Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLCopyContext(__complex __complex int0_t))
  "_CGLDescribePixelFormat", referenced from:
      _CGLQueryPixelFormat in MacOSXCustomCGLCode.o
  "_CGLQueryRendererInfo", referenced from:
      _getRendererInfo in MacOSXWindowSystemInterface.o
  "_CGLFlushDrawable", referenced from:
      Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLFlushDrawable(__complex)in CGL_JNI.o
     (maybe you meant: Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLFlushDrawable(__complex))
  "_CGLSetCurrentContext", referenced from:
      Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLSetCurrentContext(__complex)in CGL_JNI.o
     (maybe you meant: Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLSetCurrentContext(__complex))
  "_CGLChoosePixelFormat", referenced from:
      _Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLChoosePixelFormat1__Ljava_lang_Object_2IZLjava_lang_Object_2IZLjava_lang_Object_2IZ in CGL_JNI.o
     (maybe you meant: _Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLChoosePixelFormat1__Ljava_lang_Object_2IZLjava_lang_Object_2IZLjava_lang_Object_2IZ)
  "_CGLGetPixelFormat", referenced from:
      Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLGetPixelFormat(__complex)in CGL_JNI.o
     (maybe you meant: Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLGetPixelFormat(__complex))
  "_CGLDestroyRendererInfo", referenced from:
      _getRendererInfo in MacOSXWindowSystemInterface.o
  "_CGLDescribeRenderer", referenced from:
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
  "_CGLDestroyPBuffer", referenced from:
      Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLDestroyPBuffer(__complex)in CGL_JNI.o
     (maybe you meant: Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLDestroyPBuffer(__complex))
  "_CGLCreatePBuffer", referenced from:
      _Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLCreatePBuffer1__JJJJJLjava_lang_Object_2IZ in CGL_JNI.o
     (maybe you meant: _Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLCreatePBuffer1__JJJJJLjava_lang_Object_2IZ)
  "_CGLReleaseContext", referenced from:
      Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLReleaseContext(__complex)in CGL_JNI.o
     (maybe you meant: Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLReleaseContext(__complex))
ld: symbol(s) not found
collect2: ld returned 1 exit status
Undefined symbols:
  "_CGLSetPBuffer", referenced from:
      Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLSetPBuffer(__complex __complex __complex __complex __complex)in CGL_JNI.o
     (maybe you meant: Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLSetPBuffer(__complex __complex __complex __complex __complex))
  "_CGLDestroyContext", referenced from:
      Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLDestroyContext(__complex)in CGL_JNI.o
     (maybe you meant: Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLDestroyContext(__complex))
  "_CGLGetCurrentContext", referenced from:
      _Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLGetCurrentContext__ in CGL_JNI.o
     (maybe you meant: _Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLGetCurrentContext__)
  "_CGLDestroyPixelFormat", referenced from:
      Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLDestroyPixelFormat(__complex)in CGL_JNI.o
     (maybe you meant: Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLDestroyPixelFormat(__complex))
  "_CGLSetParameter", referenced from:
      _Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLSetParameter1__JILjava_lang_Object_2IZ in CGL_JNI.o
     (maybe you meant: _Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLSetParameter1__JILjava_lang_Object_2IZ)
  "_CGLCreateContext", referenced from:
      _Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLCreateContext1__JJLjava_lang_Object_2IZ in CGL_JNI.o
     (maybe you meant: _Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLCreateContext1__JJLjava_lang_Object_2IZ)
  "_CGLCopyContext", referenced from:
      Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLCopyContext(__complex __complex int0_t)in CGL_JNI.o
     (maybe you meant: Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLCopyContext(__complex __complex int0_t))
  "_CGLDescribePixelFormat", referenced from:
      _CGLQueryPixelFormat in MacOSXCustomCGLCode.o
  "_CGLQueryRendererInfo", referenced from:
      _getRendererInfo in MacOSXWindowSystemInterface.o
  "_CGLFlushDrawable", referenced from:
      Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLFlushDrawable(__complex)in CGL_JNI.o
     (maybe you meant: Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLFlushDrawable(__complex))
  "_CGLSetCurrentContext", referenced from:
      Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLSetCurrentContext(__complex)in CGL_JNI.o
     (maybe you meant: Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLSetCurrentContext(__complex))
  "_CGLChoosePixelFormat", referenced from:
      _Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLChoosePixelFormat1__Ljava_lang_Object_2IZLjava_lang_Object_2IZLjava_lang_Object_2IZ in CGL_JNI.o
     (maybe you meant: _Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLChoosePixelFormat1__Ljava_lang_Object_2IZLjava_lang_Object_2IZLjava_lang_Object_2IZ)
  "_CGLGetPixelFormat", referenced from:
      Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLGetPixelFormat(__complex)in CGL_JNI.o
     (maybe you meant: Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLGetPixelFormat(__complex))
  "_CGLDestroyRendererInfo", referenced from:
      _getRendererInfo in MacOSXWindowSystemInterface.o
  "_CGLDescribeRenderer", referenced from:
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
      _getRendererInfo in MacOSXWindowSystemInterface.o
  "_CGLDestroyPBuffer", referenced from:
      Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLDestroyPBuffer(__complex)in CGL_JNI.o
     (maybe you meant: Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLDestroyPBuffer(__complex))
  "_CGLCreatePBuffer", referenced from:
      _Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLCreatePBuffer1__JJJJJLjava_lang_Object_2IZ in CGL_JNI.o
     (maybe you meant: _Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLCreatePBuffer1__JJJJJLjava_lang_Object_2IZ)
  "_CGLReleaseContext", referenced from:
      Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLReleaseContext(__complex)in CGL_JNI.o
     (maybe you meant: Java_com_jogamp_opengl_impl_macosx_cgl_CGL_CGLReleaseContext(__complex))
ld: symbol(s) not found
collect2: ld returned 1 exit status
lipo: can't open input file: /var/folders/q8/q8f5nJi+E0GUwzv7lqilIE+++TI/-Tmp-//ccMSZhOk.out (No such file or directory)
/Users/prsiv/Documents/git_downloaded_software/jogl/make/build.xml:37: The following error occurred while executing this line:
/Users/prsiv/Documents/git_downloaded_software/jogl/make/build-jogl.xml:1424: The following error occurred while executing this line:
/Users/prsiv/Documents/git_downloaded_software/jogl/make/build-jogl.xml:1349: gcc failed with return code 1
BUILD FAILED (total time: 1 minute 22 seconds)


 
Reply | Threaded
Open this post in threaded view
|

Re: building JOGL (Mac)

Sven Gothel
Administrator
On Monday, July 05, 2010 05:46:03 Paul Steinman [via jogamp] wrote:

>
> Michael,
>
> Thanks for the quick response!   I removed all files related to sgothel  and
> replace them with the files from mbien.   I copied gluegen.properties and
> jogl.properties to my home directory.
>
> Gluegen compiled just fine.
>
> I get the following errors compiling from jogl:

As I mentioned in my other post,
within 1-2 weeks I will have this fixed.

Need some time for 'housecleaning' tasks incl. OSX.

~Sven

Reply | Threaded
Open this post in threaded view
|

Re: building JOGL

Sven Gothel
Administrator
In reply to this post by Michael Bien
On Thursday, July 01, 2010 22:49:44 Michael Bien [via jogamp] wrote:

>
> Hi Paul,
>
> please make sure the projects are named accordingly + are placed in the
> same folder otherwise dependencies won't be resolved without setting
> additional ant properties.
>
> e.g jogl not jogl.git
>
> pull jogl from my repo for now git://github.com/mbien/jogl.git until
> Sven is back

Back .. and synced my repos (gluegen, jogl, ..)

> Sven's version of jocl and his other forks of my repos are also fairly old.
Well, you should pick from the root node anyways, which is Michaels for JOCL.

>
> + you don't need antlr, the lib is already in gluegen.
>
> hot tip:
> check which repo our buildserver is using to know where the head is:
> http://jogamp.org/chuck/
> (click on a project and search for the github link on the left side)
>
> regards,
> michael