Re: [Qgis-developer] qgis mapserver error

2010-08-27 Thread Craig Leat
ls -lh /usr/lib/cgi-bin/test_qgis_mapserver/ total 20K lrwxrwxrwx 1 root root   67 2010-08-24 09:45 qgis_mapserv.fcgi - /home/luca/compilati/qgis_svn/build/src/mapserver/qgis_mapserv.fcgi -rwxr-xr-x 1 root root 1.5K 2010-08-24 10:06 wms_metadata.xml -rwxr-xr-x 1 root root 9.3K 2010-08-25

[Qgis-developer] C++ plugins delete

2010-08-27 Thread Golubev A.
Hi, devs! I`m write simple C++ plugin from plugin_template for test purposes. QGIS not delete plugin when unload it from plugin manager. Neither destructor, nor QGISEXTERN void unload( QgisPlugin * thePluginPointer ) was called. I`m checked copyright_label plugin and it is not deleted too.

[Qgis-developer] QGIS build with GDAL 1.7.x - Ubuntu

2010-08-27 Thread Noli Sicad
Hi, Where could I get QGIS build with GDAL 1.7.x - Ubuntu? It seems that QGIS 1.5 and QGIS 1.6 trunk are built using GDAL1.6.3 and python-qgis and other are using GDAL 1.7.3. I could not open spatialite database created using the latest 2.4.0 in QGIS built with GDAL 1.6.3. Mac OS X QGIS 1.6

Re: [Qgis-developer] QGIS build with GDAL 1.7.x - Ubuntu

2010-08-27 Thread Alan Boudreault
The qgis package of UbuntuGIS seems to be built against gdal 1.7.x. http://trac.osgeo.org/ubuntugis/ Alan On August 27, 2010 08:16:50 am Noli Sicad wrote: Hi, Where could I get QGIS build with GDAL 1.7.x - Ubuntu? It seems that QGIS 1.5 and QGIS 1.6 trunk are built using GDAL1.6.3 and

Re: [Qgis-developer] QGIS build with GDAL 1.7.x - Ubuntu

2010-08-27 Thread Noli Sicad
Hi Alan, Qgis1.5.0-2~lucid1 is not in repository anymore. I think it has been replaced by QGIS 1.6.0 + svn14153 -lucid1 which I installed. Quantum GIS r14153M In the Help Menu Help- About - This copy of QGIS has been buiilt with GDAL/OCR 1.6.3. I thought that the QGIS trunk is compiling

Re: [Qgis-developer] QGIS build with GDAL 1.7.x - Ubuntu

2010-08-27 Thread Noli Sicad
The funny thing about this built QGIS 1.6.0 is, if can't open the spatialite it created. Here's the steps. 1. Open shapefile 2. Save it as spatialite i.e. Sqlite 3. Remove shapefile 4. Open the newly created Sqlite I can't open the sqlite file that QGIS created. I don't know what is wrong.

Re: [Qgis-developer] QGIS build with GDAL 1.7.x - Ubuntu

2010-08-27 Thread Giuseppe Sucameli
Hi Noli, On Sat, Aug 28, 2010 at 1:33 AM, Noli Sicad nsi...@gmail.com wrote: The funny thing about this built QGIS 1.6.0 is, if can't open the spatialite it created. Here's the steps. 1. Open shapefile 2. Save it as spatialite i.e. Sqlite Maybe did you use Save as...? If you did, the

Re: [Qgis-developer] QGIS build with GDAL 1.7.x - Ubuntu

2010-08-27 Thread Noli Sicad
Here's the steps. 1. Open shapefile 2. Save it as spatialite i.e. Sqlite Maybe did you use Save as...? No. I clicked the vector layer and save sqlite. I have been this testing for 2 weeks now, trying to find the right version of QGIS in Windows, Mac OS X and Linux with Spatialite. My