Closed saravanabalagi closed 3 years ago
When did you last pull? This is a compiler bug - a workaround made it into Pangolin just yesterday, I think:
https://github.com/stevenlovegrove/Pangolin/commit/0d676304fa8fb8f83d3b4224d550e6da7e3c9e52
try a git pull.
I had the error after the 0d67630
update, but just to make sure if I am using the updated version, I did a git pull again, the commit hash changed from 0d67630
to 611edbd
and the compilation failed again at 24% with the same error.
I got exactly the same error, my environment: ubuntu 14.04, cmake 3.2.2, gcc & g++ 4.8.5. And I fixed this error by upgrade gcc & g++ from 4.8.5 -> 5.5.0.
Complete output here: output.log
OS: Ubuntu 14.04 cmake: 3.2.2 python: 3.6.7
Did a git clone and followed instructions How do I fix the error?