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

Charl P. Botha c . p . botha at ewi . tudelft . nl
25 Nov 2003 17:56:22 +0100


--=-X8n0pTTEdQ1uL8YsCs1+
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Howdy Brad,

On Tue, 2003-11-25 at 17:10, Brad King wrote:
> 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.

Almost there, it's now breaking on undeclared std::fill (error log
attached).  I played around with this one in the algorithm header
wrapper, but once again to no avail.  The problem is I don't quite
understand how the wrappers work. :)

I hope that this is the last one...

Thanks,
Charl

-- 
charl p. botha http://cpbotha . net/ http://visualisation . tudelft . nl/


--=-X8n0pTTEdQ1uL8YsCs1+
Content-Disposition: attachment; filename=itk-buildError20031125-1754.txt
Content-Type: text/plain; name=itk-buildError20031125-1754.txt; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Building wrap_IOBase.xml from  /home/cpbotha/DoNotBackup/build/Insight-gcc/Wrapping/CSwig/IO/wrap_IOBase.xml...
In file included from /home/cpbotha/DoNotBackup/build/Insight/Code/IO/itkImageIOBase.h:23,
                 from /home/cpbotha/DoNotBackup/build/Insight/Code/IO/itkRawImageIO.h:21,
                 from /home/cpbotha/DoNotBackup/build/Insight/Wrapping/CSwig/IO/wrap_IOBase.cxx:17:
/home/cpbotha/DoNotBackup/build/Insight/Code/IO/itkImageIORegion.h: In 
   constructor `itk::ImageIORegion::ImageIORegion(unsigned int)':
/home/cpbotha/DoNotBackup/build/Insight/Code/IO/itkImageIORegion.h:87: `fill' 
   undeclared in namespace `std'
/home/cpbotha/DoNotBackup/build/Insight/Code/IO/itkImageIORegion.h:88: `fill' 
   undeclared in namespace `std'
/home/cpbotha/DoNotBackup/build/Insight/Code/IO/itkImageIORegion.h: In 
   constructor `itk::ImageIORegion::ImageIORegion()':
/home/cpbotha/DoNotBackup/build/Insight/Code/IO/itkImageIORegion.h:98: `fill' 
   undeclared in namespace `std'
/home/cpbotha/DoNotBackup/build/Insight/Code/IO/itkImageIORegion.h:99: `fill' 
   undeclared in namespace `std'
/home/cpbotha/DoNotBackup/build/Insight/Code/IO/itkImageIORegion.h: In function 
   `ostream& itk::operator<<(ostream&, const itk::ImageIORegion&)':
/home/cpbotha/DoNotBackup/build/Insight/Code/IO/itkImageIORegion.h:208: `endl' 
   undeclared in namespace `std'
/home/cpbotha/DoNotBackup/build/Insight/Code/IO/itkImageIORegion.h:215: `endl' 
   undeclared in namespace `std'
/home/cpbotha/DoNotBackup/build/Insight/Code/IO/itkImageIORegion.h:222: `endl' 
   undeclared in namespace `std'
In file included from /home/cpbotha/DoNotBackup/build/Insight/Utilities/MetaIO/metaObject.h:7,
                 from /home/cpbotha/DoNotBackup/build/Insight/Code/IO/itkMetaImageIO.h:26,
                 from /home/cpbotha/DoNotBackup/build/Insight/Wrapping/CSwig/IO/wrap_IOBase.cxx:20:
/home/cpbotha/DoNotBackup/build/Insight/Utilities/MetaIO/metaUtils.h: In 
   function `MET_ValueEnumType MET_GetPixelType(const std::type_info&)':
/home/cpbotha/DoNotBackup/build/Insight/Utilities/MetaIO/metaUtils.h:219: `endl'
   undeclared in namespace `std'
make[5]: *** [/home/cpbotha/DoNotBackup/build/Insight-gcc/Wrapping/CSwig/IO/wrap_IOBase.xml] Error 33
make[4]: *** [default_target] Error 2
make[3]: *** [default_target_IO] Error 2
make[2]: *** [default_target] Error 2
make[1]: *** [default_target_Wrapping_CSwig] Error 2
make: *** [default_target] Error 2

--=-X8n0pTTEdQ1uL8YsCs1+--