Hi there!

I'm trying to get PySide to build on Mac OS X (and add support for OS
X to my buildscripts ;). I'm now stuck at the following problem:

[  3%] [  3%] Building CXX object
PySide/QtCore/CMakeFiles/QtCore.dir/PySide/QtCore/qabstractfileengine_wrapper.cpp.o
Building CXX object
PySide/QtCore/CMakeFiles/QtCore.dir/PySide/QtCore/qabstracteventdispatcher_wrapper.cpp.o
i686-apple-darwin10-g++-4.2.1:
/Users/thp/src/pyside/pyside/build/PySide/QtCore/PySide/QtCore/qabstractfileengine_wrapper.cpp:
No such file or directory
[  3%] i686-apple-darwin10-g++-4.2.1: no input files
i686-apple-darwin10-g++-4.2.1:
/Users/thp/src/pyside/pyside/build/PySide/QtCore/PySide/QtCore/qabstracteventdispatcher_wrapper.cpp:
No such file or directory
i686-apple-darwin10-g++-4.2.1: no input files
make[2]: *** 
[PySide/QtCore/CMakeFiles/QtCore.dir/PySide/QtCore/qabstractfileengine_wrapper.cpp.o]
Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** 
[PySide/QtCore/CMakeFiles/QtCore.dir/PySide/QtCore/qabstracteventdispatcher_wrapper.cpp.o]
Error 1
Building CXX object
PySide/QtCore/CMakeFiles/QtCore.dir/PySide/QtCore/qabstractfileenginehandler_wrapper.cpp.o
i686-apple-darwin10-g++-4.2.1:
/Users/thp/src/pyside/pyside/build/PySide/QtCore/PySide/QtCore/qabstractfileenginehandler_wrapper.cpp:
No such file or directory
i686-apple-darwin10-g++-4.2.1: no input files
make[2]: *** 
[PySide/QtCore/CMakeFiles/QtCore.dir/PySide/QtCore/qabstractfileenginehandler_wrapper.cpp.o]
Error 1
make[1]: *** [PySide/QtCore/CMakeFiles/QtCore.dir/all] Error 2
make: *** [all] Error 2

Before that error, I get 136 warnings like this (for different classes):

type 'QTimer' is specified in typesystem, but not defined. This could
potentially lead to compilation errors.

The file in question does not exist. This is what is inside the
directory mentioned in the error:

$ ls -al /Users/thp/src/pyside/pyside/build/PySide/QtCore/PySide/QtCore
total 416
drwxr-xr-x  10 thp  staff     340 Jan 17 09:29 .
drwxr-xr-x   3 thp  staff     102 Jan 17 09:29 ..
-rw-r--r--   1 thp  staff   18857 Jan 17 09:29 pyside_qtcore_python.h
-rw-r--r--   1 thp  staff   11515 Jan 17 09:29 qgenericargument_wrapper.cpp
-rw-r--r--   1 thp  staff    1029 Jan 17 09:29 qgenericargument_wrapper.h
-rw-r--r--   1 thp  staff   10155 Jan 17 09:29
qgenericreturnargument_wrapper.cpp
-rw-r--r--   1 thp  staff    1047 Jan 17 09:29 qgenericreturnargument_wrapper.h
-rw-r--r--   1 thp  staff  125134 Jan 17 09:29 qmetaobject_wrapper.cpp
-rw-r--r--   1 thp  staff    1014 Jan 17 09:29 qmetaobject_wrapper.h
-rw-r--r--   1 thp  staff   26827 Jan 17 09:29 qtcore_module_wrapper.cpp

I'm using the gcc tools from Xcode and the Qt framework from the Qt OS X SDK.

If anybody wants the full build log, I can send it to you (not
attaching here, because it's 112 kB).

Thanks for any help :)
Thomas
_______________________________________________
PySide mailing list
[email protected]
http://lists.openbossa.org/listinfo/pyside

Reply via email to