Hi,
if I compile base, I get this error:
Compiling file NSMetadata.m ...
In file included from NSMetadata.m:35:
../Headers/Foundation/NSMetadata.h:33:9: fatal error:
Foundation/NSMetadataAttributes.h: No such file or directory
33 | #import <Foundation/NSMetadataAttributes.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[4]: *** [/mingw64/System/Library/Makefiles/rules.make:479:
obj/libgnustep-base.obj/NSMetadata.m.o] Error 1
make[3]: ***
[/mingw64/System/Library/Makefiles/Instance/library.make:278:
internal-library-all_] Error 2
and indeed the file is not there in the git checkout.
Riccardo