Re: [QGIS-Developer] compile error

2018-05-18 Thread Rashad Kanavath
On Thu, May 10, 2018 at 1:57 PM, Arun Bharathi wrote: > Hi, > > I got this 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_LI

[QGIS-Developer] compile error

2018-05-10 Thread Arun Bharathi
Hi, I got this 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_LIBRARY linked by target "qgis_core" in directory /QGIS/src/core Configuring in

Re: [QGIS-Developer] Compile error on OSX--related to recent FLAG change?

2018-02-19 Thread Gary Sherman
Thanks Jürgen! > On Feb 19, 2018, at 12:14 PM, Jürgen E. Fischer wrote: > > Hi Gary, > > On Mon, 19. Feb 2018 at 11:04:52 -0900, Gary Sherman wrote: >> https://gist.github.com/g-sherman/2763ba7f337106a9375d95c92432333d > > fixed in e5c9092a > > Jürgen > > -- > Jürgen E. Fischer no

Re: [QGIS-Developer] Compile error on OSX--related to recent FLAG change?

2018-02-19 Thread Jürgen E . Fischer
Hi Gary, On Mon, 19. Feb 2018 at 11:04:52 -0900, Gary Sherman wrote: > https://gist.github.com/g-sherman/2763ba7f337106a9375d95c92432333d fixed in e5c9092a Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13

Re: [QGIS-Developer] Compile error on OSX--related to recent FLAG change?

2018-02-19 Thread Denis Rouzaud
Which Qt version do you have? Le lun. 19 févr. 2018 à 16:04, Gary Sherman a écrit : > https://gist.github.com/g-sherman/2763ba7f337106a9375d95c92432333d > > > -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- > Gary Sherman > Founder, QGIS Project > -Open Source GIS Books: > *http://locatepress.com > -

[QGIS-Developer] Compile error on OSX--related to recent FLAG change?

2018-02-19 Thread Gary Sherman
https://gist.github.com/g-sherman/2763ba7f337106a9375d95c92432333d -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Gary Sherman Founder, QGIS Project -Open Source GIS Books: *http://locatepress.com -Geospatial Consulting & Hosting: *http://geoapt.com "We work virtually everywhere" -_-_-_-_-_-_-_-_-_

[Qgis-developer] compile error on 2.14.7 branch

2016-10-03 Thread Régis Haubourg
Hi all, I encouter troubles compiling QGIS 2.14.7 branch on ubuntu xenial. Master 2 and release 2.16 are just fine. Here is the error at make stage : - [ 78%] Generating* ui_frmReProject.py* An unexpected error occurred. Check that you are using the latest

Re: [Qgis-developer] Compile error with latest gdal

2016-05-11 Thread Stefan Ziegler
Yes, I deleted the build directory. But still same error. Stefan On Wed, May 11, 2016 at 1:47 PM, Werner Macho wrote: > Hi Stefan, > > Did you already try to start with a complete new build directory? And > in case of using ccache delete the compiler cache? > > regards > Werner > > On Wed, May

Re: [Qgis-developer] Compile error with latest gdal

2016-05-11 Thread Werner Macho
Hi Stefan, Did you already try to start with a complete new build directory? And in case of using ccache delete the compiler cache? regards Werner On Wed, May 11, 2016 at 1:40 PM, Stefan Ziegler wrote: > Hi > > I get some errors when compiling QGIS master against GDAL master on Ubuntu > 16.04:

[Qgis-developer] Compile error with latest gdal

2016-05-11 Thread Stefan Ziegler
Hi I get some errors when compiling QGIS master against GDAL master on Ubuntu 16.04: [ 64%] Built target postgresprovider [ 64%] Linking CXX executable ../../output/bin/crssync /usr/local/gdal_master/lib/libgdal.so: undefined reference to `IVFKDataBlock::GetFeatureCount()' collect2: error: ld ret

Re: [Qgis-developer] Compile error (geos)

2015-09-25 Thread Sandro Mani
See also https://github.com/qgis/QGIS/commit/8cec2c935f5541a865d0bf91140ca5b2d25b17cb#commitcomment-13433347 FindGEOS.cmake changed in that commit, introducing the new variable GEOS_CPP_LIBRARY. It looks like a simple reconfigure of an existing build directory is insufficient for cmake to pick

Re: [Qgis-developer] Compile error (geos)

2015-09-25 Thread Denis Rouzaud
It's because we're entering feature freeze, nothing special. -- Sorry -- Le ven. 25 sept. 2015 11:49 AM, Stefan Ziegler a écrit : > Hi > > I cannot compile QGIS master: > > [ 0%] Built target version > Linking CXX shared library ../../output/lib/libqgis_core.so > CMakeFiles/qgis_core.dir/geosex

[Qgis-developer] Compile error (geos)

2015-09-25 Thread Stefan Ziegler
Hi I cannot compile QGIS master: [ 0%] Built target version Linking CXX shared library ../../output/lib/libqgis_core.so CMakeFiles/qgis_core.dir/geosextra/geos_c_extra.cpp.o: In function `GEOSPrecisionModel_create': geos_c_extra.cpp:(.text+0x1b): undefined reference to `geos::geom::PrecisionMode

[Qgis-developer] Compile error on OS X with Homebrew

2015-07-10 Thread Stefan Ziegler
Hi I just wanted to compile/install latest master with Homebrew on Yosemite but I do get some error: -- Installing: /usr/local/Cellar/qgis-28/HEAD/QGIS.app/Contents/MacOS/../Resources/python/plugins/fTools/./fTools.py CMake Error at python/plugins/fTools/cmake_install.cmake:31 (file): file INST

Re: [Qgis-developer] compile error

2014-07-23 Thread Andreas Neumann
Hi, Jürgen or Nathan - can you please disable the sip parts for now, as discussed - as currently I can't compile master on Ubuntu. Maybe we can re-introduce it once the Debian/Ubuntu issues around qscintilla and sip are resolved. This would be much appreciated! Thanks, Andreas Am 22.07.2014 14

Re: [Qgis-developer] compile error

2014-07-23 Thread Martin Dobias
On Tue, Jul 22, 2014 at 2:06 PM, Jürgen E. wrote: > Hi Andreas, > > On Tue, 22. Jul 2014 at 11:53:14 +, Andreas Neumann wrote: >> same problem here. >> >> qscimod4.sip is not available on my machine and I don't know which >> ubuntu package would contain this file. > > That's a debian bug (http

Re: [Qgis-developer] compile error

2014-07-22 Thread Jürgen E . Fischer
On Wed, 23. Jul 2014 at 00:18:58 +1000, Nathan Woodrow wrote: > On Tue, Jul 22, 2014 at 10:06 PM, Jürgen E. wrote: > > I'll check what else I can do, once I now which other distributions are > > affected. > We can disable the sip parts for the code editors for now if it is causing > issues. They

Re: [Qgis-developer] compile error

2014-07-22 Thread Nathan Woodrow
Hey Jurgen, We can disable the sip parts for the code editors for now if it is causing issues. They are really only light wrappers around some QScintilla code. - Nathan On Tue, Jul 22, 2014 at 10:06 PM, Jürgen E. wrote: > Hi Andreas, > > On Tue, 22. Jul 2014 at 11:53:14 +, Andreas Neuman

Re: [Qgis-developer] compile error

2014-07-22 Thread Jürgen E . Fischer
Hi Andreas, On Tue, 22. Jul 2014 at 11:53:14 +, Andreas Neumann wrote: > same problem here. > > qscimod4.sip is not available on my machine and I don't know which > ubuntu package would contain this file. That's a debian bug (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755491) The sip

Re: [Qgis-developer] compile error

2014-07-22 Thread Ziegler Stefan
von Jorge Tornero - Listas > Gesendet: Dienstag, 22. Juli 2014 13:57 > An: qgis-developer@lists.osgeo.org > Betreff: Re: [Qgis-developer] compile error > > I am able to compile without that error if I make again after the first make. > Don't > know if it helps but, pr

Re: [Qgis-developer] compile error

2014-07-22 Thread Jorge Tornero - Listas
I am able to compile without that error if I make again after the first make. Don't know if it helps but, providing it's a strange behaviour of building tools for me, I guess I should tell it. Jorge El 22/07/14 13:53, Andreas Neumann escribió: same problem here. qscimod4.sip is not available

Re: [Qgis-developer] compile error

2014-07-22 Thread Andreas Neumann
same problem here. qscimod4.sip is not available on my machine and I don't know which ubuntu package would contain this file. Andreas Am 22.07.2014 09:02, schrieb Ziegler Stefan: > Hi > > I get an compile error on master: > > [ 98%] Building CXX object > python/CMakeFiles/python_module_qgis__

Re: [Qgis-developer] compile error

2014-07-22 Thread Jorge Tornero - Listas
; Ziegler Stefan *Betreff:* Re: [Qgis-developer] compile error Are you on the latest code? This build error was fixed last night. On Jul 22, 2014 7:27 PM, "Jorge Tornero - Listas" mailto:jtorlis...@gmail.com>> wrote: Hello all, Same happened to me some minutes ago. A second run of ma

Re: [Qgis-developer] compile error

2014-07-22 Thread Ziegler Stefan
Yes, checkout this morning. Stefan Von: Nathan Woodrow [mailto:madman...@gmail.com] Gesendet: Dienstag, 22. Juli 2014 11:28 An: Jorge Tornero - Listas Cc: qgis-developer@lists.osgeo.org; Ziegler Stefan Betreff: Re: [Qgis-developer] compile error Are you on the latest code? This build error

Re: [Qgis-developer] compile error

2014-07-22 Thread Nathan Woodrow
Are you on the latest code? This build error was fixed last night. On Jul 22, 2014 7:27 PM, "Jorge Tornero - Listas" wrote: > Hello all, > > Same happened to me some minutes ago. A second run of make just make it > compile (I dindn't do nothing, don't ask :) ). I'm on Kubuntu 14.04. > > Anyway, I

Re: [Qgis-developer] compile error

2014-07-22 Thread Jorge Tornero - Listas
Hello all, Same happened to me some minutes ago. A second run of make just make it compile (I dindn't do nothing, don't ask :) ). I'm on Kubuntu 14.04. Anyway, I get an error (posted yesterday) when running the compiled source: Couldn't load PyQGIS. Python support will be disabled. Traceba

[Qgis-developer] compile error

2014-07-22 Thread Ziegler Stefan
Hi I get an compile error on master: [ 98%] Building CXX object python/CMakeFiles/python_module_qgis__analysis.dir/analysis/sip_analysispart3.cpp.o Linking CXX shared library ../output/python/qgis/_analysis.so [ 98%] Built target python_module_qgis__analysis [ 98%] Built target pyanalysis [ 98%]

[Qgis-developer] Compile error

2013-05-12 Thread Ziegler Stefan
Hi I get a compile error with master on Ubuntu 10.04: Ignored 7081 untranslated source text(s) [ 92%] Generating ../output/i18n/qgis_ta.qm Updating '/home/office/Develop/src/qgis_master/build/output/i18n/qgis_ta.qm'... Generated 0 translation(s) (0 finished and 0 unfinished) Ignored 9

AW: [Qgis-developer] Compile error

2011-12-20 Thread Ziegler Stefan
> Betreff: Re: [Qgis-developer] Compile error > > Hi Stefan, > > 2011/12/20 Ziegler Stefan : > > I get the following error when I try to compile qgis master on ubuntu 10.04: > ... > > make[2]: *** Keine Regel vorhanden, um das Target > > »../python/plugins/GdalTo

Re: [Qgis-developer] Compile error

2011-12-20 Thread Giuseppe Sucameli
Hi Stefan, 2011/12/20 Ziegler Stefan : > I get the following error when I try to compile qgis master on ubuntu 10.04: ... > make[2]: *** Keine Regel vorhanden, um das Target > »../python/plugins/GdalTools/icons/raster-paletted.png«, >  benötigt von »python/plugins/GdalTools/resources_rc.py«, zu e

[Qgis-developer] Compile error

2011-12-20 Thread Ziegler Stefan
Hi I get the following error when I try to compile qgis master on ubuntu 10.04: [ 7%] Built target t2tdoc [ 8%] Built target pluginstaller [ 8%] Built target compile_python_files [ 8%] Built target mapserverexport [ 8%] Built target ftools [ 9%] Built target ftools_tools make[2]: *** Kein