Hi, I’m trying to do a clean install gimp on High Sierra and am running into an issue with clang. Given that it’s in /usr/bin I assume that this is an HS related issue. Is this a known issue? (FYI I downloaded latest macPort today and ran selfupdate first thing.)
thanks! b gimp-2.8.22/config.log: […] configure:3493: checking whether make supports nested variables configure:3510: result: yes configure:3666: checking for gcc configure:3693: result: /usr/bin/clang configure:3922: checking for C compiler version configure:3931: /usr/bin/clang --version >&5 Apple LLVM version 9.0.0 (clang-900.0.38) Target: x86_64-apple-darwin17.2.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin configure:3942: $? = 0 configure:3931: /usr/bin/clang -v >&5 Apple LLVM version 9.0.0 (clang-900.0.38) Target: x86_64-apple-darwin17.2.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin configure:3942: $? = 0 configure:3931: /usr/bin/clang -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:3942: $? = 1 configure:3931: /usr/bin/clang -qversion >&5 clang: error: unknown argument: '-qversion' clang: error: no input files […] configure:8194: /usr/bin/clang -E -I/opt/local/include conftest.c conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found #include <ac_nonexistent.h> ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:8194: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.8.22" | #define PACKAGE_STRING "GIMP 2.8.22" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP" | #define PACKAGE_URL "" | #define GETTEXT_PACKAGE "gimp20" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:8219: result: /usr/bin/clang -E configure:8239: /usr/bin/clang -E -I/opt/local/include conftest.c configure:8239: $? = 0 configure:8253: /usr/bin/clang -E -I/opt/local/include conftest.c conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found #include <ac_nonexistent.h> ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:8253: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.8.22" | #define PACKAGE_STRING "GIMP 2.8.22" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP" | #define PACKAGE_URL "" | #define GETTEXT_PACKAGE "gimp20" | /* end confdefs.h. */ […] configure: exit 2