Sorry missed the Modular part.
After checkout of modular boost tree and setting libs/variant back to old(er) commit I still get errors:
gcc.compile.c++ ../../../bin.v2/libs/geometry/test/geometries/boost_polygon.test/gcc-4.8/debug/boost_polygon.o
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
"g++" -ftemplate-depth-128 -O0 -fno-inline -Wall -g -fPIC -DBOOST_ALL_NO_LIB=1 -I"." -I"../../.." -I"../../../boost/geometry/extensions/contrib/ttmath" -c -o "../../../bin.v2/libs/geometry/test/geometries/boost_polygon.test/gcc-4.8/debug/boost_polygon.o" "geometries/boost_polygon.cpp"
...failed gcc.compile.c++ ../../../bin.v2/libs/geometry/test/geometries/boost_polygon.test/gcc-4.8/debug/boost_polygon.o...
...skipped <p../../../bin.v2/libs/geometry/test/geometries/boost_polygon.test/gcc-4.8/debug>boost_polygon for lack of <p../../../bin.v2/libs/geometry/test/geometries/boost_polygon.test/gcc-4.8/debug>boost_polygon.o...
...skipped <p../../../bin.v2/libs/geometry/test/geometries/boost_polygon.test/gcc-4.8/debug>boost_polygon.run for lack of <p../../../bin.v2/libs/geometry/test/geometries/boost_polygon.test/gcc-4.8/debug>boost_polygon...
Note: I didn’t set libs/geometry to my feature/persistency branch/fork yet.
When running above g++ command line directly strange things happen: 2 times without error last time with error:
130 henry@ubuntu:~/Develop/boost/mod/modular-boost/libs/geometry/test⟫ "g++" -ftemplate-depth-128 -O0 -fno-inline -Wall -g -fPIC -DBOOST_ALL_NO_LIB=1 -I"." -I"../../.." -I"../../../boost/geometry/extensions/contrib/ttmath" -c -o "../../../bin.v2/libs/geometry/test/geometries/boost_polygon.test/gcc-4.8/debug/boost_polygon.o" "geometries/boost_polygon.cpp"
...
henry@ubuntu:~/Develop/boost/mod/modular-boost/libs/geometry/test⟫ g++ -ftemplate-depth-128 -O0 -fno-inline -Wall -g -fPIC -DBOOST_ALL_NO_LIB=1 -I"." -I"../../.." -I"../../../boost/geomet
ry/extensions/contrib/ttmath" -c -o "../../../bin.v2/libs/geometry/test/geometries/boost_polygon.test/gcc-4.8/debug/boost_polygon.o" "geometries/boost_polygon.cpp" henry@ubuntu:~/Develop/boost/mod/modular-boost/libs/geometry/test⟫
...
henry@ubuntu:~/Develop/boost/mod/modular-boost/libs/geometry/test⟫ g++ -ftemplate-depth-128 -O0 -fno-inline -Wall -g -fPIC -DBOOST_ALL_NO_LIB=1 -I"." -I"../../.." -I"../../../boost/geometry/extensions/contrib/ttmath" -c -o "../../../bin.v2/libs/geometry/test/geometries/boost_polygon.test/gcc-4.8/debug/boost_polygon.o" "geometries/boost_polygon.cpp"
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
Am I the only one building & running geometry tests with g++ 4.8 on Ubuntu 14.04.1 LTS (Inside virtual machine)?
Kind regards,
Henry
_______________________________________________
Geometry mailing list
Geometry@lists.boost.orghttp://lists.boost.org/mailman/listinfo.cgi/geometry