On 16/01/2019 10:40, Andreas Fink wrote:

cd libobjc2
mkdir Build
cd Build
cmake ..  -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_STATIC_LIBOBJC=1  -DCMAKE_C_COMPILER=${CC} -DCMAKE_CXX_COMPILER=${CXX} -DTESTS=OFF
make -j8
make install
cd ..
ldconfig

Two things here:

1. If things aren't working for you, why are you disabling the test suite? Remove the -DTESTS=OFF and run ctest (optionally -j {cores} if you want it to run nice and fast). This will run a load of tests of your Objective-C configuration and report errors.

2. Why are you doing this *after* installing GNUstep Make? GNUstep Make will search for your runtime and pick a sensible one.

David

P.S. I think you still need to patch -make to pass -fobjc-runtime=gnustep-2.0

_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to