Olá Giovanni! Já me apercebi que estava a trocar um _ por um - !
No entanto segui a tua sugestão e está a funcionar muito mais rápida e facilmente! Há alguma maneira simples de fazer a actualização para as ultimas releases? Ou pelo menos para a 1.5? Obrigado! Abraço! --- On Wed, 3/17/10, Giovanni Manghi <[email protected]> wrote: Olá Pedro, a minha sugestão é de seguir um caminho mais simples. No Ubuntu 9.10 acrescente o repositorio ppa ubuntugis-unstable e instale com synaptic qgis 1.4; serão instalados também GRASS e obviamente gdal. Para acrescentar o suporte para mrsid e ecw é suficiente seguir este guia http://trac.osgeo.org/ubuntugis/wiki/UserTutorials Cumprimentos -- Giovanni -- On Wed, 2010-03-17 at 15:24 -0700, Pedro Venâncio wrote: > Olá boa noite, > > Estou a tentar instalar o QGIS com suporte ECW e MrSID numa instalação > limpa de Ubuntu 9.10, seguindo os passos que estão na aqui na Wiki > http://wiki.osgeo.org/wiki/Instalar_Grass_e_QGis_no_Ubuntu_9.10_% > 28com_ECW_e_MrSID%29 , mas não consigo passar deste ponto > > > pe...@pedro-laptop:~/temp/gdal$ ./configure --without-grass > --with-mrsid=../GeoDSDK-7.0.0.2167 --without-jp2mrsid > checking build system type... i686-pc-linux-gnu > checking host system type... i686-pc-linux-gnu > checking for gcc... gcc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > checking C_WFLAGS for maximum warnings... -Wall > -Wdeclaration-after-statement > checking for g++... g++ > checking whether we are using the GNU C++ compiler... yes > checking whether g++ accepts -g... yes > checking CXX_WFLAGS for maximum warnings... -Wall > checking for gcc... (cached) gcc > checking whether we are using the GNU C compiler... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking for gcc option to accept ISO C89... (cached) none needed > checking whether we are using the GNU C++ compiler... (cached) yes > checking whether g++ accepts -g... (cached) yes > checking for a sed that does not truncate output... /bin/sed > checking for grep that handles long lines and -e... /bin/grep > checking for egrep... /bin/grep -E > checking for fgrep... /bin/grep -F > checking for ld used by gcc... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B > checking the name lister (/usr/bin/nm -B) interface... BSD nm > checking whether ln -s works... yes > checking the maximum length of command line arguments... 32768 > checking whether the shell understands some XSI constructs... yes > checking whether the shell understands "+="... yes > checking for /usr/bin/ld option to reload object files... -r > checking how to recognize dependent libraries... pass_all > checking for ar... ar > checking for strip... strip > checking for ranlib... ranlib > checking command to parse /usr/bin/nm -B output from gcc object... ok > checking how to run the C preprocessor... gcc -E > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking for dlfcn.h... yes > checking whether we are using the GNU C++ compiler... (cached) yes > checking whether g++ accepts -g... (cached) yes > checking how to run the C++ preprocessor... g++ -E > checking for objdir... .libs > checking if gcc supports -fno-rtti -fno-exceptions... no > checking for gcc option to produce PIC... -fPIC -DPIC > checking if gcc PIC flag -fPIC -DPIC works... yes > checking if gcc static flag -static works... yes > checking if gcc supports -c -o file.o... yes > checking if gcc supports -c -o file.o... (cached) yes > checking whether the gcc linker (/usr/bin/ld) supports shared > libraries... yes > checking whether -lc should be explicitly linked in... no > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... yes > checking for ld used by g++... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking whether the g++ linker (/usr/bin/ld) supports shared > libraries... yes > checking for g++ option to produce PIC... -fPIC -DPIC > checking if g++ PIC flag -fPIC -DPIC works... yes > checking if g++ static flag -static works... yes > checking if g++ supports -c -o file.o... yes > checking if g++ supports -c -o file.o... (cached) yes > checking whether the g++ linker (/usr/bin/ld) supports shared > libraries... yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking for dlopen in -ldl... yes > checking for nanosleep in -lrt... yes > checking for sin in -lm... yes > checking for ANSI C header files... (cached) yes > checking assert.h usability... yes > checking assert.h presence... yes > checking for assert.h... yes > checking fcntl.h usability... yes > checking fcntl.h presence... yes > checking for fcntl.h... yes > checking for unistd.h... (cached) yes > checking dbmalloc.h usability... no > checking dbmalloc.h presence... no > checking for dbmalloc.h... no > checking for dlfcn.h... (cached) yes > checking for stdint.h... (cached) yes > checking limits.h usability... yes > checking limits.h presence... yes > checking for limits.h... yes > checking locale.h usability... yes > checking locale.h presence... yes > checking for locale.h... yes > checking values.h usability... yes > checking values.h presence... yes > checking for values.h... yes > checking float.h usability... yes > checking float.h presence... yes > checking for float.h... yes > checking errno.h usability... yes > checking errno.h presence... yes > checking for errno.h... yes > checking direct.h usability... no > checking direct.h presence... no > checking for direct.h... no > checking whether byte ordering is bigendian... no > checking for 64bit integer type... long long > checking for 64bit file io... yes > checking for stat64... yes > checking for fopen64... yes > checking for int... yes > checking size of int... 4 > checking for unsigned long... yes > checking size of unsigned long... 4 > checking for void*... yes > checking size of void*... 4 > checking for int8... no > checking for int16... no > checking for int32... no > checking native cpu bit order... lsb2msb > checking for vprintf... yes > checking for _doprnt... no > checking for snprintf... yes > checking for vsnprintf... yes > checking for atoll... yes > checking for strtof... yes > checking for getcwd... yes > checking whether strtof is declared... yes > checking for gmtime_r... yes > checking for localtime_r... yes > checking for setlocale... yes > checking to enable debug build... no, CFLAGS="-g -O2" > checking whether GCC 4.1 atomic builtins are available... yes > checking whether we should hide internal symbols... no > checking for local include/lib path... none > configure: checking whether we should include thread/mutex > support...... > thread safe support disabled. > checking for deflateInit_ in -lz... no > using internal libz code as deflateInit_ is missing > using internal libz code. > checking for pg_config... no > checking for PostgreSQL... no > checking for G_gisinit_2 in -lgrass5... no > checking for ffopen in -lcfitsio... no > libcfitsio not found - FITS support disabled > checking for Mopen in -lcsf... no > checking csf.h usability... no > checking csf.h presence... no > checking for csf.h... no > using internal csf code. > checking for nc_open in -lnetcdf... no > libnetcdf not found - netCDF support disabled > checking for libpng... checking for png_set_IHDR in -lpng... no > checking png.h usability... no > checking png.h presence... no > checking for png.h... no > using internal png code. > checking for PCIDSK... using internal libpcidsk. > checking for libtiff... checking for TIFFGetTagListCount in -ltiff... > no > using internal TIFF code. > BigTIFF support enabled. > using internal GeoTIFF code. > checking for jpeg_read_scanlines in -ljpeg... no > checking jpeglib.h usability... no > checking jpeglib.h presence... no > checking for jpeglib.h... no > using internal jpeg code. > checking for jpeg12... enabled > checking for DGifOpenFileName in -lgif... no > using internal gif code. > checking ecs.h usability... no > checking ecs.h presence... no > checking for ecs.h... no > checking for FMEObjects... no > checking for SDreaddata in -lmfhdfalt... no > checking for SDreaddata in -lmfhdf... no > checking for SDreaddata in -lhdf4... no > checking for SDreaddata in -lmfhdf... no > checking for SDreaddata in -lmfhdf... no > checking for H5Fopen in -lhdf5... no > checking for jpc_decode in -ljasper... no > checking for jp2_decode in -ljasper... no > checking for pgx_decode in -ljasper... no > checking for NCScbmOpenFileView in -lNCSEcw... yes > checking for Kakadu JPEG2000 support... not requested. > checking for lt_base.h in ../GeoDSDK-7.0.0.2167/include/support... not > found. > checking for lt_base.h in ../GeoDSDK-7.0.0.2167/include... not found. > configure: error: MrSID requested, but components not found. > pe...@pedro-laptop:~/temp/gdal$ make > GNUmakefile:2: GDALmake.opt: Ficheiro ou directoria inexistente > make: *** No rule to make target `config.status', needed by > `GDALmake.opt'. Stop. > pe...@pedro-laptop:~/temp/gdal$ > > > Até aqui tudo correu bem. Alguma sugestão? > > Obrigado! > > Abraço! > Pedro Venâncio > > > _______________________________________________ > Portugal mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/portugal
_______________________________________________ Portugal mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/portugal
