Re: GNUStep runtime / libobjc2 build problems: tests failing or segfaulting

2019-01-16 Thread Andreas Fink
> On 16 Jan 2019, at 15:37, David Chisnall wrote: > > 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 >>

Re: GNUStep runtime / libobjc2 build problems: tests failing or segfaulting

2019-01-16 Thread David Chisnall
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

Re: GNUStep runtime / libobjc2 build problems: tests failing or segfaulting

2019-01-16 Thread Andreas Fink
> On 11 Jan 2019, at 23:47, Sergii Stoian wrote: > > Hi Andreas, > > I've played a little with new release and I guess I know what the cause of a > problem. Sometimes gnustep-make adds `-fobjc-runtime=gcc` to the ObjC > compiler options. > Check your config.log if test compiles with this fla

Re: GNUStep runtime / libobjc2 build problems: tests failing or segfaulting

2019-01-11 Thread Sergii Stoian
Hi Andreas, I've played a little with new release and I guess I know what the cause of a problem. Sometimes gnustep-make adds `-fobjc-runtime=gcc` to the ObjC compiler options. Check your config.log if test compiles with this flag. On Tue, Dec 18, 2018 at 9:31 AM Andreas Fink wrote: > Hi all, >

GNUStep runtime / libobjc2 build problems: tests failing or segfaulting

2018-12-17 Thread Andreas Fink
Hi all, I'm trying to build gnustep base with clang-7 on debian 9 and I constantly run into incompatibilities from the runtime or tests failing and I can't figure out the dependency issues here. clang-7 comes from the clang repository deb http://apt.llvm.org/stretch/ llvm-toolchain-stretch-7