[Insight-users] ITK / WrapITK build problems (Windows XP, VS2005)

Pierre Raybaut contact at pythonxy.com
Fri Jun 27 03:41:32 EDT 2008


2008/6/26 Brad King <brad.king at kitware.com>:

> Pierre Raybaut wrote:
> > First, I have built CableSWIG-ITK (no error), and then I have tried to
> > build ITK with WrapITK enabled: during the process VS2005 crashes... and
> > when I start again the project generation, here is the log that I obtain
> > (sorry: that is a french version of VS2005...).
>
> In the build tree there should be an executable called "gccxml.exe"
> (under bin/debug perhaps).  This is the tool that is reporting an error.
>  It is a patched GCC compiler that parses C++ code and dumps an xml
> description of the interface (for use in wrapping in this case).  Let's
> create an isolated test case for this tool on your machine.
>
> Try creating a file containing:
>
> ---------- test1.cxx --------------
> #include <string>
> -----------------------------------
>
> Then run that gccxml by hand from a command prompt:
>
>  gccxml --gccxml-compiler msvc8 test1.cxx
>
> Then post the output.
>
> Thanks,
> -Brad
>



Ok, here is the output : *newlog.txt*.
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*.

Thanks a lot for your help, I do really appreciate it.
Pierre
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20080627/e5f3721a/attachment-0001.htm>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: cable-log.txt
URL: <http://www.itk.org/pipermail/insight-users/attachments/20080627/e5f3721a/attachment-0002.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: newlog.txt
URL: <http://www.itk.org/pipermail/insight-users/attachments/20080627/e5f3721a/attachment-0003.txt>


More information about the Insight-users mailing list