|
From: Chris S. <ctsa@u.washington.edu> - 2002-11-01 19:35:34
|
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
|