Re: output from building jocl not matching build instructions
Posted by wjohnson on Nov 22, 2011; 8:44pm
URL: https://forum.jogamp.org/output-from-building-jocl-not-matching-build-instructions-tp3528028p3528964.html
In step 6 (testing) after successfully building JOGL, the 7z archiver cannot be found. Should 7z be on the list of what is required for MacOSX Intel and which version do you use?
...
test-zip-archive:
[move] Moving 21 files to /Users/wjohnson/Development/git/jogamp/jogl/build/test/results
BUILD FAILED
/Users/xx/Development/git/jogamp/jogl/make/build.xml:30: The following error occurred while executing this line:
/Users/xx/Development/git/jogamp/jogl/make/build-test.xml:481: The following error occurred while executing this line:
/Users/xx/Development/git/jogamp/jogl/make/build-test.xml:492: The following error occurred while executing this line:
/Users/xx/Development/git/jogamp/gluegen/make/jogamp-archivetasks.xml:23: Execute failed: java.io.IOException: Cannot run program "7z" (in directory "/Users/xx/Development/git/jogamp/jogl/build/test/results"): error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:460)
at java.lang.Runtime.exec(Runtime.java:593)
...