On Fri, Dec 5, 2008 at 5:01 PM, Marcus Lindblom <[EMAIL PROTECTED]> wrote:
> How does gccxml work in compiler-work-alike mode?

I am not sure what you mean by this. GCC-XML doesn't tries to emulate
other compilers. The configuration is used to find system and C++
header files.

> I've built with VS9, and am going to compile the wrappers with VS9, so I
> suppose I have to tell gccxml and the code to behave like that, with defines
> and all? (Or should that happen automatically?)

In your case, it doesn't really matter. Just select the compiler
GCCXML supports better. I think this is one of Visual Studio 2003 or
2005.

> Namely, I get some compile errors from gccxml on code that VS9 accepted, so
> I'm trying to figure out how to approach the problem, before going into
> specifics.

The bottom line - you will have to change the code. GCCXML defines
__GCCXML__ define. (http://gccxml.org/HTML/Running.html ). So you can
introduce the changes for this compiler only.

HTH

-- 
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to