[Qgis-developer] qgis-head compilation problem

Martin Dobias wonder.sk at gmail.com
Tue May 8 04:40:48 EDT 2007


On 5/8/07, Otto Dassau <otto.dassau at gmx.de> wrote:
> Hi,
>
> compiling the latest qgis-head svn on debian testing I have 2 problems. Maybe
> someone can help?
>
> 1) The progress of compilation doesn't count since yesterday, I think. It is
> always 0%.
>
> Scanning dependencies of target msexport
> [  0%] Building CXX object
> tools/mapserver_export/CMakeFiles/msexport.dir/qgsmapserverexport.o
> [  0%]
> Building CXX object tools/mapserver_export/CMakeFiles/msexport.dir/ms_main.o
> [  0%] Building CXX object
> tools/mapserver_export/CMakeFiles/msexport.dir/msexport_wrap.o
> [  0%] Building CXX object
> tools/mapserver_export/CMakeFiles/msexport.dir/moc_qgsmapserverexport.o Linking
> CXX executable msexport
> [  0%] Built target msexport

Hi,

I've never seen this. Try doing a clean make. But progress counter
shouldn't have any impact on compilation.


> 2) executing qgis in the svn folder I get following error and I remember it was
> working a couple of weeks ago:
>
> dassau at berlin:/daten/software/qgis-head$ ./src/app/qgis
> qgis: /daten/software/qgis-head/src/app/qgisapp.cpp:1070:
> voidQgisApp::createStatusBar(): Zusicherung »!myProjPixmap.isNull()« nicht
> erfüllt. Abgebrochen

Actually running qgis in SVN folder is a bad idea as it expects some
paths in its installation directory. There was a check for this on
startup but now I see it's broken. The correct way is to do always
'make install' and then run qgis from the installation directory, not
from sources.

Martin



More information about the Qgis-developer mailing list