2192f73b11
- Lots of indenting changes - VC++ is strict with variadic macros - VC++ does not accept unistd.h - new interface for walltime - VC++ does not seem to have support for integer overflow. - VC++ defines YENV_REG? - no access flags, x permissions ignored. - new FindGMP supporting MPIR - make horus optional (c++ is hard). |
||
---|---|---|
.. | ||
jpl | ||
src | ||
web | ||
CMakeLists.txt | ||
jpl.doc | ||
jpl.pl | ||
make.bat | ||
Makefile.in | ||
Makefile.mak | ||
README.html | ||
README.MacOS | ||
test_jpl.pl | ||
test_singleton.pl | ||
test-java.sh | ||
testenv |
# Compiling JPL for MacOS Updated: Nov 5, 2013 for MacOS 10.9 # Using Apple's Java distribution Somehow MacOS did not install the Java SDK correctly, so I ended up without jni.h. I did not find a resolution for that. # Using Oracle's SDK Download from - http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html which installs - /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home Set $JAVAPREFIX to - /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/bin