[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libobjc2 build issues (missing files)
From: |
Andreas Fink |
Subject: |
Re: libobjc2 build issues (missing files) |
Date: |
Thu, 5 Mar 2020 12:09:26 +0100 |
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 test by hand with lldb
> On 5 Mar 2020, at 12:04, Wolfgang Lux <wolfgang.lux@gmail.com> wrote:
>
>
>
>> Am 05.03.2020 um 11:21 schrieb Andreas Fink <afink@list.fink.org>:
>>
>> 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"
>> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> 1 error generated.
>> make[2]: *** [CMakeFiles/objc.dir/build.make:411:
>> CMakeFiles/objc.dir/arc.mm.o] Error 1
>> make[2]: *** Waiting for unfinished jobs....
>> [ 16%] Linking CXX static library libobjc.a
>> make[1]: *** [CMakeFiles/Makefile2:484: CMakeFiles/objc.dir/all] Error 2
>> make[1]: *** Waiting for unfinished jobs....
>> [ 16%] Built target objc-static
>> make: *** [Makefile:163: all] Error 2
>>
>>
>> Can anyone hint where this file should come from?
>
> Those files are coming from a submodule. IIRC, you need to execute
> git submodule init
> once in your clone.
>
> Wolfgang
>