Re: [Qgis-user] Print composer confusion

2008-05-07 Thread Mikhail Umorin
, There is a slider near the right end of the dialog. Try to move this slider to the left, then the composer should appear as it used to. Hope it helps, Marco Am Freitag 02 Mai 2008 00:09:18 schrieb Mikhail Umorin: Hello - I am confused about the Print composer. When I click on the Print button

Re: [Qgis-user] Print composer confusion

2008-05-07 Thread Mikhail Umorin
], Paolo Cavallini [EMAIL PROTECTED] wrote: Mikhail Umorin ha scritto: There is no slider. The print composer window contains only the tool bar with icons, Help, and Close buttons. That's it! The rest is gray background. ther *is* a slider: check on the right. pc -- Paolo Cavallini, see

[Qgis-user] Print composer confusion

2008-05-01 Thread Mikhail Umorin
Hello - I am confused about the Print composer. When I click on the Print button on the toolbar I get Print composer, but there are no general or item tabs - just grey area filling the whole window under the toolbar. When I click on add new map nothing happens and I am unsure about where to

Re: [Qgis-user] ccmake error

2008-02-17 Thread Mikhail Umorin
if there is enough information in your message to properly diagnose the problem. Thus my best suggestion woulr be to try removing build directory and rerun ccmake and make install from scratch again Regards Tim 2008/2/15, Mikhail Umorin [EMAIL PROTECTED]: I try to configure and compile 0.9.1

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

2008-02-16 Thread Mikhail Umorin
Spasibo za otvet (Thank you for the answer) It's a longstanding gdal bug for updating compressed .tiff tiles. The only known workaround is to disable compression. How do I do that? M. ___ Qgis-user mailing list Qgis-user@lists.qgis.org

[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-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

Re: [Qgis-user] Compile error in qgsvectordataprovider.cpp

2008-02-11 Thread Mikhail Umorin
PM, Mikhail Umorin [EMAIL PROTECTED] wrote: I do have those file at those exact locations, read permissions for all And what's happening when you start QGIS? Does it crash or how do the problems show up? Martin ___ Qgis-user mailing list Qgis-user

Re: [Qgis-user] Compile error in qgsvectordataprovider.cpp

2008-02-11 Thread Mikhail Umorin
I do have those file at those exact locations, read permissions for all Martin Dobias [EMAIL PROTECTED] 2/10/08 7:52 PM On Feb 6, 2008 11:04 PM, Mikhail Umorin [EMAIL PROTECTED] wrote: I switched to gcc 4.2.2 and compiled the source without any errors. I installed into the default location

Re: [Qgis-user] Compile error in qgsvectordataprovider.cpp

2008-02-11 Thread Mikhail Umorin
What should I try to do? Uhm, this looks like a mismatched installation... Haven't you installed some earlier version of QGIS before? Please post here what this command outputs: ldd /usr/local/bin/qgis here it is (it's my first installation of qgis from source) [EMAIL PROTECTED] qgis_0.9.1]$

Re: [Qgis-user] Compile error in qgsvectordataprovider.cpp

2008-02-11 Thread Mikhail Umorin
Yes!! Thank you very much! Mikhail. Martin Dobias [EMAIL PROTECTED] 2/11/08 6:34 PM On Feb 12, 2008 1:28 AM, Mikhail Umorin [EMAIL PROTECTED] wrote: [...] libqgis_raster.so.1 = /usr/lib64/libqgis_raster.so.1 (0x2b8a4f998000) libqgis_legend.so.1 = /usr/lib64

Re: [Qgis-user] Compile error in qgsvectordataprovider.cpp

2008-02-06 Thread Mikhail Umorin
I switched to gcc 4.2.2 and compiled the source without any errors. I installed into the default location (/usr/local). The problem now is that North Arrow pixmap is not found and srs.db cannot be read. What should I do? ___ Qgis-user mailing list

Re: [Qgis-user] Compile error in qgsvectordataprovider.cpp

2008-02-05 Thread Mikhail Umorin
using gcc 4.3: gcc (GCC) 4.3 20070713 (experimental) (4.3-0.20070713.5mdv2008.0) Martin Dobias [EMAIL PROTECTED] 2/5/08 12:26 PM On Feb 5, 2008 1:12 AM, Mikhail Umorin [EMAIL PROTECTED] wrote: [...] /var/Archives/qgis_0.9.1/src/core/qgsvectordataprovider.cpp:302: error: 'INT_MIN

Re: [Qgis-user] Compile error in qgsvectordataprovider.cpp

2008-02-05 Thread Mikhail Umorin
Even if I put #include cstring in Buffer.h I still get the same error Martin Dobias [EMAIL PROTECTED] 2/5/08 5:12 PM On Feb 6, 2008 12:00 AM, Mikhail Umorin [EMAIL PROTECTED] wrote: and if I add suggested includes (cstring and limits) to Buffer.cc then I get: [ 22%] Building CXX object src

Re: [Qgis-user] Compile error in qgsvectordataprovider.cpp

2008-02-04 Thread Mikhail Umorin
Gary Sherman [EMAIL PROTECTED] 2/4/08 5:22 PM On Feb 4, 2008, at 2:17 PM, Mikhail Umorin wrote: Hello — I am trying to compile 0.9.1 source with cmake and get the following error: [ 7%] Building CXX object src/core/CMakeFiles/qgis_core.dir/qgsvectordataprovider.o /var/Archives