Create a separate branch for 1.90 ?
Posted: Sun Aug 17, 2025 11:10 am
To get oolite 1.90 to build on archlinux I have had to make 3 changes to prevent build failure
Apply https://github.com/OoliteProject/oolite ... 6a92647363 from master
-Wno-error=incompatible-pointer-types
(not needed on master build)
-Wno-format-security (also needed on master)
Adding a 1.90 branch where fixes for 1.90 can be added would make it easier for downstream to keep oolite 1.90 usable .
Apply https://github.com/OoliteProject/oolite ... 6a92647363 from master
-Wno-error=incompatible-pointer-types
(not needed on master build)
-Wno-format-security (also needed on master)
Adding a 1.90 branch where fixes for 1.90 can be added would make it easier for downstream to keep oolite 1.90 usable .