[Insight-developers] Sun build

Bill Hoffman bill.hoffman@kitware.com
Mon, 04 Dec 2000 14:22:34 -0500


Hi all,

I have fixed the sun build problem that caused syntax error in stdio.h.
(itkIteratorTest still fails, different problem).   
The problem with stdio.h on solaris provides a good lesson for programing
with namespaces.   The problem was caused by a #include inside the 
itk namespace in itkMutexLock.h.   This caused several system types to
be put into the itk namespace, and not into the global namespace where
they should be.

-Bill