[14:57] this may not be the right location, but no one in #ubuntu has responded to me yet [14:57] i'm trying to compile mongodb from source on ubuntu 16.04 (b/c I need to up the BSON document size limit). I'm using apt-get source to grab the source and dpkg-buildpackage to build after making necessary mods. I keep getting this error: [14:57] src/mongo/db/dur_commitjob.cpp:147:9: error: invalid application of 'sizeof' to incomplete type 'boost::STATIC_ASSERTION_FAILURE' BOOST_STATIC_ASSERT( sizeof(void*)==4 || UncommittedBytesLimit > BSONObjMaxInternalSize * 6 )