After successfully building and installing libobjc2 and libdispatch, then GNUstep make with library combo ng-gnu-gnu and FHS layout, libs-base fails to build, erroring out at GSLocale.m in libgnustep-base:
Making all for library libgnustep-base...
Compiling file GSLocale.m ...
In file included from GSLocale.m:24:
In file included from ./common.h:45:
../Headers/GNUstepBase/GSVersionMacros.h:310:8: error: "You are building gnustep-base using the objc-nonfragile-abi but your
gnustep-base was not configured to use it."
310 | # error "You are building gnustep-base using the objc-nonfragile-abi but your gnustep-base was not configured to use it."
| ^
1 error generated.
After successfully building and installing libobjc2 and libdispatch, then GNUstep make with library combo
ng-gnu-gnuand FHS layout, libs-base fails to build, erroring out at GSLocale.m in libgnustep-base: