Hi All,

I'm trying to follow the Shiboken tutorial at 
http://qt-project.org/wiki/Category:LanguageBindings::PySide::Shiboken::PySide_Binding_Generation_Tutorial
 to build the foo project on Windows XP. My understanding is that after I called
"
generatorrunner --generatorSet=shiboken global.h 
--include-paths="D:\workspace\Shiboken\binding-tutorial\libfoo;D:\Qt\4.8.1\include\Qt;D:/Qt/4.8.1/include/QtCore;D:/Qt/4.8.1/include/QtGui;D:\workspace\Shiboken\pyside-pyside-archive\PySide\QtCore"
  
--typesystem-paths=".;D:/workspace/Shiboken/pyside-pyside-archive/PySide;D:/workspace/Shiboken/pyside-pyside-archive/PySide/QtCore"
 --output-directory=. typesystem_foo.xml
"
I should have 4 files like below
foo/foo_python.h
foo/foo_module_wrapper.cpp
foo/math_wrapper.h
foo/math_wrapper.cpp

but actually, only 2 files got generated. Anyone has any idea? Thanks in 
advance!
foo/foo_python.h
foo/foo_module_wrapper.cpp

BR,

Zhu

_______________________________________________
PySide mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/pyside

Reply via email to