Didier, could you take a look at PySide/phonon/CMakeLists.txt and tell
me what the top of the file says. Here's what I've got:
project(phonon)
# workaround for a cmake bug under MacOSX, it finds phonon but not the include
path
if (NOT QT_PHONON_INCLUDE_DIR AND CMAKE_HOST_APPLE)
set(QT_PHONON_INCLUDE_DIR "${QT_LIBRARY_DIR}/phonon.framework/Headers")
endif ()
set(phonon_OPTIONAL_SRC )
set(phonon_DROPPED_ENTRIES )
check_qt_class(phonon VideoCaptureDevice phonon_OPTIONAL_SRC
phonon_DROPPED_ENTRIES Phonon ObjectDescription)
Now, I don't know cmake very well, but from a quick scan of its
documentation, the two set() commands look suspicious. It seems to me
that it's setting those variables to the empty string. I have no idea
if that's right or not, but I'd love to compare that against what you
have.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/832864
Title:
pyside version 1.0.4-1 failed to build in oneiric
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pyside/+bug/832864/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs