Hi I&#39;t trying to parse relatevely simple file with py++ (pyplusplus_gui):<br><br>here is header file:<br><br>#pragma once<br>#include &lt;boost/python.hpp&gt;<br>typedef boost::python::object pyobject;<br>pyobject gaussian_diffs(pyobject imarray, double sigma);<br>
<br>It fails with plenty of errors: <br><br>Error occured during code generation process!<br>Error:<br>Error occured while running GCC-XML: In file included from /usr/include/boost/type_traits/composite_traits.hpp:17,<br>
                 from /usr/include/boost/function/function_base.hpp:24,<br>                 from /usr/include/boost/function/detail/prologue.hpp:17,<br>                 from /usr/include/boost/function/function_template.hpp:13,<br>
                 from /usr/include/boost/function/detail/maybe_include.hpp:13,<br>                 from /usr/include/boost/function/function0.hpp:11,<br>                 from /usr/include/boost/python/errors.hpp:13,<br>                 from /usr/include/boost/python/handle.hpp:11,<br>
                 from /usr/include/boost/python/args_fwd.hpp:10,<br>                 from /usr/include/boost/python/args.hpp:10,<br>                 from /usr/include/boost/python.hpp:11,<br>                 from /home/borsh/workspace/pyitk/gaussian_diffs.hxx:2:<br>
and much more.<br><br>Is this excpected behaviour or should I try to update something? I&#39;m using <br><span class="f2">gccxml-cvs 20081124<br></span><span class="f2">pygccxml 1.0.0<br>py++ 1.0.0<br>boost 1.37. <br><br>
Thanks, Boris. <br></span>