Re: JOGL win32 binding bug for glTransformFeedbackVaryings
Posted by Matt on Aug 19, 2010; 10:49pm
URL: https://forum.jogamp.org/JOGL-win32-binding-bug-for-glTransformFeedbackVaryings-tp1197405p1234323.html
Hi,
I'm trying to look into the cause of the bug myself as it is a blocker on Windows for me, but somehow I cannot build the JOGL on Win7. I'm following the build how to, and after starting main ant task I get the following errors:
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 15 source files to C:\Users\Tachyon\Desktop\jogamp\gluegen\build\test\build\classes
[javac] C:\Users\T\Desktop\jogamp\gluegen\src\junit\com\jogamp\gluegen\test\junit\generation\BaseClass.java:35: package com.jogamp.common.nio does not exist
[javac] import com.jogamp.common.nio.Buffers;
[javac] ^
[javac] C:\Users\T\Desktop\jogamp\gluegen\src\junit\com\jogamp\gluegen\test\junit\generation\BaseClass.java:36: package com.jogamp.common.nio does not exist
[javac] import com.jogamp.common.nio.PointerBuffer;
[javac] ^
...
...
[javac] Note: C:\Users\T\Desktop\jogamp\gluegen\src\junit\com\jogamp\gluegen\test\junit\generation\BindingJNILibLoader.java uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 100 errors
BUILD FAILED
C:\Users\T\Desktop\jogamp\jogl\make\build.xml:33: The following error occurred while executing this line:
C:\Users\T\Desktop\jogamp\jogl\make\build-common.xml:345: The following error occurred while executing this line:
C:\Users\T\Desktop\jogamp\gluegen\make\build.xml:700: The following error occurred while executing this line:
C:\Users\T\Desktop\jogamp\gluegen\make\build-junit.xml:184: The following error occurred while executing this line:
C:\Users\T\Desktop\jogamp\gluegen\make\build-junit.xml:103: Compile failed; see the compiler error output for details.
There's probably something stupid I'm missing...