On Mon, Jul 11, 2011 at 12:00 AM, Chris Foster <[email protected]> wrote: > Oh, I see the problem. The line > > libOpenImageIO.so.0.10.0: undefined reference to > `OpenImageIO::v0_10::pugi::xml_node::child_value(char const*) const > > means that your build is still finding the OIIO version of pugixml.hpp rather > than finding the system version, ugh. It worked on my system only because I > had install pugixml into its own directory (not into /usr/lib) and was able to > give an include path other than the standard one. > > I think this means I've got as far as I can without moving the oiio version of > pugixml.hpp somewhere other than the main include directory.
If that's all it is I can work around it by deleting all the pugi files before building. I'll let you know how it goes. Thanks, Richard _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
