|
From: | Andreas Fink |
Subject: | Re: make fails in gnustep base |
Date: | Fri, 31 Aug 2018 10:22:38 +0200 |
all latest compiled from these sources: git clone https://git.llvm.org/git/llvm.git/ cd llvm/tools git clone https://git.llvm.org/git/clang.git/ cd ../projects git clone https://git.llvm.org/git/openmp.git/ git clone https://git.llvm.org/git/libcxx.git/ git clone https://git.llvm.org/git/libcxxabi.git/ git clone https://git.llvm.org/git/test-suite.git/ git clone https://git.llvm.org/git/lld.git/ git clone https://github.com/gnustep/scripts git clone https://github.com/gnustep/make git clone https://github.com/gnustep/libobjc2 git clone https://github.com/gnustep/base git clone https://github.com/gnustep/corebase git clone https://github.com/gnustep/gui git clone https://github.com/gnustep/back clang compiled with these options cmake .. -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS=lld these environment variables are set export CC=/usr/local/bin/clang export CXX=/usr/local/bin/clang++ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ export LD=ld.lld libdispatch: cmake .. -DCMAKE_C_COMPILER=/usr/local/bin/clang -DCMAKE_CXX_COMPILER=/usr/local/bin/clang++ -DCMAKE_LINKER=/usr/local/bin/ld.lld gnustep-make: ./configure --with-layout=fhs \ --disable-importing-config-file \ --enable-native-objc-exceptions \ --enable-objc-arc \ --enable-install-ld-so-conf \ --with-library-combo=ng-gnu-gnu \ --with-config-file=/usr/local/etc/GNUstep/GNUstep.conf \ libobjc2: cmake .. -DBUILD_STATIC_LIBOBJC=1 -DCMAKE_C_COMPILER=/usr/local/bin/clang -DCMAKE_CXX_COMPILER=/usr/local/bin/clang++ -DCMAKE_LINKER=/usr/local/bin/ld.lld gnustep-base: ./configure --with-config-file=/usr/local/etc/GNUstep/GNUstep.conf if I add --disable-libdispatch --disable-mixedabi here it compiles but then the error appears in my own code as well when blocks are used.
|
[Prev in Thread] | Current Thread | [Next in Thread] |