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 <QMessageBox>
 
 #include <iostream>
+#include <typeinfo>
 
 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 <cstdlib>
+
 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 <typeinfo>
+
 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 <typeinfo>
+
 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 <qgslogger.h>
 
+#include <cstring>
+
 #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 <qgslogger.h>
 
+#include <cstring>
+
 #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 <cstdlib>
+
 
 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 <cstdlib>
+
 
 QgsPostGisBox3d::QgsPostGisBox3d( std::string box3d )
 {

Attachment: 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

Reply via email to