[DebianGIS-dev] Bug#456064: FTBFS with GCC 4.3: missing #includes

2008-03-06 Thread Cyril Brulebois
tag 456064 patch
thanks

Martin Michlmayr <[EMAIL PROTECTED]> (12/12/2007):
> Package: qgis
> Version: 0.8.1-2
> Usertags: ftbfs-gcc-4.3

Hi,

please find attached a patch to fix this FTBFS.

Cheers,

-- 
Cyril Brulebois
--- a/src/composer/qgscomposition.cpp
+++ b/src/composer/qgscomposition.cpp
@@ -31,6 +31,7 @@
 #include 
 
 #include 
+#include 
 
 QgsCompositionPaper::QgsCompositionPaper ( QString name, int w, int h, bool c) 
   :mName(name), mWidth(w), mHeight(h), mCustom(c)
--- a/src/core/qgslogger.cpp
+++ b/src/core/qgslogger.cpp
@@ -18,6 +18,8 @@
 
 #include "qgslogger.h"
 
+#include 
+
 void QgsLogger::debug(const QString& msg, int debuglevel, const char* file, const char* function, int line)
 {
   const char* dfile = debugFile();
--- a/src/plugins/grass/qgsgrassmapcalc.cpp
+++ b/src/plugins/grass/qgsgrassmapcalc.cpp
@@ -66,6 +66,8 @@
 #include "qgsgrassmapcalc.h"
 #include "qgsgrassselect.h"
 
+#include 
+
 QgsGrassMapcalc::QgsGrassMapcalc ( 
QgsGrassTools *tools, QgsGrassModule *module,
QgisApp *qgisApp, QgisIface *iface, 
--- a/src/plugins/grass/qgsgrassmodule.cpp
+++ b/src/plugins/grass/qgsgrassmodule.cpp
@@ -92,6 +92,8 @@
 #include "qgsgrasstools.h"
 #include "qgsgrassselect.h"
 
+#include 
+
 bool QgsGrassModule::mExecPathInited = 0;
 QStringList QgsGrassModule::mExecPath;
 
--- a/src/providers/gpx/gpsdata.cpp
+++ b/src/providers/gpx/gpsdata.cpp
@@ -25,6 +25,8 @@
 #include "gpsdata.h"
 #include 
 
+#include 
+
 #define OUTPUT_PRECISION 12
 
 QString GPSObject::xmlify(const QString& str) {
--- a/src/providers/gpx/qgsgpxprovider.cpp
+++ b/src/providers/gpx/qgsgpxprovider.cpp
@@ -42,6 +42,8 @@
 #include "gpsdata.h"
 #include 
 
+#include 
+
 #ifdef WIN32
 #define QGISEXTERN extern "C" __declspec( dllexport )
 #else
--- a/src/providers/postgres/qgspostgisbox2d.cpp
+++ b/src/providers/postgres/qgspostgisbox2d.cpp
@@ -25,6 +25,8 @@
 
 #include "qgspostgisbox2d.h"
 
+#include 
+
 
 QgsPostGisBox2d::QgsPostGisBox2d( std::string box2d )
 {
--- a/src/providers/postgres/qgspostgisbox3d.cpp
+++ b/src/providers/postgres/qgspostgisbox3d.cpp
@@ -25,6 +25,8 @@
 
 #include "qgspostgisbox3d.h"
 
+#include 
+
 
 QgsPostGisBox3d::QgsPostGisBox3d( std::string box3d )
 {


signature.asc
Description: Digital signature
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

[DebianGIS-dev] Bug#456064: FTBFS with GCC 4.3: missing #includes

2007-12-12 Thread Martin Michlmayr
Package: qgis
Version: 0.8.1-2
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  There's some more information about this at
http://www.cyrius.com/journal/2007/05/10#gcc-4.3-include

You can reproduce this problem with gcc-snapshot from unstable.  Note
that Red Hat, Novell and Ubuntu have done some work getting packages
to build with GCC 4.3 so there might be patches floating around
somewhere.  I suggest you talk to your upstream.

> Automatic build of qgis_0.8.1-2 on em64t by sbuild/amd64 0.53
...
> In file included from /usr/include/qt4/QtCore/QString:1,
>  from /build/tbm/qgis-0.8.1/src/core/qgslogger.h:23,
>  from /build/tbm/qgis-0.8.1/src/core/qgslogger.cpp:19:
> /usr/include/qt4/QtCore/qstring.h:787: warning: type qualifiers ignored on 
> function return type
> /usr/include/qt4/QtCore/qstring.h:788: warning: type qualifiers ignored on 
> function return type
> /usr/include/qt4/QtCore/qstring.h:789: warning: type qualifiers ignored on 
> function return type
> /usr/include/qt4/QtCore/qstring.h:795: warning: type qualifiers ignored on 
> function return type
> /usr/include/qt4/QtCore/qstring.h:796: warning: type qualifiers ignored on 
> function return type
> /build/tbm/qgis-0.8.1/src/core/qgslogger.cpp: In static member function 
> 'static int QgsLogger::debugLevel()':
> /build/tbm/qgis-0.8.1/src/core/qgslogger.cpp:137: error: 'getenv' was not 
> declared in this scope
> /build/tbm/qgis-0.8.1/src/core/qgslogger.cpp:146: error: 'atoi' was not 
> declared in this scope
> /build/tbm/qgis-0.8.1/src/core/qgslogger.cpp: In static member function 
> 'static const char* QgsLogger::debugFile()':
> /build/tbm/qgis-0.8.1/src/core/qgslogger.cpp:158: error: 'getenv' was not 
> declared in this scope
> make[3]: *** [src/core/CMakeFiles/qgis_core.dir/qgslogger.o] Error 1
> make[3]: Leaving directory `/build/tbm/qgis-0.8.1'
> make[2]: *** [src/core/CMakeFiles/qgis_core.dir/all] Error 2

-- 
Martin Michlmayr
http://www.cyrius.com/



___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel