[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libobjc2 build issues (missing files)
From: |
Wolfgang Lux |
Subject: |
Re: libobjc2 build issues (missing files) |
Date: |
Thu, 5 Mar 2020 12:04:08 +0100 |
> 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