[Fresco-devel] small patch for iso c++ header
Warren Turkal <[email protected]>
| Newsgroups | gmane.comp.video.fresco.devel |
|---|---|
| Message-ID | <[email protected]> |
This patch fixes a compile time warning from g++ 3.2 about using non-standard c++ headers. How does one get cvs write access. I would like to clean all of these non-standard header warnings that I am getting. Oh, also I get the following error during compile time when building if I disable SDL in the configure: make[1]: Leaving directory `/home/wt/src/fresco/Fresco/BUILD_DIR/GGI' make: *** No rule to make target `SDL/Makefile', needed by `SDL'. Stop. Warren -- Treasurer, GOLUM, Inc. http://www.golum.org
to_c++.diff
(text/x-diff, 331 B)
diff -u -3 -p -r1.12 Char.hh --- Babylon/include/Babylon/Char.hh 31 May 2002 23:42:11 -0000 1.12 +++ Babylon/include/Babylon/Char.hh 28 Jan 2003 05:17:05 -0000 @@ -24,7 +24,7 @@ #include <Babylon/defs.hh> #include <Babylon/Dictionary.hh> -#include <streambuf.h> +#include <streambuf> #include <iostream> #include <iomanip>