[Jepp-users] Problems installing on a mac
Brought to you by:
mrjohnson0
From: Conor M. <Con...@ge...> - 2014-08-22 18:24:12
|
Hi. I am trying to test jepp for a project for which it looks like a great solution. But cannot install it. The first problem I had: unable to execute '/System/Library/Frameworks/JavaVM.framework/Commands/javac': No such file or directory error: command '/System/Library/Frameworks/JavaVM.framework/Commands/javac' failed with exit status 1 I solved this by forcing it to ignore MAC_JAVA_HOME in commands/java.py, since the problem is in the assumptions it makes for a Mac environment. Now, I get the following: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DPACKAGE=jep -DUSE_DEALLOC=1 -DVERSION="3.1.0" -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -Isrc/jep -Ibuild/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/jep/python/jep_object.c -o build/temp.macosx-10.9-x86_64-2.7/src/jep/python/jep_object.o /usr/bin/clang -bundle -undefined dynamic_lookup -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib/db46 build/temp.macosx-10.9-x86_64-2.7/src/jep/invocationhandler.o build/temp.macosx-10.9-x86_64-2.7/src/jep/jep.o build/temp.macosx-10.9-x86_64-2.7/src/jep/pyembed.o build/temp.macosx-10.9-x86_64-2.7/src/jep/pyjarray.o build/temp.macosx-10.9-x86_64-2.7/src/jep/pyjclass.o build/temp.macosx-10.9-x86_64-2.7/src/jep/pyjfield.o build/temp.macosx-10.9-x86_64-2.7/src/jep/pyjmethod.o build/temp.macosx-10.9-x86_64-2.7/src/jep/pyjobject.o build/temp.macosx-10.9-x86_64-2.7/src/jep/util.o build/temp.macosx-10.9-x86_64-2.7/src/jep/python/jep_object.o -lpython2.7 -ldl -o build/lib.macosx-10.9-x86_64-2.7/jep.so -framework JavaVM -framework CoreFoundation -u _PyMac_Error clang: error: unknown argument: '-framework JavaVM' [-Wunused-command-line-argument-hard-error-in-future] clang: note: this will be a hard error (cannot be downgraded to a warning) in the future clang: error: unknown argument: '-framework CoreFoundation -u _PyMac_Error' [-Wunused-command-line-argument-hard-error-in-future] clang: note: this will be a hard error (cannot be downgraded to a warning) in the future I have the following system details: /usr/bin/clang --version Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) Target: x86_64-apple-darwin13.1.0 Thread model: posix Also, running on OSX 10.9.2 Any help greatly appreciated. It would be super if this worked well :-) Sincerely, Conor |