|
From: Tim R. <timr@u.washington.edu> - 2002-11-01 21:44:50
|
Hrmph. My fault. I changed the btk_vector output code to be more readable. Apparently I used a bit of C++ that's *too* standard for g++ 2.96 (it compiles fine with g++ 3). I'll look into it. In the meantime, just comment out the offending lines in btk_vector's ostream operator. The differences are cosmetic. -tim Chris Saunders wrote: > Y'all, > g++ 2.96 gives all the junk I pasted below. I briefly tried to debug but > figured anyone who made recent changes can spot the problem much faster. > > -c > > ---------------------------------------------------------------------- > SYSTEM SETUP > CXX=g++ @ tao [i686] > CXXFLAGS=-g -g -Wall -Wno-sign-compare -DVERBOSE > BTKLIB=libbtk.a > ---------------------------------------------------------------------- > g++ -g -g -Wall -Wno-sign-compare -DVERBOSE -c -o .pdb_reader.o > pdb_reader.cpp > In file included from linear_algebra.h:33, > from atoms.h:27, > from pdb_reader.h:51, > from pdb_reader.cpp:23: > btk_vector.h: In function `ostream &BTK::operator<< (ostream &, const > BTK::BTKPoint &)': > btk_vector.h:58: `::ios_base' undeclared (first use here) > btk_vector.h:58: parse error before `::' > btk_vector.h:62: `::scientific' undeclared (first use here) > btk_vector.h:62: `::left' undeclared (first use here) > btk_vector.h:68: `old_streamopts' undeclared (first use this function) > btk_vector.h:68: (Each undeclared identifier is reported only once for > each function it appears in.) > btk_vector.h: In function `ostream &BTK::operator<< (ostream &, const > BTKVector &)': > btk_vector.h:118: parse error before `::' > make: *** [.pdb_reader.o] Error 1 > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: See the NEW Palm > Tungsten T handheld. Power & Color in a compact size! > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en > _______________________________________________ > Btk-developers mailing list > Btk...@li... > https://lists.sourceforge.net/lists/listinfo/btk-developers |