Installing on small system I want to use for temporary development, I get the following error.
>parallel-bgl-0.7.0/boost/property_map/property_map.hpp:16:37: fatal error: boost/pending/cstddef.hpp: No such file or directory
compilation terminated
I've configured the system:
>"sudo apt-get install build-essential"
And successfully installed the openmpi: "openmpi-1.10.2.tar.bz2"
But when I get to:
/parallel-bgl-0.7.0/build/cmake ..
I can't find a good solution online to this cstddef.hpp error.
Any suggestions?
My system: uname -a
Linux atomix 4.2.0-16-generic #19-Ubuntu SMP Thu Oct 8 14:46:51 UTC 2015 i686 i686 i686 GNU/Linux