Hi Andreas, On Mar 5, 2020, at 03:55, Andreas Fink <afink@list.fink.org> 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
/Users/afink/development/gnustep/libobjc2/arc.mm:6:10: fatal error: 'third_party/robin-map/include/tsl/robin_map.h' file not found
#include "third_party/robin-map/include/tsl/robin_map.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
git submodule init
once in your clone.
For your reference, Johannes has collected knowledge like the above (submodes, LD, etc) into a script that builds for Debian 10 with Clang 8.
Patryk
|