Boost.Mod on NG

BlitzMax Forums/BlitzMax NG/Boost.Mod on NG

RustyKristi(Posted 2016) [#1]
I was wondering if anyone has compiled boost.mod with NG, it's throwing this error

C:/BlitzMaxNG/mod/bah.mod/boost.mod/src/boost/config/select_stdlib_config.hpp:17:19: fatal error: cstddef: No such file or directory
#include <cstddef>

even though the file is there.

I'm trying box2d and chipmunk and it seems it needs boost to build..

With vanilla bmx I don't get any build module issues.