[Insight-users] ITK current CVS build error (CableSwig/Python wrapping)

Brad King brad . king at kitware . com
Tue, 25 Nov 2003 11:10:02 -0500 (EST)


On 25 Nov 2003, Charl P. Botha wrote:

> Almost... :)  I updated my checkout again, made clean, and started over.
> Now I'm seeing:
> /home/cpbotha/DoNotBackup/build/Insight/Code/Common/itkExceptionObject.h:124:
> `ostream' undeclared in namespace `std' (complete error log attached)

I've committed another fix.  For some dumb reason I was trying to move the
ostream declaration from std:: to :: instead of from :: to std:: in the
sstream header wrapper.

-Brad