Re: libobjc2 build issues (missing files)

2020-03-05 Thread Andreas Fink
> On 5 Mar 2020, at 14:36, niels.gr...@halbordnung.de wrote: > > (Re-adding the list since I foobared the last mail) > > You could try forcing libobjc2 to be linked against libc++, if you’re not > reliant on EH interop with C++ (I don’t have the cmake flag for that present, > I‘m afraid).

Re: libobjc2 build issues (missing files)

2020-03-05 Thread Patryk Laurent
Hi Andreas, > On Mar 5, 2020, at 03:55, Andreas Fink wrote: > > ok the segfaults was just the wrong linker again. >export LDFLAGS="-fuse-ld=/usr/bin/ld.gold" > was missing. > >>> CMakeFiles/objc.dir/libstdcxx_current_primary_exception.cc.o >>>

Re: libobjc2 build issues (missing files)

2020-03-05 Thread niels . grewe
(Re-adding the list since I foobared the last mail) You could try forcing libobjc2 to be linked against libc++, if you’re not reliant on EH interop with C++ (I don’t have the cmake flag for that present, I‘m afraid). But you’re probably better off using libstdc++ for the time being. N --

Re: libobjc2 build issues (missing files)

2020-03-05 Thread Andreas Fink
ok the segfaults was just the wrong linker again. export LDFLAGS="-fuse-ld=/usr/bin/ld.gold" was missing. Now everything compiles, the gnustep tests all pass (except some minor issues with date formats) However if I build my applications, I get undefined references to

Re: libobjc2 build issues (missing files)

2020-03-05 Thread Andreas Fink
actually git submodule init git submodule update did the trick. now libobjc2 is installed but when compiling gnustep-base, all looks fine but make check returns all tests fail with a segfault... Its probably something easy to fix but im not sure whats the easiest way to run such a

Re: libobjc2 build issues (missing files)

2020-03-05 Thread Wolfgang Lux
> Am 05.03.2020 um 11:21 schrieb Andreas Fink : > > CMakeFiles/objc.dir/libstdcxx_current_primary_exception.cc.o > /Users/afink/development/gnustep/libobjc2/arc.mm:6:10: fatal error: > 'third_party/robin-map/include/tsl/robin_map.h' file not found > #include

libobjc2 build issues (missing files)

2020-03-05 Thread Andreas Fink
Hello Today I tried to build libobjc2 + Gnustep packages under Debian 10 (Buster) and I did run into a new problem: cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_STATIC_LIBOBJC=1 -DCMAKE_C_COMPILER=/usr/bin/clan -DCMAKE_CXX_COMPILER=/usr/bin/clang++ ... make -j8 ... [ 10%]