Posted by
seahorse on
Feb 13, 2012; 2:34pm
URL: https://forum.jogamp.org/cl-failed-with-return-code-1073741515-tp3739622p3740367.html
Hi, Thanks for answering,
I am trying to compile the full source code of JOGL on Windows 7
I am using instructions from the site
http://jogamp.org/wiki/index.php/Building_JOGL_on_the_command_lineAs per your advice I have downloaded the source code from the git repository using git bash.
I have also downloaded mingw and downloaded JDK and added mingw\bin to PATH.
I set gluegen.properties to
antlr.jar=C:/ANTLR/antlr-3.4-complete.jar
win32.c.compiler="mingw32"
I also checked java -version and javac -version to check if java is installed properly.
I also deleted the variable named CLASSPATH
I also checked in jre/lib/ext to ensure no ANTLR/JOGL JARS are present etc.
After doing this I went to gluegen\make folder and typed ant (ANT is installed as can be verified by ant - version)
Basically I have made sure that all steps are correctly met as indicated from above site but still I get below error on running ANT inside gluegen
gluegen.build.c.impl:
[echo] Output lib name = gluegen-rt -> gluegen-rt.dll
[mkdir] Created dir: E:\GLUEGEN\build\obj
[echo] Compiling src/native/windows/*.c src/native/common/*.c
[echo] user.dir=E:\GLUEGEN\make
[cc] 4 total files to be compiled.
BUILD FAILED
E:\GLUEGEN\make\build.xml:442: The following error occurred while executing this
line:
E:\GLUEGEN\make\build.xml:477: cl failed with return code -1073741515
Total time: 22 seconds
What is the solution for solving this?
Does gluegen not compile on windows 7?
What is this cl.exe and cl error?
Is some step missed out on the wiki site, what is cl.exe?
Please help