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 ``` Johannes