discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libobjc2 build issue


From: Fred Kiefer
Subject: Re: libobjc2 build issue
Date: Tue, 26 Nov 2019 20:42:57 +0100


> Am 26.11.2019 um 20:36 schrieb Andreas Fink <afink@list.fink.org>:
> 
> Today I tried to build libobjc2 again as I  did many time before and I get 
> this missing file:
> 
> 
> gnustep/libobjc2/arc.mm:6:10: fatal error: 
> 'third_party/robin-map/include/tsl/robin_map.h' file not found
> 
> 
> anyone having a clue what dependency this is?

That is an internal dependency of libobjc2 in a separate git submodule. (No 
idea why it was done that way) What you need is the change that has just been 
submitted to the GNUstep base Travis build script:


git submodule init
git submodule sync
git submodule update


Hope this helps
Fred


reply via email to

[Prev in Thread] Current Thread [Next in Thread]