<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 4/5/2012 5:08 AM, <a class="moz-txt-link-abbreviated" href="mailto:insight-users-request@itk.org">insight-users-request@itk.org</a> wrote:
    <blockquote
      cite="mid:mailman.7927.1333595287.4107.insight-users@itk.org"
      type="cite">
      <pre wrap="">[Insight-users] Visual Studio 10 hanging because of size of
        the        project
To: <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:insight-users@itk.org">insight-users@itk.org</a>, ITK <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:insight-developers@itk.org">&lt;insight-developers@itk.org&gt;</a>
Message-ID:
        <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:CALzTN-Rtu=cZsS16WMEch+Hfpd6g8A0hFgKgfTEcJy2JNEaiPw@mail.gmail.com">&lt;CALzTN-Rtu=cZsS16WMEch+Hfpd6g8A0hFgKgfTEcJy2JNEaiPw@mail.gmail.com&gt;</a>
Content-Type: text/plain; charset=ISO-8859-1

Hi,

If you had trouble building ITKv4 on Visual Studio 10 with
BUILD_EXAMPLES ON and BUILD_TESTING ON, please try this patch and let
us know your experiences:

  <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://review.source.kitware.com/#/c/4912/1">http://review.source.kitware.com/#/c/4912/1</a>

If you are not familiar with Git, the steps would be to first install MSysGit:

  <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://code.google.com/p/msysgit/downloads/list">http://code.google.com/p/msysgit/downloads/list</a>

Then, from the MSys Git Bash terminal:

  git clone <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://itk.org/ITK.git">http://itk.org/ITK.git</a>
  cd ITK
  git fetch <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://review.source.kitware.com/p/ITK">http://review.source.kitware.com/p/ITK</a>
refs/changes/12/4912/2 &amp;&amp; git checkout FETCH_HEAD -b
vsHeaderTestRelease

Then configure with CMake, build, ...

Thanks,
Matt</pre>
    </blockquote>
    Just tried to build but failed with following error<br>
    T:/svnitk/binBuild/Wrapping/Generators/GccXML/gccxml/share/gccxml-0.9/Vc10/Include/vector:82:
    error: '__noop' was not declared in this scope<br>
    C:\Program Files
    (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5):
    error MSB6006: "cmd.exe" exited with code 1.<br>
    <br>
    tried to build MinSizeRel x64 on VS2010sp1 prof.<font color="black"><font
        size="1"><br>
        <br>
        martin<br>
      </font></font>
  </body>
</html>