On Sun, Jul 10, 2011 at 8:06 AM, Chris Foster <[email protected]> wrote: > Ugh, some cmake file has changed differently in the trunk to 0.10 maintainence > branch (due to initial webp support). I'm attaching a diff which should apply > cleanly over the 0.10 branch.
That worked! >> I think we're almost there but when I try to build I get the following >> error during linking: > > Ok, so pugixml isn't getting linked in correctly on your system for some > reason. > > Queries / things to try: > > * Did you start from a completely clean build directory? Yup, using rpmbuild the build dir is cleaned every time. > * What is your latest cmake configuration line, including all -DBLAH options? + /usr/bin/cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_LIBDIR:PATH=/usr/lib64 -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DLIB_SUFFIX=64 -DBUILD_SHARED_LIBS:BOOL=ON -DCMAKE_SKIP_RPATH:BOOL=TRUE -DPYLIB_INSTALL_DIR:PATH=/usr/lib64/python2.7/site-packages -DINSTALL_DOCS:BOOL=OFF -DUSE_EXTERNAL_PUGIXML:BOOL=TRUE ../src Thanks, Richard _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
