|
From: | Federico Montesino Pouzols |
Subject: | Re: [ cplusplus-bug 594505 ] endl undefined/gcc3.1.1/freebsd4.6 |
Date: | Tue, 13 Aug 2002 22:13:44 +0200 (CEST) |
Hi and thanks again! It is also fixed at savannah. ----------------------------------------------------- Hello. I just downloaded the latest cvs sources of commoncpp2. After gmake -f Makefile.cvs & configure & gmake the compilation stops in mempager.cpp due to undefined endl. Reason: "using namespace std" missing. (This may happen because gcc3.1.1+stdlib++v3 uses namespaces while gcc2.95+stdlib++v2 doesn't under freebsd4.6.) Fix: Add "using std::endl" or "using namespace std" in mempager.cpp.
[Prev in Thread] | Current Thread | [Next in Thread] |