[Insight-users] Re: CVS ITK WrapITK swigrun.xml gccxml_cc1plus too many filenames given OSX 10.5

Brad King brad.king at kitware.com
Thu Nov 1 12:56:04 EDT 2007


Dan White wrote:
> Hi All,
> 
> Now on OSX 10.5 
> ITK CVS from today
> 
> i still get this gccxml_cc1plus too many filenames given error
> 
> I ran the offending command with the --debug flag and got the below.
> 
> Hope that helps figure it out?
> 
> I filed a bug report for gccxml (0005993)
> <http://www.itk.org/Bug/view.php?id=5993>, but maybe its a bug in WrapITK?

The following flags appear in the --debug output:

  "-I/System/Library/Frameworks"
  "(framework"
  "directory)"
  "-I/Library/Frameworks"
  "(framework"
  "directory)"

This is definately the cause of the problem.  We need to find the source
of these flags.  What is the output if you run with --print instead of
--debug?

-Brad


More information about the Insight-users mailing list