Hi -
I got a copy of JDK7 and have installed it on my Sierra based Mac! Yeah!
I have the following SDKs installed:
macOS SDKs:
Mac OS X 10.6 -sdk macosx10.6
Mac OS X 10.7 -sdk macosx10.7
OS X 10.8 -sdk macosx10.8
OS X 10.9 -sdk macosx10.9
OS X 10.11 -sdk macosx10.11
macOS 10.13 -sdk macosx10.13
My build has made it to l10ntools where is fails.
Questions:
(1) Are l10ntools required? If not how do I skip over this?
(2) Here is an example of the errors:
:In file included from 19/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__hash_table:
:19/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cmath:
:316:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cmath9::316 :9:error : errorno member named 'isinf' in the global namespace:
no member named 'isinf' in the global namespace
using ::isinf;
~~^
using ::isinf;
~~^
Any ideas?
Regards,
Dave