[Live-devel] live.com build fix for gcc 3.3x
Goetz Waschk
waschk at informatik.uni-rostock.de
Thu Feb 19 12:49:35 PST 2004
Am Do 19 Feb 2004 03:13:21 GMT schrieb Ross Finlayson:
> >here's a small build fix from my Mandrake rpm package of live.com.
> For some reason your file (email attachment) got corrupted during
> transit. Could you please repost it as a text file?
OK, attached.
> (Note, though, that we won't be making any changes to the code that stops
> it from continuing to compile with gcc 2.x.)
Then maybe you'll have to add some #ifdef stuff around it.
CU
--
What difference does it make to the dead, the orphans and the
homeless, whether the mad destruction is wrought under the name of
totalitarianism or the holy name of liberty or democracy?
Mahatma Gandhi (1869 - 1948), "Non-Violence in Peace and War"
-------------- next part --------------
--- ./groupsock/NetInterface.cpp~ 2003-06-07 12:17:51.000000000 +0200
+++ ./groupsock/NetInterface.cpp 2003-06-13 10:17:22.000000000 +0200
@@ -24,7 +24,7 @@
#if defined(__WIN32__) || defined(_WIN32)
#include <strstrea.h>
#else
-#include <strstream.h>
+#include <strstream>
#endif
////////// NetInterface //////////
--- ./groupsock/Groupsock.cpp~ 2003-06-07 12:17:51.000000000 +0200
+++ ./groupsock/Groupsock.cpp 2003-06-13 10:16:58.000000000 +0200
@@ -26,7 +26,7 @@
#if defined(__WIN32__) || defined(_WIN32)
#include <strstrea.h>
#else
-#include <strstream.h>
+#include <strstream>
#endif
#include <stdio.h>
More information about the live-devel
mailing list