Login  Register

Re: Can't Build JOGL (Windows)

Posted by Matt on Nov 04, 2010; 11:37pm
URL: https://forum.jogamp.org/Can-t-Build-JOGL-Windows-tp1844552p1845458.html

Thanks! Halfway there.  That fixed (I just updated my path with the first directory they mention for CodeBlocks) the first error but now I'm getting errors during Java compilation.  

(By the way, setting paths and things for this in Windows really sucks...)

Here is where that section begins in my output.

java.generate:

java.build:
     [echo]  - - - compiling all java files - - -
     [echo]  test.base.dir ../src/junit
     [echo]  build_t.gen     ../build/test/build/gensrc
    [javac] Compiling 18 source files to c:\Java\jogl\gluegen\build\test\build\c
lasses
    [javac] c:\Java\jogl\gluegen\src\junit\com\jogamp\common\util\locks\TestRecu
rsiveLock01.java:31: cannot find symbol
    [javac] symbol  : class RecursiveLock
    [javac] location: package com.jogamp.common.util.locks
    [javac] import com.jogamp.common.util.locks.RecursiveLock;
    [javac]                                    ^
    [javac] c:\Java\jogl\gluegen\src\junit\com\jogamp\common\util\locks\TestRecu
rsiveLock01.java:144: cannot find symbol
    [javac] symbol  : class RecursiveLock
    [javac] location: class com.jogamp.common.util.locks.TestRecursiveLock01.Loc
kedObject
    [javac]         RecursiveLock locker;
    [javac]         ^
    [javac] c:\Java\jogl\gluegen\src\junit\com\jogamp\gluegen\test\junit\generat
ion\BaseClass.java:31: package com.jogamp.common.nio does not exist
    [javac] import com.jogamp.common.nio.Buffers;
    [javac]                             ^
    [javac] c:\Java\jogl\gluegen\src\junit\com\jogamp\gluegen\test\junit\generat
ion\BaseClass.java:32: package com.jogamp.common.nio does not exist
    [javac] import com.jogamp.common.nio.PointerBuffer;
    [javac]                             ^
    [javac] c:\Java\jogl\gluegen\src\junit\com\jogamp\gluegen\test\junit\generat
ion\BaseClass.java:33: package com.jogamp.common.nio does not exist
    [javac] import com.jogamp.common.nio.Int64Buffer;
    [javac]                             ^
    [javac] c:\Java\jogl\gluegen\src\junit\com\jogamp\gluegen\test\junit\generat
ion\BaseClass.java:34: package com.jogamp.common.os does not exist
    [javac] import com.jogamp.common.os.Platform;
    [javac]                            ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1.java:7: package com.jogamp.common.os does
 not exist
    [javac] import com.jogamp.common.os.*;
    [javac] ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1.java:8: package com.jogamp.common.nio doe
s not exist
    [javac] import com.jogamp.common.nio.*;
    [javac] ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1.java:9: package com.jogamp.gluegen.runtim
e does not exist
    [javac] import com.jogamp.gluegen.runtime.*;
    [javac] ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1.java:10: package com.jogamp.common.os doe
s not exist
    [javac] import com.jogamp.common.os.*;
    [javac] ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1.java:11: package com.jogamp.common.nio do
es not exist
    [javac] import com.jogamp.common.nio.*;
    [javac] ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1.java:20: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1
    [javac]   public long arrayTestFoo1(long context, Int64Buffer array);
    [javac]                                           ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1.java:26: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1
    [javac]   public Int64Buffer arrayTestFoo2(Int64Buffer array);
    [javac]                                    ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1.java:26: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1
    [javac]   public Int64Buffer arrayTestFoo2(Int64Buffer array);
    [javac]          ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1.java:29: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1
    [javac]   public Int64Buffer arrayTestFoo2(long[] array, int array_offset);
    [javac]          ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1.java:32: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1
    [javac]   public PointerBuffer arrayTestFoo3ArrayToPtrPtr(Int64Buffer array)
;
    [javac]                                                   ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1.java:32: cannot find symbol
    [javac] symbol  : class PointerBuffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1
    [javac]   public PointerBuffer arrayTestFoo3ArrayToPtrPtr(Int64Buffer array)
;
    [javac]          ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1.java:35: cannot find symbol
    [javac] symbol  : class PointerBuffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1
    [javac]   public PointerBuffer arrayTestFoo3ArrayToPtrPtr(long[] array, int
array_offset);
    [javac]          ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1.java:38: cannot find symbol
    [javac] symbol  : class PointerBuffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1
    [javac]   public PointerBuffer arrayTestFoo3PtrPtr(PointerBuffer array);
    [javac]                                            ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1.java:38: cannot find symbol
    [javac] symbol  : class PointerBuffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1
    [javac]   public PointerBuffer arrayTestFoo3PtrPtr(PointerBuffer array);
    [javac]          ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1.java:41: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1
    [javac]   public long arrayTestFooNioOnly(long context, Int64Buffer array);
    [javac]                                                 ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1.java:53: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1
    [javac]   public long arrayTestInt64(long context, Int64Buffer array);
    [javac]                                            ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1.java:66: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1
    [javac]   public long doubleTest(long context, Buffer object1, Int64Buffer a
rray1, Buffer object2, Int64Buffer array2);
    [javac]                                                        ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1.java:66: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1
    [javac]   public long doubleTest(long context, Buffer object1, Int64Buffer a
rray1, Buffer object2, Int64Buffer array2);
    [javac]
                       ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1.java:76: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1
    [javac]   public long doubleTestNioOnly(long context, Buffer object1, Int64B
uffer array1, Buffer object2, Int64Buffer array2);
    [javac]                                                               ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1.java:76: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1
    [javac]   public long doubleTestNioOnly(long context, Buffer object1, Int64B
uffer array1, Buffer object2, Int64Buffer array2);
    [javac]
                              ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1.java:88: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1
    [javac]   public long mixedTest(long context, Buffer object, Int64Buffer arr
ay);
    [javac]                                                      ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1.java:96: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1
    [javac]   public long mixedTestNioOnly(long context, Buffer object, Int64Buf
fer array);
    [javac]                                                             ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1.java:108: cannot find symbol
    [javac] symbol  : class PointerBuffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1
    [javac]   public PointerBuffer typeTestAnonPointer(PointerBuffer a);
    [javac]                                            ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1.java:108: cannot find symbol
    [javac] symbol  : class PointerBuffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1
    [javac]   public PointerBuffer typeTestAnonPointer(PointerBuffer a);
    [javac]          ^
    [javac] c:\Java\jogl\gluegen\src\junit\com\jogamp\gluegen\test\junit\generat
ion\BindingJNILibLoader.java:31: package com.jogamp.common.jvm does not exist
    [javac] import com.jogamp.common.jvm.JNILibLoaderBase;
    [javac]                             ^
    [javac] c:\Java\jogl\gluegen\src\junit\com\jogamp\gluegen\test\junit\generat
ion\BindingJNILibLoader.java:34: cannot find symbol
    [javac] symbol: class JNILibLoaderBase
    [javac] public class BindingJNILibLoader extends JNILibLoaderBase {
    [javac]                                          ^
    [javac] c:\Java\jogl\gluegen\src\junit\com\jogamp\gluegen\test\junit\generat
ion\Test1p1JavaEmitter.java:33: package com.jogamp.common.nio does not exist
    [javac] import com.jogamp.common.nio.Buffers;
    [javac]                             ^
    [javac] c:\Java\jogl\gluegen\src\junit\com\jogamp\gluegen\test\junit\generat
ion\Test1p1JavaEmitter.java:34: package com.jogamp.common.nio does not exist
    [javac] import com.jogamp.common.nio.PointerBuffer;
    [javac]                             ^
    [javac] c:\Java\jogl\gluegen\src\junit\com\jogamp\gluegen\test\junit\generat
ion\Test1p2ProcAddressEmitter.java:33: package com.jogamp.common.os does not exi
st
    [javac] import com.jogamp.common.os.NativeLibrary;
    [javac]                            ^
    [javac] c:\Java\jogl\gluegen\src\junit\com\jogamp\gluegen\test\junit\generat
ion\Test1p2ProcAddressEmitter.java:34: package com.jogamp.common.os does not exi
st
    [javac] import com.jogamp.common.os.DynamicLookupHelper;
    [javac]                            ^
    [javac] c:\Java\jogl\gluegen\src\junit\com\jogamp\gluegen\test\junit\generat
ion\Test1p2ProcAddressEmitter.java:47: cannot find symbol
    [javac] symbol  : class DynamicLookupHelper
    [javac] location: class com.jogamp.gluegen.test.junit.generation.Test1p2Proc
AddressEmitter
    [javac]     DynamicLookupHelper dynamicLookupHelper;
    [javac]     ^
    [javac] c:\Java\jogl\gluegen\src\junit\com\jogamp\gluegen\test\junit\runtime
\TestPointerBufferEndian.java:4: package com.jogamp.common.nio does not exist
    [javac] import com.jogamp.common.nio.*;
    [javac] ^
    [javac] c:\Java\jogl\gluegen\src\junit\com\jogamp\gluegen\test\junit\runtime
\TestPointerBufferEndian.java:5: package com.jogamp.common.os does not exist
    [javac] import com.jogamp.common.os.*;
    [javac] ^
    [javac] c:\Java\jogl\gluegen\src\junit\com\jogamp\gluegen\test\junit\runtime
\TestStructAccessorEndian.java:3: package com.jogamp.common.nio does not exist
    [javac] import com.jogamp.common.nio.*;
    [javac] ^
    [javac] c:\Java\jogl\gluegen\src\junit\com\jogamp\gluegen\test\junit\runtime
\TestStructAccessorEndian.java:4: package com.jogamp.common.os does not exist
    [javac] import com.jogamp.common.os.*;
    [javac] ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p1.java:7: package com.jogamp.common.os do
es not exist
    [javac] import com.jogamp.common.os.*;
    [javac] ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p1.java:8: package com.jogamp.common.nio d
oes not exist
    [javac] import com.jogamp.common.nio.*;
    [javac] ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p1.java:11: package com.jogamp.gluegen.run
time does not exist
    [javac] import com.jogamp.gluegen.runtime.*;
    [javac] ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p1.java:12: package com.jogamp.common.os d
oes not exist
    [javac] import com.jogamp.common.os.*;
    [javac] ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p1.java:13: package com.jogamp.common.nio
does not exist
    [javac] import com.jogamp.common.nio.*;
    [javac] ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p1.java:22: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p1
    [javac]   public long arrayTestFoo1(long context, Int64Buffer array);
    [javac]                                           ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p1.java:28: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p1
    [javac]   public Int64Buffer arrayTestFoo2(Int64Buffer array);
    [javac]                                    ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p1.java:28: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p1
    [javac]   public Int64Buffer arrayTestFoo2(Int64Buffer array);
    [javac]          ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p1.java:31: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p1
    [javac]   public Int64Buffer arrayTestFoo2(long[] array, int array_offset);
    [javac]          ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p1.java:34: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p1
    [javac]   public PointerBuffer arrayTestFoo3ArrayToPtrPtr(Int64Buffer array)
;
    [javac]                                                   ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p1.java:34: cannot find symbol
    [javac] symbol  : class PointerBuffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p1
    [javac]   public PointerBuffer arrayTestFoo3ArrayToPtrPtr(Int64Buffer array)
;
    [javac]          ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p1.java:37: cannot find symbol
    [javac] symbol  : class PointerBuffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p1
    [javac]   public PointerBuffer arrayTestFoo3ArrayToPtrPtr(long[] array, int
array_offset);
    [javac]          ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p1.java:40: cannot find symbol
    [javac] symbol  : class PointerBuffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p1
    [javac]   public PointerBuffer arrayTestFoo3PtrPtr(PointerBuffer array);
    [javac]                                            ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p1.java:40: cannot find symbol
    [javac] symbol  : class PointerBuffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p1
    [javac]   public PointerBuffer arrayTestFoo3PtrPtr(PointerBuffer array);
    [javac]          ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p1.java:43: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p1
    [javac]   public long arrayTestFooNioOnly(long context, Int64Buffer array);
    [javac]                                                 ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p1.java:55: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p1
    [javac]   public long arrayTestInt64(long context, Int64Buffer array);
    [javac]                                            ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p1.java:68: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p1
    [javac]   public long doubleTest(long context, Buffer object1, Int64Buffer a
rray1, Buffer object2, Int64Buffer array2);
    [javac]                                                        ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p1.java:68: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p1
    [javac]   public long doubleTest(long context, Buffer object1, Int64Buffer a
rray1, Buffer object2, Int64Buffer array2);
    [javac]
                       ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p1.java:78: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p1
    [javac]   public long doubleTestNioOnly(long context, Buffer object1, Int64B
uffer array1, Buffer object2, Int64Buffer array2);
    [javac]                                                               ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p1.java:78: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p1
    [javac]   public long doubleTestNioOnly(long context, Buffer object1, Int64B
uffer array1, Buffer object2, Int64Buffer array2);
    [javac]
                              ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p1.java:90: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p1
    [javac]   public long mixedTest(long context, Buffer object, Int64Buffer arr
ay);
    [javac]                                                      ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p1.java:98: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p1
    [javac]   public long mixedTestNioOnly(long context, Buffer object, Int64Buf
fer array);
    [javac]                                                             ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p1.java:110: cannot find symbol
    [javac] symbol  : class PointerBuffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p1
    [javac]   public PointerBuffer typeTestAnonPointer(PointerBuffer a);
    [javac]                                            ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p1.java:110: cannot find symbol
    [javac] symbol  : class PointerBuffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p1
    [javac]   public PointerBuffer typeTestAnonPointer(PointerBuffer a);
    [javac]          ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p2.java:7: package com.jogamp.common.os do
es not exist
    [javac] import com.jogamp.common.os.*;
    [javac] ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p2.java:8: package com.jogamp.common.nio d
oes not exist
    [javac] import com.jogamp.common.nio.*;
    [javac] ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p2.java:11: package com.jogamp.gluegen.run
time does not exist
    [javac] import com.jogamp.gluegen.runtime.*;
    [javac] ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p2.java:12: package com.jogamp.common.os d
oes not exist
    [javac] import com.jogamp.common.os.*;
    [javac] ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p2.java:13: package com.jogamp.common.nio
does not exist
    [javac] import com.jogamp.common.nio.*;
    [javac] ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p2.java:22: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p2
    [javac]   public long arrayTestFoo1(long context, Int64Buffer array);
    [javac]                                           ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p2.java:28: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p2
    [javac]   public Int64Buffer arrayTestFoo2(Int64Buffer array);
    [javac]                                    ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p2.java:28: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p2
    [javac]   public Int64Buffer arrayTestFoo2(Int64Buffer array);
    [javac]          ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p2.java:31: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p2
    [javac]   public Int64Buffer arrayTestFoo2(long[] array, int array_offset);
    [javac]          ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p2.java:34: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p2
    [javac]   public PointerBuffer arrayTestFoo3ArrayToPtrPtr(Int64Buffer array)
;
    [javac]                                                   ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p2.java:34: cannot find symbol
    [javac] symbol  : class PointerBuffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p2
    [javac]   public PointerBuffer arrayTestFoo3ArrayToPtrPtr(Int64Buffer array)
;
    [javac]          ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p2.java:37: cannot find symbol
    [javac] symbol  : class PointerBuffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p2
    [javac]   public PointerBuffer arrayTestFoo3ArrayToPtrPtr(long[] array, int
array_offset);
    [javac]          ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p2.java:40: cannot find symbol
    [javac] symbol  : class PointerBuffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p2
    [javac]   public PointerBuffer arrayTestFoo3PtrPtr(PointerBuffer array);
    [javac]                                            ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p2.java:40: cannot find symbol
    [javac] symbol  : class PointerBuffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p2
    [javac]   public PointerBuffer arrayTestFoo3PtrPtr(PointerBuffer array);
    [javac]          ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p2.java:43: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p2
    [javac]   public long arrayTestFooNioOnly(long context, Int64Buffer array);
    [javac]                                                 ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p2.java:55: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p2
    [javac]   public long arrayTestInt64(long context, Int64Buffer array);
    [javac]                                            ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p2.java:68: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p2
    [javac]   public long doubleTest(long context, Buffer object1, Int64Buffer a
rray1, Buffer object2, Int64Buffer array2);
    [javac]                                                        ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p2.java:68: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p2
    [javac]   public long doubleTest(long context, Buffer object1, Int64Buffer a
rray1, Buffer object2, Int64Buffer array2);
    [javac]
                       ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p2.java:78: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p2
    [javac]   public long doubleTestNioOnly(long context, Buffer object1, Int64B
uffer array1, Buffer object2, Int64Buffer array2);
    [javac]                                                               ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p2.java:78: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p2
    [javac]   public long doubleTestNioOnly(long context, Buffer object1, Int64B
uffer array1, Buffer object2, Int64Buffer array2);
    [javac]
                              ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p2.java:90: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p2
    [javac]   public long mixedTest(long context, Buffer object, Int64Buffer arr
ay);
    [javac]                                                      ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p2.java:98: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p2
    [javac]   public long mixedTestNioOnly(long context, Buffer object, Int64Buf
fer array);
    [javac]                                                             ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p2.java:110: cannot find symbol
    [javac] symbol  : class PointerBuffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p2
    [javac]   public PointerBuffer typeTestAnonPointer(PointerBuffer a);
    [javac]                                            ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\Bindingtest1p2.java:110: cannot find symbol
    [javac] symbol  : class PointerBuffer
    [javac] location: interface com.jogamp.gluegen.test.junit.generation.Binding
test1p2
    [javac]   public PointerBuffer typeTestAnonPointer(PointerBuffer a);
    [javac]          ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\impl\Bindingtest1p1Impl.java:7: package com.jogamp.com
mon.os does not exist
    [javac] import com.jogamp.common.os.*;
    [javac] ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\impl\Bindingtest1p1Impl.java:8: package com.jogamp.com
mon.nio does not exist
    [javac] import com.jogamp.common.nio.*;
    [javac] ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\impl\Bindingtest1p1Impl.java:11: package com.jogamp.gl
uegen.runtime does not exist
    [javac] import com.jogamp.gluegen.runtime.*;
    [javac] ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\impl\Bindingtest1p1Impl.java:12: package com.jogamp.co
mmon.os does not exist
    [javac] import com.jogamp.common.os.*;
    [javac] ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\impl\Bindingtest1p1Impl.java:13: package com.jogamp.co
mmon.nio does not exist
    [javac] import com.jogamp.common.nio.*;
    [javac] ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\impl\Bindingtest1p1Impl.java:18: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: class com.jogamp.gluegen.test.junit.generation.impl.Bindin
gtest1p1Impl
    [javac]   public long arrayTestFoo1(long context, Int64Buffer array)  {
    [javac]                                           ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\impl\Bindingtest1p1Impl.java:36: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: class com.jogamp.gluegen.test.junit.generation.impl.Bindin
gtest1p1Impl
    [javac]   public Int64Buffer arrayTestFoo2(Int64Buffer array)  {
    [javac]                                    ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\impl\Bindingtest1p1Impl.java:36: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: class com.jogamp.gluegen.test.junit.generation.impl.Bindin
gtest1p1Impl
    [javac]   public Int64Buffer arrayTestFoo2(Int64Buffer array)  {
    [javac]          ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\impl\Bindingtest1p1Impl.java:50: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: class com.jogamp.gluegen.test.junit.generation.impl.Bindin
gtest1p1Impl
    [javac]   public Int64Buffer arrayTestFoo2(long[] array, int array_offset)
{
    [javac]          ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\impl\Bindingtest1p1Impl.java:62: cannot find symbol
    [javac] symbol  : class Int64Buffer
    [javac] location: class com.jogamp.gluegen.test.junit.generation.impl.Bindin
gtest1p1Impl
    [javac]   public PointerBuffer arrayTestFoo3ArrayToPtrPtr(Int64Buffer array)
  {
    [javac]                                                   ^
    [javac] c:\Java\jogl\gluegen\build\test\build\gensrc\classes\com\jogamp\glue
gen\test\junit\generation\impl\Bindingtest1p1Impl.java:62: cannot find symbol
    [javac] symbol  : class PointerBuffer
    [javac] location: class com.jogamp.gluegen.test.junit.generation.impl.Bindin
gtest1p1Impl
    [javac]   public PointerBuffer arrayTestFoo3ArrayToPtrPtr(Int64Buffer array)
  {
    [javac]          ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 100 errors

BUILD FAILED
c:\Java\jogl\jogl\make\build.xml:33: The following error occurred while executin
g this line:
c:\Java\jogl\jogl\make\build-common.xml:365: The following error occurred while
executing this line:
c:\Java\jogl\gluegen\make\build.xml:702: The following error occurred while exec
uting this line:
c:\Java\jogl\gluegen\make\build-junit.xml:186: The following error occurred whil
e executing this line:
c:\Java\jogl\gluegen\make\build-junit.xml:105: Compile failed; see the compiler
error output for details.

Total time: 10 seconds