-
File Added: patch.txt.
2006-12-08 10:44:30 UTC in C++ Compiler Compiler (CppCC)
-
Good news... I can compile it now!!! Here's the last patch:
--- vbitset.cc 2002-05-01 23:18:37.000000000 +0200
+++ vbitset.cc.new 2006-12-04 17:05:23.000000000 +0100
@@ -43,7 +43,7 @@
#include "vbitset.hh"
// dont ask...
-allocator vBitset_base::M_alloc =
+template allocator vBitset_base::M_alloc =.
2006-12-04 16:41:18 UTC in C++ Compiler Compiler (CppCC)
-
First problem: [SOLVED]
[...]
basic_dfa_generator.cc: In member function `BasicDfaSpec& BasicDfaGenerator::createBasicDfa(const LexicalStateSpec&)':
basic_dfa_generator.cc:245: error: array bound forbidden after parenthesized type-id
basic_dfa_generator.cc:245: note: try removing the parentheses around the type-id
Solution:
--- src/basic_dfa_generator.cc 2002-05-27 04:58:12.000000000...
2006-11-27 10:43:06 UTC in C++ Compiler Compiler (CppCC)