Re: [pygccxml-development] Unexpected headers files in generated code
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2006-05-23 14:48:25
|
On 5/23/06, Allen Bierbaum <al...@vr...> wrote: > I am seeing some unexpected and undesirable system headers showing up in > my generated bindings. For example, with one library I am seeing these > includes in the generated .cpp files. > > #include "/usr/include/c++/4.0.2/ext/mt_allocator.h" > #include "/usr/include/c++/4.0.2/bits/stl_construct.h" > > Any idea why this would be happening? Is anyone else seeing these proble= ms? > > If it matters, I am generating bindings on Fedora Core 4 with gccxml 0.7.= 0. May be you export something from those headers? If not it seems to me that the right place to set break point is module_builder.module_builder_t.__filter_by_location function. I tested indexing suite on Windows only, this evening I will test it on Linux too. May be I will find some bug. > Thanks, > Allen --=20 Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |