Login  Register

Re: Official jogamp repository

Posted by LordSmoke on Mar 15, 2012; 8:20am
URL: https://forum.jogamp.org/Official-jogamp-repository-tp3809391p3828154.html

Has any knowledgeable person taken a peak at my note from a few days ago on trying to compile java3d from the jogl2-wip branch? Basically, I can compile all of jogl and vecmath, but java3d-core bombs. Full output in the earlier post. Edited below. Suggestions?

init:
buildtime = 09 Mar 2012 09:18:38 CET
Created dir: /Users/me/devDir/java3d/hharrison-java3d-core-99ff36f/build
initBuildType:
setupBuildPatch:
...
setupPlatform:
compile-debug:
j3d-core classes.compile-debug:
Created dir: /Users/me/devDir/java3d/hharrison-java3d-core-99ff36f/build/macosx/debug/classes
Created dir: /Users/me/devDir/java3d/hharrison-java3d-core-99ff36f/build/macosx/debug/gen/tools
Created dir: /Users/me/devDir/java3d/hharrison-java3d-core-99ff36f/build/macosx/debug/gen/classes/javax/media/j3d
Copying 1 file to /Users/me/devDir/java3d/hharrison-java3d-core-99ff36f/build/macosx/debug/gen/classes/javax/media/j3d
/Users/me/devDir/java3d/hharrison-java3d-core-99ff36f/src/classes/build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
Compiling 767 source files to /Users/me/devDir/java3d/hharrison-java3d-core-99ff36f/build/macosx/debug/classes
/Users/me/devDir/java3d/hharrison-java3d-core-99ff36f/src/classes/jogl/javax/media/j3d/JoglCgShaderInfo.java:34: package com.jogamp.opengl.cg does not exist
import com.jogamp.opengl.cg.CGprogram;
/Users/me/devDir/java3d/hharrison-java3d-core-99ff36f/src/classes/jogl/javax/media/j3d/JoglCgShaderInfo.java:37: cannot find symbol
symbol  : class CGprogram
location: class javax.media.j3d.JoglCgShaderInfo
  private CGprogram cgShader;
...
location: class javax.media.j3d.JoglContext.GLSLVertexAttributeImpl
    public void disableVertexAttrArray(GL gl, int index) {
/Users/me/devDir/java3d/hharrison-java3d-core-99ff36f/src/classes/jogl/javax/media/j3d/JoglContext.java:152: cannot find symbol
symbol  : class GL
location: class javax.media.j3d.JoglContext.GLSLVertexAttributeImpl
    public void vertexAttr1fv(GL gl, int index, FloatBuffer buf) {
/Users/me/devDir/java3d/hharrison-java3d-core-99ff36f/src/classes/jogl/javax/media/j3d/JoglContext.java:156: cannot find symbol
symbol  : class GL
..
import com.jogamp.opengl.cg.CgGL;
/Users/me/devDir/java3d/hharrison-java3d-core-99ff36f/src/classes/jogl/javax/media/j3d/JoglPipeline.java:86: package com.jogamp.common.nio does not exist
import com.jogamp.common.nio.Buffers;
/Users/me/devDir/java3d/hharrison-java3d-core-99ff36f/src/classes/jogl/javax/media/j3d/JoglPipeline.java:1143: cannot find symbol
symbol  : class GL2
location: class javax.media.j3d.JoglPipeline
            enableTexCoordPointer(GL2 gl,
/Users/me/devDir/java3d/hharrison-java3d-core-99ff36f/src/classes/jogl/javax/media/j3d/JoglPipeline.java:1155: cannot find symbol
symbol  : class GL2
location: class javax.media.j3d.JoglPipeline
        private void disableTexCoordPointer(GL2 gl, int texUnit) {
                                            ^
...
location: class javax.media.j3d.JoglPipeline
    private void resetVertexAttrs(GL gl, JoglContext ctx, int vertexAttrCount) {
/Users/me/devDir/java3d/hharrison-java3d-core-99ff36f/src/classes/jogl/javax/media/j3d/JoglPipeline.java:3592: cannot find symbol
symbol  : class CGparameter
location: class javax.media.j3d.JoglPipeline
    private CGparameter lookupCgParams(JoglCgShaderInfo shader,
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
100 errors
/Users/me/devDir/java3d/hharrison-java3d-core-99ff36f/build.xml:419: The following error occurred while executing this line:
/Users/me/devDir/java3d/hharrison-java3d-core-99ff36f/src/classes/build.xml:52: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 21 seconds)