PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 439 - Can't find qdeclarative.h on OS X
: Can't find qdeclarative.h on OS X
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: QtDeclarative
: HEAD
: Macintosh Mac OS
: P3 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-10-27 14:18 EEST by Daniel Ashbrook
Modified: 2010-11-25 17:48 EET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Ashbrook 2010-10-27 14:18:33 EEST
Compiling gives the following error on OS X:

pyside/build/PySide/QtDeclarative/PySide/QtDeclarative/qtdeclarative_module_wrapper.cpp:33:29:
error: Qt/qdeclarative.h: No such file or directory

due to the header not being under Qt/:

/Library/Frameworks/QtDeclarative.framework/Versions/4/Headers/qdeclarative.h

In case it helps, the cmake command line was:

cd build; cmake .. -DCMAKE_INSTALL_PREFIX=../../install/usr
-DGENERATOR=../../usr/bin/shiboken
-DALTERNATIVE_QT_INCLUDE_DIR=/Library/Frameworks
-DSITE_PACKAGE=../../install/Library/Python/2.6/site-packages
Comment 1 renato filho 2010-11-19 19:22:03 EET
fixed on pyside commit:
commit 6cefd33cd08232b25a3b81d598b88ec47aa5aad2
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Fri Nov 19 18:59:44 2010 -0300

    Fixed use of QtDeclarative include header to work with MacOS.

    Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
              Lauro Moura <lauro.neto@openbossa.org>
Comment 2 renato filho 2010-11-25 17:48:18 EET
released on 1.0.0~beta1