And I now when I use make:
Code: Select all
make[1]: *** No rule to make target `/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ctype.h', needed by `mconf.o'. Stop.
And the clang is updated to 10.0.0 in Mojave
This occurs when I make an symbolic link to MacOSX10.13.sdk:
Code: Select all
make[1]: *** No rule to make target `/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/9.1.0/include/limits.h', needed by `mconf.o'. Stop.
ma