[Insight-users] Wrapping ITK in OSX 10.6

Brad King brad.king at kitware.com
Thu May 6 11:09:52 EDT 2010


Lassi Paavolainen wrote:
> Here is output of make VERBOSE=1:

Great, thanks.

> [  0%] Generating wrap_vcl_complex.xml
> cd /Users/bxd/BioImageXD/wrapITK-svn/Libraries/VXLNumerics &&
> /Users/bxd/BioImageXD/CableSwig-ITK-3.18.0/bin/gccxml
> -fxml-start=_cable_
> -fxml=/Users/bxd/BioImageXD/wrapITK-svn/Libraries/VXLNumerics/wrap_vcl_complex.xml
> --gccxml-gcc-options
> /Users/bxd/BioImageXD/wrapITK-svn/Libraries/VXLNumerics/gcc_xml.inc
> -DCSWIG -DCABLE_CONFIGURATION -DITK_MANUAL_INSTANTIATION
> /Users/bxd/BioImageXD/wrapITK-svn/Libraries/VXLNumerics/wrap_vcl_complex.cxx
> 
> In file included from <built-in>:0:
> <built-in>:0: internal compiler error: Bus error

Let's get the preprocessed output of that rule so I can try reproducing
the error locally.  Please enter these commands:

 $ cd /Users/bxd/BioImageXD/wrapITK-svn/Libraries/VXLNumerics
 $ /Users/bxd/BioImageXD/CableSwig-ITK-3.18.0/bin/gccxml -E \
    -DCSWIG -DCABLE_CONFIGURATION -DITK_MANUAL_INSTANTIATION \
    --gccxml-gcc-options gcc_xml.inc \
    wrap_vcl_complex.cxx > wrap_vcl_complex.cpp

Then send me "wrap_vcl_complex.cpp".

Thanks,
-Brad


More information about the Insight-users mailing list