you need to get the HEAD code from pyside-tools git.
On Mon, Nov 1, 2010 at 6:33 PM, Algis Kabaila <[email protected]> wrote: > On Monday 01 November 2010 23:47:24 Renato Araujo Oliveira Filho wrote: > >> Hi, > >> > >> I have updated the pyside version required by pyside tools, Now I > >> think you can build this without problems. > >> > >> > >> BR > >> > > Hi, > > If the problem is with pyside, then I should at least get from git the > latest version of pyside and build pyside. Should shiboken and other > packages first be re-build, though? > > Currently, and understandably, nothing has changed on my computer and I > still get the same compile errors, as shown below: > > ********************* > > a...@supremo:/dat/sandbox$ ./build_pyside-tools.sh > > -- The C compiler identification is GNU > > -- The CXX compiler identification is GNU > > -- Check for working C compiler: /usr/bin/gcc > > -- Check for working C compiler: /usr/bin/gcc -- works > > -- Detecting C compiler ABI info > > -- Detecting C compiler ABI info - done > > -- Check for working CXX compiler: /usr/bin/c++ > > -- Check for working CXX compiler: /usr/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! > > a...@supremo:/dat/sandbox$ > > ********************* > > Thank you for your guidance and help! > > Al. > >> > ====================== > >> > > >> > #!/usr/bin/env bash > >> > #build_pyside-tools.sh > >> > alldirs=("pyside-tools") > >> > if [ $# == 0 ] ; then > >> > dirs=("${alldi...@]}") > >> > else > >> > dirs=("$@") > >> > fi > >> > for d in "${di...@]}" ; do > >> > rm -rf "$d/build" > >> > mkdir -p "$d/build" > >> > (cd "$d/build" > >> > cmake -DCMAKE_INSTALL_PREFIX="/dat/sandbox/libpyside/" > >> > .. && make -j4 && > >> > sudo make install || exit 1 > >> > ) # exit from "$d/build" > >> > done > >> > ====================== > > [...] > >> -- > >> Renato Araujo Oliveira Filho > >> Instituto Nokia de Tecnologia - INdT > >> Mobile: +55 (81) 8704-2144 > >> > > -- > > Algis Kabaila > > http://akabaila.pcug.org.au/ -- 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
