[GCC-XML] Mac OSX, gccxml, and the -framework option

Brad King brad.king at kitware.com
Mon Jul 31 10:46:56 EDT 2006


Shane Holloway (IEEE) wrote:
> I'm trying to use gccxml to examine Mac OSX frameworks, but the
> -framework option does not seem to exist in gccxml.
> 
> gccxml_cc1plus: error: unrecognized option `-framework'
> 
> 
> Would anybody have a direction to point me in to enable framework
> processing for gccxml?  Or is there another tool that will help me work
> around framework inclusion?

GCC-XML is built on the GNU release of GCC 3.3 and therefore does not
have any of the framework code added by the Apple version.  You'll have
to manually add the appropriate -I flags to point at the include
directories inside the frameworks you want.

-Brad



More information about the gccxml mailing list