Opened 18 years ago

Closed 18 years ago

#202 closed defect (fixed)

'string' was not declared in QgsMapLayerSet::updateFullExtent()

Reported by: mloskot Owned by: gsherman
Priority: major: does not work as expected Milestone:
Component: GUI Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: Debian
Platform Version: Ubuntu 6.06 Awaiting user input: no

Description

Today, I updated my QGIS sandbox and tried to do complete rebuild. I got following error and compilation stopped:

qgsmaplayerset.cpp: In member function 'void QgsMapLayerSet::updateFullExtent()':
qgsmaplayerset.cpp:63: error: 'string' was not declared in this scope
make[4]: *** [libqgis_gui_la-qgsmaplayerset.lo] Error 1
make[4]: Leaving directory `/home/mloskot/dev/qgis/_svn/qgis/src/gui'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/mloskot/dev/qgis/_svn/qgis/src/gui'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/mloskot/dev/qgis/_svn/qgis/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mloskot/dev/qgis/_svn/qgis'
make: *** [all] Error 2

Attachments (1)

gui-qgsmaplayerset.cpp-ticket-202-mloskot.patch (815 bytes ) - added by mloskot 18 years ago.
Patch fixing qgsmaplayerset.cpp file

Download all attachments as: .zip

Change History (5)

comment:1 by mloskot, 18 years ago

I've forgot to provide version of my compiler:

mloskot:~$ gcc --version gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5)

installed from official Ubuntu 6.06 packages.

by mloskot, 18 years ago

Patch fixing qgsmaplayerset.cpp file

comment:2 by mloskot, 18 years ago

Component: Build/InstallGUI

comment:3 by mloskot, 18 years ago

By the way, I see that qgsmaplayerset.cpp file has not set svn:keywords property so $Id$ keyword is not expanded.

comment:4 by g_j_m, 18 years ago

Resolution: fixed
Status: newclosed

Applied in SVN r5624.

Note: See TracTickets for help on using tickets.