<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hi, Everyone</DIV>
<DIV>&nbsp;</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.&nbsp; 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 ( &nbsp;#if CMAKE_SIZEOF_VOID_P == 8 )&nbsp;in&nbsp; file NrrdConfigure.h. Following are the portion of code around line 11:</DIV>
<DIV>&nbsp;</DIV>
<DIV>#define CMAKE_SIZEOF_VOID_P <BR>#if !defined(__APPLE__)<BR>&nbsp;#if CMAKE_SIZEOF_VOID_P == 8<BR>&nbsp;&nbsp; #define TEEM_32BIT 0<BR>&nbsp;#else<BR>&nbsp;&nbsp; #define TEEM_32BIT 1<BR>&nbsp;#endif<BR>#elif defined(__LP64__) &amp;&amp; __LP64__<BR>&nbsp;#define TEEM_32BIT 0<BR>#else<BR>&nbsp;#define TEEM_32BIT 1<BR>#endif<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>Does anyone know how to solve this problem?&nbsp; </DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks a lot!</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</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>&nbsp;</DIV></td></tr></table>