I am following this tutorial http://lynxline.com/superhybrids-part-2-now-qt-pyside/ I am getting the following output when running build.sh:
Fatal error: line=3, column=62, message=Failed to parse: 'typesystem_core.xml'
Cannot parse file: ../data/typesystem.xmlWARNING: Failure to find: pyhybrid/pyhybrid_module_wrapper.cpp
WARNING: Failure to find: pyhybrid/mainwindow_wrapper.cpp
In build.sh the following directories are listed:
QTGUI_INC=/Library/Frameworks/QtGui.framework/Versions/4/Headers
QTCORE_INC=/Library/Frameworks/QtCore.framework/Versions/4/Headers
QTTYPESYSTEM=/usr/local/share/PySide/typesystems
but I do not have these directories. Pyside, Qt, and Python are instaled. Where can I find typesystems, QtGui.framework/Versions/4/Headers/QtCore.framework/Versions/4/Headers?