cgicc-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cgicc-help] Compiling cgicc with gcc 4.3 requires the following changes


From: Luciano Orsini
Subject: [Cgicc-help] Compiling cgicc with gcc 4.3 requires the following changes to source code
Date: Thu, 15 Apr 2010 16:20:42 +0200
User-agent: Microsoft-Entourage/13.4.0.100208

diff -rup cgicc-3.2.3/cgicc/HTMLElement.cpp cgicc-3.2.3.new/cgicc/HTMLElement.cpp
--- cgicc-3.2.3/cgicc/HTMLElement.cpp    2004-06-30 06:27:27.000000000 +0200
+++ cgicc-3.2.3.new/cgicc/HTMLElement.cpp    2009-08-26 11:20:10.000000000 +0200
@@ -24,6 +24,7 @@
 #  pragma implementation
 #endif
 
+#include <string.h>
 #include <new>
 
 #include "cgicc/HTMLElement.h"
diff -rup cgicc-3.2.3/demo/dns.cpp cgicc-3.2.3.new/demo/dns.cpp
--- cgicc-3.2.3/demo/dns.cpp    2004-06-30 06:27:28.000000000 +0200
+++ cgicc-3.2.3.new/demo/dns.cpp    2009-08-26 11:22:23.000000000 +0200
@@ -27,7 +27,7 @@
  * allows users to lookup the IP address corresponding to a hostname,
  * or vice-versa.
  */
-
+#include <string.h>
 #include <cstdlib>
 #include <new>
 #include <vector>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]