<div class="gmail_quote">2008/6/26 Brad King &lt;<a href="mailto:brad.king@kitware.com">brad.king@kitware.com</a>&gt;:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="Ih2E3d">Pierre Raybaut wrote:<br>&gt; First, I have built CableSWIG-ITK (no error), and then I have tried to<br>&gt; build ITK with WrapITK enabled: during the process VS2005 crashes... and<br>&gt; when I start again the project generation, here is the log that I obtain<br>
&gt; (sorry: that is a french version of VS2005...).<br><br></div>In the build tree there should be an executable called &quot;gccxml.exe&quot;<br>(under bin/debug perhaps). &nbsp;This is the tool that is reporting an error.<br>
&nbsp;It is a patched GCC compiler that parses C++ code and dumps an xml<br>description of the interface (for use in wrapping in this case). &nbsp;Let&#39;s<br>create an isolated test case for this tool on your machine.<br><br>Try creating a file containing:<br>
<br>---------- test1.cxx --------------<br>#include &lt;string&gt;<br>-----------------------------------<br><br>Then run that gccxml by hand from a command prompt:<br><br>&nbsp;gccxml --gccxml-compiler msvc8 test1.cxx<br><br>
Then post the output.<br><br>Thanks,<br><font color="#888888">-Brad<br></font></blockquote></div>
<div><br>&nbsp;</div>
<div>&nbsp;</div>
<div>Ok, here is the output : *newlog.txt*.</div>
<div>And BTW, I didn&#39;t pay attention the first time, but when I&#39;m building CableSWIG-ITK, I get 1 error, see attached *cable-log.txt*.</div>
<div>&nbsp;</div>
<div>Thanks a lot for your help, I do&nbsp;really appreciate it.</div>
<div>Pierre</div>