Hi David, You need specify with -DCMAKE_INSTALL_NAME_DIR in cmake command, where you have installed the deps (apiextractor, shiboken, generatorrunner).
BR On Thu, Jun 10, 2010 at 6:11 AM, David Trem <[email protected]> wrote: > Hello, > > I have tried compiling pyside from the latest version of > git://gitorious.org/pyside/pyside.git > repository on my MacBook Mac OS 10.5.8 with latest macports installed. > The CMake phase fails with the message below. > > Any idea how to solve this issue ? > > Thanks in advance, > David > > """ > CMake Error at CMakeLists.txt:38 (find_package): > Could not find module FindShiboken.cmake or a configuration file for > package Shiboken. > > Adjust CMAKE_MODULE_PATH to find FindShiboken.cmake or set Shiboken_DIR to > the directory containing a CMake configuration file for Shiboken. The > file > will have one of the following names: > > ShibokenConfig.cmake > shiboken-config.cmake > > > > -- Detected OS: MAC > CMake Error at CMakeLists.txt:95 (message): > You need to specify GENERATOR variable (-DGENERATOR=value) > > > -- Configuring incomplete, errors occurred! > """ > _______________________________________________ > PySide mailing list > [email protected] > http://lists.openbossa.org/listinfo/pyside > -- Renato Araujo Oliveira Filho Instituto Nokia de Tecnologia - INdT Mobile: +55 (81) 8704-2144 _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
