Login  Register

Re: Fail to compile gluegen-v2.0-rc2 ...

Posted by Wade Walker on May 25, 2011; 1:02am
URL: https://forum.jogamp.org/Fail-to-compile-gluegen-v2-0-rc2-tp2910008p2982504.html

Hi Pei,

I'm glad to hear that gluegen and jogl are building for you now

jiapei100 wrote
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 think these are due to the fact that Eclipse assumes that build XML files are in the project root, so it doesn't know how to find JOGL's XML files, which are all down in the make directory. There may be some way to fix this, but I haven't looked for one yet.

Right now, I just close the XML build files in Eclipse, then delete those errors from the Problems view. As long as you don't open the XML build files in an Eclipse editor, the errors won't reappear.

jiapei100 wrote
By the way, there seems to be some simple errors for jogl-demos, such as
...
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?
Those, I'm not sure about. I haven't tried building the JOGL demos yet.