<div class="gmail_quote">2008/6/26 Brad King <<a href="mailto:brad.king@kitware.com">brad.king@kitware.com</a>>:<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>> First, I have built CableSWIG-ITK (no error), and then I have tried to<br>> build ITK with WrapITK enabled: during the process VS2005 crashes... and<br>> when I start again the project generation, here is the log that I obtain<br>
> (sorry: that is a french version of VS2005...).<br><br></div>In the build tree there should be an executable called "gccxml.exe"<br>(under bin/debug perhaps). This is the tool that is reporting an error.<br>
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). Let'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 <string><br>-----------------------------------<br><br>Then run that gccxml by hand from a command prompt:<br><br> 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> </div>
<div> </div>
<div>Ok, here is the output : *newlog.txt*.</div>
<div>And BTW, I didn't pay attention the first time, but when I'm building CableSWIG-ITK, I get 1 error, see attached *cable-log.txt*.</div>
<div> </div>
<div>Thanks a lot for your help, I do really appreciate it.</div>
<div>Pierre</div>