[GCC-XML] MinGW gccxml-0.6.0
Andrew McDonald
andrew.mcdonald at tasler.de
Mon May 30 10:02:38 EDT 2005
Hi,
I was able to build gccxml_cc1plus.
It ran the example ok.
(http://public.kitware.com/GCC_XML/HTML/example1in.html)
but when I try a cpp file like this
_______________________________________
#include "hello.h"
#include <stdio.h>
void Hello::Print()
{
printf("Hello, World!\n");
}
_______________________________________
I get ....
hello.cpp:2:19: no include path in which to find stdio.h
void Hello::Print()
hello.cpp:6: error: `printf' undeclared (first use this function)
when I include the path to the header I get lots of errors.
there was a previous email with the same problem
http://public.kitware.com/pipermail/gccxml/2004-March/000388.html
but no resolution.
Unfortunately the --print option is unrecognizeable for both the
gccxml_cc1plus I built and the one from the windows installer.
Does it have something to do with the gcc used by gcc_xml can't manage the
windows '\' ?
regards,
Andrew
More information about the gccxml
mailing list