[Qgis-user] ccmake error

2008-02-15 Thread Mikhail Umorin
I try to configure and compile 0.9.1 (on a different box) and I get the 
following error when running ccmake:

 CMake Error: Error in cmake code at
 /var/Archives/qgis_0.9.1/src/helpviewer/CMakeLists.txt:50:
 install TARGETS given no BUNDLE DESTINATION for MACOSX_BUNDLE executable 
target qgis_help.
Called from: [1]/var/Archives/qgis_0.9.1/src/helpviewer/CMakeLists.txt

 CMake Error: Error in cmake code at
 /var/Archives/qgis_0.9.1/tools/mapserver_export/CMakeLists.txt:47:
 install TARGETS given no BUNDLE DESTINATION for MACOSX_BUNDLE executable 
target msexport.
Called from: 
[1]/var/Archives/qgis_0.9.1/tools/mapserver_export/CMakeLists.txt

What is the problem?

Mikhail.

___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


[Qgis-user] Building image pyramids - qgis crashing

2008-02-15 Thread Mikhail Umorin
I want to speed up layer rendering so I want to build image pyramids. I use DOQ 
files, convert them to GeoTiff using mrsidecode and import those raster tiffs 
as layers. When I try to build the pyramids from layer properties 50 % of the 
time I qgis crashes:

numerous error messages of different kind
ERROR 1: TIFFReadEncodedTile() failed.
ERROR 1: /home/mike/GIS/Dallas/DOQ-NAIP/d329602_3.tif:DumpModeDecode: Not 
enough data for scanline 1152
ERROR 1: TIFFReadEncodedTile() failed.
ERROR 1: /home/mike/GIS/Dallas/DOQ-NAIP/d329602_3.tif:DumpModeDecode: Not 
enough data for scanline 1280
ERROR 1: TIFFReadEncodedTile() failed.
ERROR 1: /home/mike/GIS/Dallas/DOQ-NAIP/d329602_3.tif:DumpModeDecode: Not 
enough data for scanline 1408
ERROR 1: TIFFReadEncodedTile() failed.
ERROR 1: /home/mike/GIS/Dallas/DOQ-NAIP/d329602_3.tif:DumpModeDecode: Not 
enough data for scanline 1536
ERROR 1: TIFFReadEncodedTile() failed.
Warning 1: TIFFReadDirectory:/home/mike/GIS/Dallas/DOQ-NAIP/d329602_3.tif: 
Wrong StripByteCounts field, ignoring and calculating from imagelength
Segmentation fault

The numerous error messages of different kinds also come up when qgis does 
*not* crush when building pyramids, but sooner or later I get segfault with 
seemingly no difference in preceeding numerous error messages of different 
kinds

What is the problem and/or how can I track it down?

Mikhail.

P.S. QGis compiled from 0.9.1 source w/ gcc 4.2.2 on AMD Opteron  Linux kernel 
2.6.22.18-server-1mdv #1 SMP, same problem also exists in Intel Xeon dual core 
same Linux


___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


Re: [Qgis-user] Building image pyramids - qgis crashing

2008-02-15 Thread Oleg Gusev
Am Samstag 16 Februar 2008 00:57:28 schrieb Mikhail Umorin:

 ERROR 1: TIFFReadEncodedTile() failed.
...

 What is the problem and/or how can I track it down?

It's a longstanding gdal bug for
updating compressed .tiff tiles. The only
known workaround is to disable compression.

 Oleg.
___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user