Re: Fail to compile gluegen-v2.0-rc2 ...
Posted by
jiapei100 on
May 24, 2011; 10:27pm
URL: https://forum.jogamp.org/Fail-to-compile-gluegen-v2-0-rc2-tp2910008p2982001.html
Hi, Walker:
Thank you very much for your kind assists.
I can successfully build gluegen and jogl from a command Windows now.
However, there are always two red-crosses on the project gluegen, within Eclipse 3.6.2 IDE.
The two red-crosses seem to point to gluegen-cpptasks-base.xml and gluegen-cpptasks-custom.xml . Why is it so? How can I correctly specify cpptasks directories?
I noticed the last line of file gluegen.properties is:
gluegen-cpptasks.file="${user.home}/gluegen-cpptasks-linux-32bit.xml"
, how to modify it to ensure the two red-crosses just disappear from within Eclipse IDE?
By the way, there seems to be some simple errors for jogl-demos, such as
1) change
to
.
2)
ImmModeSink vbo = ImmModeSink.createFixed(GL.GL_STATIC_DRAW, 10,
3, GL.GL_FLOAT, // vertex
4, GL.GL_FLOAT, // color
0, GL.GL_FLOAT, // normal
0, GL.GL_FLOAT); // texture
to
ImmModeSink vbo = ImmModeSink.createFixed(gl, GL.GL_STATIC_DRAW, 10,
3, GL.GL_FLOAT, // vertex
4, GL.GL_FLOAT, // color
0, GL.GL_FLOAT, // normal
0, GL.GL_FLOAT); // texture
etc.
But, I still have a lot of error messages in
jogl-demos/javabullet.demos.opengl ...
None of the four files under jogl-demos/javabullet.demos.opengl can be compiled till now.
Can you please help to update jogl-demos at your convenience?
Best Regards
Pei