That build appears to use clang/libobjc2 and archlinux only provides gcc builds of gnustep-base and gnustep-make .mcarans wrote: ↑Sun Mar 15, 2026 2:44 amSpeaking of compilers being trickier, the arch source build just started failing with an error building gnustep-base that I've not seen before: https://github.com/mcarans/oolite/actio ... 7103273305 - is that one you've come across?Code: Select all
configure: error: Your compiler does not appear to implement the -fconstant-string-class option needed for support of strings. Please check for a more recent version or consider using --enable-nxconstantstring
In order to build oolite against clang / libobjc2 three additional package are needed :
libobjc2 (is in aur)
gnustep-make built against libobjc2 with clang
gnustep-base built against the other 2 with clang
The last 2 don't exist atm, how are you providing them and when did you switch the arch source build to clang ?
