Kornel Benko wrote: > -----BEGIN PGP SIGNED MESSAGE----- > > On Freitag, 28. Februar 2003 14:35, Alfredo Braunstein wrote: >> Try adding #include <config.h> to the top of format.h. > > Next error: > > g++ -DHAVE_CONFIG_H -I. -I. -I. -I../boost -I/usr/include > -I/usr/X11R6/include -ftemplate-depth-50 -fno-exceptions -W -Wall > -Winline -c -o format.o `test -f 'format.C' || echo './'`format.C cc1plus: > warning: changing search order for system directory "/usr/include" > cc1plus: warning: as it has already been specified as a non-system > directory format.C: In member function `void Formats::sort()': > format.C:132: `cout' undeclared (first use this function) > format.C:132: (Each undeclared identifier is reported only once for each > function it appears in.) > format.C:132: `endl' undeclared (first use this function) > format.C: In member function `bool Formats::view(const Buffer*, const > std::string&, const std::string&) const': > format.C:162: no class template named `io' in `boost' > format.C:162: `format' undeclared in namespace `boost' > ... >
My fault, I'll prepare a patch to solve all these. Sorry, Alfredo
