[gnome-db] c++ bindings 0.2.xx with gcc 3
- From: Gonzalo Paniagua Javier <gonzalo gnome-db org>
- To: Gnome-db list <gnome-db-list gnome org>
- Subject: [gnome-db] c++ bindings 0.2.xx with gcc 3
- Date: Wed, 10 Apr 2002 00:59:58 +0200
As Antonio Corbi pointed out, there is an easy way to solve the
problem when compiling c++ bindings with gcc 3.
May be this little patch solves it. Anyone volunteer to test it?
Index: gdaIncludes.h
===================================================================
RCS file: /cvs/gnome/libgda/bindings/c++/gdaIncludes.h,v
retrieving revision 1.5.4.5
diff -u -r1.5.4.5 gdaIncludes.h
--- gdaIncludes.h 2001/12/11 20:20:55 1.5.4.5
+++ gdaIncludes.h 2002/04/09 22:56:40
@@ -51,4 +51,6 @@
#include "gdaRecordset.h"
#include "gdaValue.h"
+using std::string;
+
#endif // __gda_bindings_cpp_gdaIncludesH
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]