On Friday, April 25, 2014 5:39:19 PM CEST, Sebastiano Pilla wrote:
Both 'make install' and 'jam install' fail in the same way, so as far as I can understand this is a g++ issue rather than a make/jam issue.
It is. It's not easy to write that code in a way that works on both really new and moderately new versions of g++ without triggering warnings.
The easiest way to get it working is to a) remove the three #pragma lines involved and b) remove -Werror from the Makefile/Jamfile. I suppose Abhijit will do that for us (because I'm far too unreasonable to do it).
Arnt
