Giovanni, muito obrigado pela resposta pronta. Segui todas as dicas mas apanho aqui um problema que é:
Make Error: The source directory "/home" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI. Depois mudo como me disseste: configurar os "global python bindings" de "off" para "on" e carregar a tecla "c" (configure) -> quando aparecer carregar a tecla "g" (generate) mas no fim quando vou para fazer o build package.. tenho este probema: jay...@jayjayvault:~$ cd qgis_unstable/build/ jay...@jayjayvault:~/qgis_unstable/build$ cd .. jay...@jayjayvault:~/qgis_unstable$ sudo dpkg-buildpackage -us -uc -b -d [sudo] password for jayjay: dpkg-buildpackage: modifica CFLAGS para o valor padrão: -g -O2 dpkg-buildpackage: modifica CPPFLAGS para o valor padrão: dpkg-buildpackage: modifica LDFLAGS para o valor padrão: -Wl,-Bsymbolic-functions dpkg-buildpackage: modifica FFLAGS para o valor padrão: -g -O2 dpkg-buildpackage: modifica CXXFLAGS para o valor padrão: -g -O2 dpkg-buildpackage: pacote fonte qgis dpkg-buildpackage: versão da fonte 1.5.0 dpkg-buildpackage: fonte alterada por Jürgen E. Fischer <[email protected]> dpkg-buildpackage: arquitectura do anfitrião amd64 debian/rules clean sed -e "s/{QGIS_ABI}/1.5.0/g" -e "s/{GRASS}/grass64/g" -e "s/{GRASS_ABI}/640-5+39438/g" debian/control.sid >debian/control dh_testdir dh_testroot rm -f build-stamp rm -f i18n/*.qm rm -rf debian/tmp # Add here commands to clean up after the build process. rm -rf debian/build dh_clean debian/rules build dh_testdir # Add here commands to configure the package. [ -d debian/build ] || mkdir debian/build [ ! -e CMakeCache.txt ] || rm CMakeCache.txt cd debian/build; cmake -Wno-dev -D GRASS_PREFIX=/usr/lib/grass64 -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_SKIP_RPATH=TRUE -D BINDINGS_GLOBAL_INSTALL=TRUE -D PEDANTIC=TRUE -D WITH_SPATIALITE=TRUE -D WITH_INTERNAL_SPATIALITE=TRUE ../.. -- 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 -- Quantum GIS version: 1.5.0 Trunk (10500) -- Looking for openpty -- Looking for openpty - not found -- Looking for openpty -- Looking for openpty - found -- Found Proj: /usr/lib/libproj.so -- Could not find Expat -- Using GSL from /usr -- Found GEOS: /usr/lib/libgeos_c.so -- Found GDAL: /usr/lib/libgdal1.6.0.so -- Found PostgreSQL: /usr/lib/libpq.so -- Found GRASS: /usr/lib/grass64 (6.4.0RC5+39438) -- Found QWT: /usr/lib/libqwt-qt4.so -- 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.6.2 (using /usr/bin/qmake) -- Looking for _POSIX_TIMERS -- Looking for _POSIX_TIMERS - found -- Pedantic compiler settings enabled -- Found PythonInterp: /usr/bin/python2.6 -- Found Python executable: /usr/bin/python2.6 -- Found Python version: 2.6.5 -- Found Python library: PYTHON_LIBRARY-NOTFOUND -- Found SIP version: 4.10.1 -- Found PyQt4 version: 4.7.2 CMake Error at cmake/PyQt4Macros.cmake:14 (MESSAGE): pyuic4 not found - aborting Call Stack (most recent call first): CMakeLists.txt:362 (INCLUDE) -- Configuring incomplete, errors occurred! make: ** [debian/build/CMakeCache.txt] Erro 1 dpkg-buildpackage: erro: debian/rule -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Qgis-tp4958152p4959663.html Sent from the OSGeo Portuguese Local Chapter mailing list archive at Nabble.com. _______________________________________________ Portugal mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/portugal
