Guanglei Cui wrote:
GARCommand.C: In member function `virtual boolean GARCommand::doIt(CommandInterface*)': GARCommand.C:53: `strstream' undeclared (first use this function) GARCommand.C:53: (Each undeclared identifier is reported only once for each function it appears in.)
You have at least three options here 1)Have a look at http://gcc.gnu.org/onlinedocs/libstdc++/27_io/howto.html#5 and fix the code 2)Use an older g++ (2.95.x???) 3)try with the libtool branch from cvs This is fixed there (but I would not suggest this, and perhaps the branch is in a broken status) Regards, Marco Morandini
