Comment 0 for bug 1060

Revision history for this message
Stephan RĂ¼gamer (sruegamer) wrote :

Included a CXX patch for CLN to build properly

diff -ur cln-1.1.9.orig/include/cln/string.h cln-1.1.9.orig.patched/include/cln/string.h
--- cln-1.1.9.orig/include/cln/string.h 2004-06-23 23:04:49.000000000 +0200
+++ cln-1.1.9.orig.patched/include/cln/string.h 2005-06-16 23:53:12.752105080 +0200
@@ -9,7 +9,7 @@
 #include <cstring>

 namespace cln {
-
+class cl_string;
 // General, reference counted and garbage collected strings.
 struct cl_heap_string : public cl_heap {
 private: