SOURCES: codeblocks-gcc-4.1.patch (NEW) - namespace and structure...
czarny
czarny at pld-linux.org
Sat Jul 29 11:37:17 CEST 2006
Author: czarny Date: Sat Jul 29 09:37:17 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- namespace and structure declaration to make it build od gcc >= 4.1.1
- taken from codeblocks bugtrack
---- Files affected:
SOURCES:
codeblocks-gcc-4.1.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/codeblocks-gcc-4.1.patch
diff -u /dev/null SOURCES/codeblocks-gcc-4.1.patch:1.1
--- /dev/null Sat Jul 29 11:37:17 2006
+++ SOURCES/codeblocks-gcc-4.1.patch Sat Jul 29 11:37:12 2006
@@ -0,0 +1,12 @@
+--- src/sdk/scripting/bindings/scriptbindings.cpp.orig 2006-07-09 13:54:49.000000000 +0200
++++ src/sdk/scripting/bindings/scriptbindings.cpp 2006-07-09 13:55:13.000000000 +0200
+@@ -13,6 +13,9 @@
+ #include <globals.h>
+ #endif
+
++class SQVM;
++namespace SqPlus { void Push(SQVM*, const wxArrayString&); }
++
+ #include "scriptbindings.h"
+ #include <cbexception.h>
+ #include "sc_base_types.h"
================================================================
More information about the pld-cvs-commit
mailing list