Re: Fail to compile gluegen-v2.0-rc2 ...
Posted by
jiapei100 on
May 26, 2011; 7:14pm
URL: https://forum.jogamp.org/Fail-to-compile-gluegen-v2-0-rc2-tp2910008p2990046.html
Problem again....
I'm using today's git clone, say, git clone of May 26, 2011.
I successfully built gluegen and jogl under Ubuntu 11.04 . But now I'm using Windows7. Things might be a little bit different.
1)
If using DOS Prompt, I got the following errors:
BUILD FAILED
...\Java\Eclipse\gluegen\make\build.xml:623: The following
error occurred while executing this line:
...\Java\Eclipse\gluegen\make\build.xml:404: Could not laun
ch gcc: java.io.IOException: Cannot run program "gcc" (in directory "
...\Java\Eclipse\gluegen\build\obj"): CreateProcess error=5, Access is
denied
2) If build from within Cygwin, in order to use "gcc", I got errors like:
BUILD FAILED
...\Java\Eclipse\gluegen\make\build.xml:679: The following
error occurred while executing this line:
...\Java\Eclipse\gluegen\make\build-test.xml:203: The follo
wing error occurred while executing this line:
...\Java\Eclipse\gluegen\make\build-test.xml:323: The follo
wing error occurred while executing this line:
...\Java\Eclipse\gluegen\make\build-test.xml:164: Could not
launch gcc: java.io.IOException: Cannot run program "gcc" (in directory
"...\Java\Eclipse\gluegen\build\test\build\obj"): CreateProcess er
ror=5, Access is denied
I'm pretty sure that I put gluegen and jogl under the same folder. What should I do to successfully build jogl and gluegen under Windows7?
Rgds
Pei