[Qgis-developer] Trouble compiling qgis-server

2012-04-17 Thread Andrea Peri
Hi, today I update my qgis-server trunk version The cmake configuration was passed without problem so I guess there isn't any missing module. but when try to compille with make I see this error. --- Ignored 4167 untranslated source text(s) [ 83%] Built target

Re: [Qgis-developer] Trouble compiling qgis-server

2012-04-17 Thread G. Allegri
It seems a SIP problem, maybe related to what discussed here: http://osgeo-org.1560.n6.nabble.com/build-error-td4350904.html I could compile with MSVC on Windows. giovanni 2012/4/17 Andrea Peri aperi2...@gmail.com Hi, today I update my qgis-server trunk version The cmake configuration was

Re: [Qgis-developer] Trouble compiling qgis-server

2012-04-17 Thread Jürgen E . Fischer
Hi Andrea, On Tue, 17. Apr 2012 at 08:37:45 +0200, Andrea Peri wrote: [ 83%] Built target compile_python_files [ 83%] Generating analysis/sipanalysispart0.cpp, analysis/sipanalysispart1.cpp, analysis/sipanalysispart2.cpp, analysis/sipanalysispart3.cpp sip: Usage: sip [-h]

[Qgis-developer] Trouble compiling qgis-server

2012-04-17 Thread Andrea Peri
Which version of SIP are you running? Looks like it doesn't support the -o switch introduced in 67c77e553. Jürgen Hi, testing with: python import sip print '%x' % sip.SIP_VERSION I see the version is: 40903 The last version of qgis-server I compiled (using this SIP version) was on 7

[Qgis-developer] Trouble compiling qgis-server

2012-04-17 Thread Andrea Peri
*Which version of SIP are you running? Looks like it doesn't support the -o**switch introduced in 67c77e553.Jürgen* Hi, testing with: *python**import sip**print '%x' % sip.SIP_VERSION* I see the version is: 40903 Hi, I update the SIP version to the last 4.13.2. Now the SIP error was

[Qgis-developer] Trouble compiling qgis-server

2012-04-17 Thread Andrea Peri
Hi Andrea, try to clean the build-master folder and re-run ccmake command! Regards, -SL* Hi, I try it, but the error is still here. :( I'm using python 2.6 . perhaps QGIS-Server has lost compatibility with python 2.6 ? * -- - Andrea Peri . . . . . . . . . qwerty àèìòù

Re: [Qgis-developer] Trouble compiling qgis-server

2012-04-17 Thread Marco Hugentobler
Hi Andrea If you are doing the compilation to use QGIS server, you might disable compilation of the bindings (set WITH_BINDINGS to OFF). QGIS server does not use python at all (python is for the desktop). Regards, Marco On 17.04.2012 12:18, Andrea Peri wrote: Hi Andrea, try to clean the