<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hi, Everyone</DIV>
<DIV> </DIV>
<DIV>I just downloaded the source of ITK 4.0 official release, and generated the build tree using</DIV>
<DIV>CMAKE v2.8.6 for visual studio 2010 x64. Everything is OK so far but when I build the solution in Visual Studio I got a bunch of fatal errors (c1017: invalid integer constant expression). It seems that all those errors are caused by line 11 ( #if CMAKE_SIZEOF_VOID_P == 8 ) in file NrrdConfigure.h. Following are the portion of code around line 11:</DIV>
<DIV> </DIV>
<DIV>#define CMAKE_SIZEOF_VOID_P <BR>#if !defined(__APPLE__)<BR> #if CMAKE_SIZEOF_VOID_P == 8<BR> #define TEEM_32BIT 0<BR> #else<BR> #define TEEM_32BIT 1<BR> #endif<BR>#elif defined(__LP64__) && __LP64__<BR> #define TEEM_32BIT 0<BR>#else<BR> #define TEEM_32BIT 1<BR>#endif<BR></DIV>
<DIV> </DIV>
<DIV>Does anyone know how to solve this problem? </DIV>
<DIV> </DIV>
<DIV>Thanks a lot!</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV><FONT color=#00407f size=2>Di Lai, Ph.D</FONT></DIV>
<DIV><FONT color=#00407f size=2>Senior Image Analysis Scientist</FONT></DIV>
<DIV><FONT color=#00407f size=2>Omnyx, LLC. ( A GE Healthcare and UPMC company)</FONT></DIV>
<DIV><FONT color=#00407f size=2>(o) 412-894-2066</FONT></DIV>
<DIV><FONT color=#00407f size=2>(c) 585-738-0357</FONT></DIV>
<DIV><FONT color=#00407f size=2><A href="mailto:dilai_2000@yahoo.com" rel=nofollow target=_blank>dilai_2000@yahoo.com</A></FONT></DIV>
<DIV><FONT size=2></FONT> </DIV></td></tr></table>