[GCC-XML] pygccxml.declarations.matcher.declaration_not_found_t: Unable to find declaration
Roman Yakovenko
roman.yakovenko at gmail.com
Tue Mar 23 02:53:05 EDT 2010
On Tue, Mar 23, 2010 at 8:36 AM, Vishal Bayskar
<vishal.bayskar at nechclst.in> wrote:
> Hi,
>
> Please point me where I am doing mistake or missing something.
You can help yourself by carefully reading error messages:
> pygccxml.declarations.matcher.declaration_not_found_t: Unable to find
> declaration. matcher: [(decl type==free_function_t) and (name==area)]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You don't have free function with name "area". "area" is a member function.
--
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
More information about the gccxml
mailing list