On 3/13/07, Fran=E7ois du Vignaud <fra...@ya...> wrote:
> Hi all,
>
> First of all congratulations for your great work! The possibility to brow=
se C++ code using at this level python api is really amazing !
> I'm considering to use it to expose automatically an existing open source=
library (QuantLib) to Excel (and later to Python). To do this I need to pa=
rse header files and generates the corresponding stub code. Unfortunately g=
ccxml fails to parse code when I include the following boost header file:
> boost/iterator/reverse_iterator.hpp
> Have you ever encountered any difficulties parsing boost headers ?
gccxml is built on top of gcc 3.3 I think. It is not able to parse all
boost header files as is. Sometimes it needs small help.
Can you post the error message?
Also I saw few updates of gccxml to MSVC 8.0. May be this could help.
I suggest you to try CVS version of GCC-XML. If it works - fine, if
not I am sure we
will find work around.
--=20
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
|