[Insight-developers] Error when compiling ITK on MinGW plateform
Thomas Feuvrier
thomas.feuvrier at c-s.cnes.fr
Tue Oct 23 04:02:58 EDT 2007
Hello
When I generated ITK on my MinGW plateform, there's a compilation error
on Utilities/itkjpeg modul. For example, boolean type is undefined, ...
To testing, I am trying to find a solution and I have modify the
"jconfig.h.in" file as line 24 as follow :
/* #if defined (_WIN32) && !defined(__CYGWIN__) */
#if defined (_WIN32) && !(defined(__CYGWIN__) || defined(__MINGW32__))
and it solved my problem !!
Best Regards,
Thomas
More information about the Insight-developers
mailing list