|
|
Further exploits (in case anyone's still reading) I also compiled UberPOV on my
phone today. This was slightly more troublesome, since UberPOV is based on an
older 3.7 release, and some of boost has since been absorbed by stdlib.
Firstly, I had to point configure at the boost location using --with-boost.
Then, replace the boost memory and type_traits includes with the std versions
(<memory> and <type_traits>, unsurprisingly), and remove 'tr1' from all the
namespace qualifiers.
Finally, something about IOStreams is out of whack, and the returned IOStream&
can't be compared to bool. Replacing [== false] with ! in a few .cpp files seems
to fix this.
The boost and == issues are currently the same for any Unix build of UberPOV;
this is exactly what I had to do a couple of years ago when I built it on my
real Linux box.
Bill
Post a reply to this message
|
|