Re: JOGL win32 binding bug for glTransformFeedbackVaryings
Posted by
Michael Bien on
Aug 20, 2010; 2:04am
URL: https://forum.jogamp.org/JOGL-win32-binding-bug-for-glTransformFeedbackVaryings-tp1197405p1236329.html
the com.jogamp.common package is part of gluegen-rt.jar. Have you
build gluegen successfully?
-michael
On 08/20/2010 12:49 AM, Matt [via jogamp] wrote:
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...
--
http://michael-bien.com/