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 447 - Unable to build pyside-tools due to missing FindPySide.cmake
: Unable to build pyside-tools due to missing FindPySide.cmake
Status: CLOSED INVALID
Product: PySide
Classification: Unclassified
Component: pyside-tools
: HEAD
: All All
: P3 normal
Assigned To: Lauro Moura
:
:
:
  Show dependency treegraph
 
Reported: 2010-11-01 09:48 EET by Matti Airas
Modified: 2010-11-25 17:53 EET (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matti Airas 2010-11-01 09:48:23 EET
Pulled the latest pyside-tools (commit
56891ff390558c5ddec89cdc03aa6143e9110b68). Tried to:

mkdir build && cd build && cmake .. && make

Got:

-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/lib/icecc/bin/gcc
-- Check for working C compiler: /usr/lib/icecc/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/lib/icecc/bin/c++
-- Check for working CXX compiler: /usr/lib/icecc/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found PythonInterp: /usr/bin/python2.6
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt-Version 4.7.0 (using /usr/bin/qmake)
CMake Error at CMakeLists.txt:7 (find_package):
  Could not find module FindPySide.cmake or a configuration file for package
  PySide.

  Adjust CMAKE_MODULE_PATH to find FindPySide.cmake or set PySide_DIR to the
  directory containing a CMake configuration file for PySide.  The file will
  have one of the following names:

    PySideConfig.cmake
    pyside-config.cmake



-- Configuring incomplete, errors occurred!
Comment 1 Matti Airas 2010-11-01 09:52:20 EET
Renato apparently fixed this during the time I was reporting it...
Comment 2 Hugo Parente Lima 2010-11-25 17:53:42 EET
Released on version 1.0.0~beta1