Hey guys, so I installed Haiku and was learning development on its API using the Learning to Program series by DarkWym. Finally I decided to build the source myself, in order to get my feet wet with contributions.
So, I was able to compile the buildtools and image using JAM, without much issues using the following two commands
../configure --cross-tools-source ../../buildtools --build-cross-tools x86_64
jam -q -j3 @nightly-raw
which created a haiku-nightly.image
file of around 700MB.
So, my main motive was to try my hand at #9640 and remove compilation warnings, so I uncommented the line
EnableWerror src add-ons kernel file_systems xfs ;
from /haiku/build/jam/ArchitectureRules
and ran the commands again, expecting an error but nothing happened. So wanted to know, what is that I’m doing wrong?
Edit
Platform: Ubuntu 22.10