[Qgis-developer] SpatialIndex error on qgis-server compiling

2012-04-27 Thread Andrea Peri
Hi, today I update my qgis-server from trunk, but in the cmake phase I see an error: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: SPATIALINDEX_INCLUDE_DIR

Re: [Qgis-developer] SpatialIndex error on qgis-server compiling

2012-04-27 Thread Marco Bernasocchi
you need to install libspatialindex-dev in ubuntu ciao On 04/27/2012 02:53 PM, Andrea Peri wrote: Hi, today I update my qgis-server from trunk, but in the cmake phase I see an error: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set

Re: [Qgis-developer] SpatialIndex error on qgis-server compiling

2012-04-27 Thread G. Allegri
You need to install libspatialindex. (On Debian/Ubuntu apt-get install libspatialindex-dev) or set SPATIALINDEX_INCLUDE_DIR and SPATIALINDEX_LIBRARY to the right path. giohappy 2012/4/27 Andrea Peri aperi2...@gmail.com Hi, today I update my qgis-server from trunk, but in the cmake phase I

Re: [Qgis-developer] SpatialIndex error on qgis-server compiling

2012-04-27 Thread Andrea Peri
Thx both, I was not understand the spatialindex was added just now. To add it I will like try to compile the spatialindex from source. So I download it from this link: http://sourceforge.net/projects/spatialindexlib/support To compile it , seem is need also the Tools Library, but it seem not

Re: [Qgis-developer] SpatialIndex error on qgis-server compiling

2012-04-27 Thread Etienne Tourigny
Andrea - First, why don't you follow the previous suggestions and install libspatialindex-dev ? Second, that link seems way outdated, you should check out http://libspatialindex.github.com/ - if you really want to build it! Etienne On Fri, Apr 27, 2012 at 5:30 PM, Andrea Peri

Re: [Qgis-developer] SpatialIndex error on qgis-server compiling

2012-04-27 Thread Andrea Peri
Second, that link seems way outdated, you should check out http://libspatialindex.github.com/ http://libspatialindex.github.com/ - if you really want to build it! Thx, Etienne. First, why don't you follow the previous suggestions and install libspatialindex-dev ? because the Linux where I'm