Running/Building on QNX OS

Has anyone successfully built the XGBoost library to run on the QNX (32 bit) OS? I tried to just compile the library on a Centos 32-bit VM but there are too many differences between Linux and QNX so it looks like I’ll have to either compile it on QNX itself (which will be a huge headache to get the correct packages) or use waf to build which will take some time to get the script written for that as I have never done that before. Any insight is appreciated!

Hi, I met the same issue recently, did you solve it finally?