On 29/04/2020 22:00, Johannes Brakensiek wrote:
Hi Dave,
On 29 Apr 2020, at 22:18, David Wetzel wrote:
/usr/home/dave/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"
you probably missed to get the git submodules:
|git submodule init git submodule sync git submodule update |
Alternatively, just clone with:
git clone https://github.com/gnustep/libobjc2 --recurse
It' a good idea to internalise that as your default clone command or you
will have exactly the same issue with any git project that uses submodules.
David