On Wednesday 01 December 2010 06:34:42 Roman Lacko wrote: > Here is the problem, somone forgot to release PySideTools with this patch: > http://qt.gitorious.org/pyside/pyside-tools/commit/c6b462c76da96e420879550f > 70a193932ed5fc9f > > which fixes the PySide version here: > find_package(PySide 0.4.0 REQUIRED) > to: > find_package(PySide 1.0.0 REQUIRED)
Hmmm... so we didn't upload the newer version of pyside-tools, shame on us! I just did it: http://www.pyside.org/files/pyside-tools-0.2.3.tar.bz2 > Regards > -Roman > > 2010/12/1 Roman Lacko <[email protected]>: > > Hi, > > > >> You can apply a simple patch to get it compiled, just comment the line > >> 158 of the main CMakeLists.txt, removing: > >> > >> add_subdirectory(tests) > > > > the problem with PySide is solved but have another with PySideTools, > > the configuration fails with error: > > > > Configuring pyside-tools in > > c:\Downloads\pyside-pkgsetup-1.0.0beta1\modules\pyside-tools\build... > > -- The C compiler identification is MSVC > > -- The CXX compiler identification is MSVC > > -- Check for CL compiler version > > -- Check for CL compiler version - 1500 > > -- Check if this is a free VC compiler > > -- Check if this is a free VC compiler - no > > -- Check for working C compiler: C:/Program Files (x86)/Microsoft > > Visual Studio 9.0/VC/bin/cl.exe > > -- Check for working C compiler: C:/Program Files (x86)/Microsoft > > Visual Studio 9.0/VC/bin/cl.exe -- works > > -- Detecting C compiler ABI info > > -- Detecting C compiler ABI info - done > > -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft > > Visual Studio 9.0/VC/bin/cl.exe > > -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft > > Visual Studio 9.0/VC/bin/cl.exe -- works > > -- Detecting CXX compiler ABI info > > -- Detecting CXX compiler ABI info - done > > -- Found PythonInterp: C:/Python26/python.exe > > -- Looking for Q_WS_X11 > > -- Looking for Q_WS_X11 - not found. > > -- Looking for Q_WS_WIN > > -- Looking for Q_WS_WIN - 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.1 (using C:/Qt/4.7.1/bin/qmake.exe) > > 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 > > > > > > Regards > > -Roman -- Hugo Parente Lima INdT - Instituto Nokia de Tecnologia
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
