On Tuesday 08 September 2009 22:52:47 Brendan Duncan wrote: > CMake can now generate the Makefiles and doesn't choke on the libxml lines.
Please note that I updated the patch a few minutes ago. > But there are still a couple of issues: > * Qt headers still need to be found, which I fixed by adding > set(QT_INCLUDE_DIR "/usr/local/Trolltech/Qt-4.5.2/include") > to CMakeLists.txt. I'm not sure what the best way of dealing with this is. FindQt4 defines QT_INCLUDE_DIR as far as I know. http://www.cmake.org/cmake/help/cmake2.6docs.html#module:FindQt4 My knowledge about Mac OS is zero, but is /usr/local/Trolltech the default install dir? Any chance FindQt4 is looking in /usr/Trolltech? > * Apparently there are different versions of libxslt and libxml2 on OSX > Snow Leopard, and CMake is picking up the wrong ones. It should be > getting the ones in /usr/lib, but instead it's getting > /usr/bin/libxml2.dylib and /Library/Frameworks/libxslt.framework/libxslt, > which are the 32-bit and not x86_64, so the linker complains about > architecture mismatch and undefined symbols. Perhaps CMake fault? Dunno... P.S.: Brendan, please next time CC pyside mailing list so others can follow. -- Regards, Carlos Gonçalves _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
