Hi,
Gregory Casamento wrote:
> I was building on github.com <http://github.com>. RFM has fixed it...
> It builds fine on my machine, but just for the record...
>
> Debian 12, clang 14
>
hmm... On old Debian with gcc all works.
However, I think this caused a regresion, a GCC build on NetBSD causes:
Making all for subproject ObjectiveC2...
Compiling file blocks_runtime.m ...
Compiling file NSBlocks.m ...
NSBlocks.m:6:2: warning: #warning Unable to build NSBlocks for this
runtime. [-Wcpp]
6 | #warning Unable to build NSBlocks for this runtime.
| ^~~~~~~
Making all for subproject Additions...
gmake[5]: Nothing to be done for 'internal-subproject-compile'.
gmake[3]: GNUmakefile: No such file or directory
gmake[3]: *** No rule to make target 'GNUmakefile'. Stop.
gmake[2]: *** [/GNUstep/System/Library/Makefiles/Master/rules.make:297:
libgnustep-base.all.library.variables] Error 2
gmake[1]: *** [/GNUstep/System/Library/Makefiles/Master/library.make:37:
internal-all] Error 2
gmake: ***
[/GNUstep/System/Library/Makefiles/Master/serial-subdirectories.make:53:
internal-all] Error 2
something is misconfiguring here. This is a clean build on a clean
computer...
Riccardo