[Insight-users] ITK on Power4
Kai Li
likai at cs.uoregon.edu
Mon Nov 1 17:09:29 EST 2004
Hi,
I tried to install ITK-1.8.1 in our Power4 server and it failed because
of this code segment:
In itkDynamicLoader.h
{
...
#else if defined(__powerpc)
namespace itk
{
typedef ConnectionID LibHandle;
}//end namespace itk
...
}
It seemed that the problem was caused by the undefined type
"ConnectionID".
Then I commented this code segment and it compiles successfully. So I'm
wondering if this commenting would cause any potential problems.
Another question is how to build 64-bit ITK in Power4 architectures.
Thanks,
Kai
More information about the Insight-users
mailing list