The devel/gnustep port fails to build and stops with an "exit 1" error. The clang compiler stops on the lang/gnustep-base port.
The /etc/make.conf contains the following:
The following command verifies that the clang compiler will be used to compile the devel/gnustep port:
The config.log displays the following error:
http://pastebin.com/ZuPS3xxp
The /etc/make.conf contains the following:
Code:
CC=clang
CXX=clang++
CPP=clang-cpp
GNUSTEP_WITH_CLANG=yes
WITH_GNUSTEP_DEVEL=yes
GNUSTEP_WITH_LIBOBJC2=yes
The following command verifies that the clang compiler will be used to compile the devel/gnustep port:
Code:
make -V CC
clang
The config.log displays the following error:
http://pastebin.com/ZuPS3xxp