Discussion:
[GCC-XML] Problem running gccxml in macosx
Rodrigo Varas
2013-05-07 16:52:03 UTC
Permalink
Hi,
I install gccxml both in Windows and Macosx.
On Windows i'm able to run it against a set of headers that use the std
library like <vector> <map> headers.

On MacOsx running the tool fails by displaying an error on the file
"limits.h".

Any known issue about this problem in macosx?
Normal headers pass ok but when you include for example <string> it fails.

Do I need to tweak the standard config files to run?

Thanks in advance.
Rodrigo.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.gccxml.org/pipermail/gccxml/attachments/20130507/29c3b004/attachment.htm>
Brad King
2013-05-07 17:09:10 UTC
Permalink
On MacOsx running the tool fails by displaying an error on the file "limits.h".
Any known issue about this problem in macosx?
It is expected to work when using "--gccxml-compiler g++" and
a GNU compiler installed. There is discussion here:

https://github.com/gccxml/gccxml/pull/3

about Clang support but it is not yet working.

-Brad
Rodrigo Varas
2013-05-07 17:19:57 UTC
Permalink
Thanks Brad, that little trick make the tool run against my C++ headers.
Post by Rodrigo Varas
Post by Rodrigo Varas
On MacOsx running the tool fails by displaying an error on the file
"limits.h".
Post by Rodrigo Varas
Any known issue about this problem in macosx?
It is expected to work when using "--gccxml-compiler g++" and
https://github.com/gccxml/gccxml/pull/3
about Clang support but it is not yet working.
-Brad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.gccxml.org/pipermail/gccxml/attachments/20130507/6396658e/attachment.htm>
Loading...