I've almost got pkgsrc/boost-libs working, but I lack some newbie knowlege about c++. The problem boost-libs code has this: #ifndef BOOST_IOSTREAMS_NO_WIDE_STREAMS # include <cwchar> #endif If cwchar gets included the package won't compile -- AFAICT it's because DFly has no support for wide chars, does this sound right?