[Insight-users] intmax_t typedef issue with ITKSNAP (same issue as with SOViewer)
Juan Cardelino
juan.cardelino at gmail.com
Fri May 14 13:58:16 EDT 2010
I'm experiencing the same problem mentioned in this message:
http://www.itk.org/pipermail/insight-users/2010-February/035133.html
with gcc 4.4.3, ubuntu 64bits, and ITK and itksnap from cvs repository
(latest version at the moment of writing).
The solution was the same for me, commenting out 4 lines regarding the
definition of the types.
lines 140 and 141
//typedef ::intmax_t intmax_t;
//typedef ::uintmax_t uintmax_t;
lines 113 and 114
//typedef ::int64_t int64_t;
//typedef ::uint64_t uint64_t;
Already posted on the bug tracker also.
Regards,
Juan
More information about the Insight-users
mailing list