You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to build mac 64 and when I get to: ninja -C out/Debug
I get a whole bunch of errors most of which are: c++: error: unrecognized command line option '-Wnewline-eof'
but the first error it gives is: /bin/sh: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/bin/javac: No such file or directory
Tell me if this is not enough info.
The text was updated successfully, but these errors were encountered:
Looks like you are using g++. I only tested with clang from Xcode. Do you have javac in the terminal? And which mac version are you using (I tested mainly on 10.9)?
Do you have command line tools installed? Also, when you set JAVA_HOME, did you use the suggested path:
Error: JAVA_HOME is not set.
For example:
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home
Suggested path:
/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home
You should choose export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home
instead of jdk1.7.0_45
I tried to build mac 64 and when I get to:
ninja -C out/Debug
I get a whole bunch of errors most of which are:
c++: error: unrecognized command line option '-Wnewline-eof'
but the first error it gives is:
/bin/sh: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/bin/javac: No such file or directory
Tell me if this is not enough info.
The text was updated successfully, but these errors were encountered: