On Thursday 13 March 2003 18:08, John Levon wrote: > On Thu, Mar 13, 2003 at 06:07:17PM +0000, Jos? Matos wrote: > > g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I../boost -isystem > > /usr/X11R6/include -g -O2 -fno-rtti -fno-exceptions -c lastfiles.C > > lastfiles.C:29: `ostream_iterator' not declared > > perhaps you need to add > > using namespace std; > > somewhere ?
Nope, that is there. What looks like is that the header file where it is defined is not included. > (adding it to config.h is probably a good way of working around nay > other cases) > > john -- José Abílio