Re: [pygccxml-development] Header path normalization and cross-platform code
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2009-04-23 18:36:37
|
On Thu, Apr 23, 2009 at 9:29 PM, Patrick Hartling <pat...@pr...> wrote: >> You also can replace both functions and submit the patch later :-) >> >> import pyplusplus >> >> def your_function( ..... ): >> <<< .... >>> >> >> pyplusplus.code_creators.module_t.replace_included_headers = <<<your >> function>>> > > > I will probably just proceed in this way for now. > > I haven't observed any > problems by changing > pyplusplus.code_creators.include_directories.include_directories_t.normalize() > so that it does nothing except return the reference it is passed, but I have > not tried the Py++ test suite to see if that change exposes bugs elsewhere. It is a little bit broken now. I am working on fixing it. -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |