Re: [pygccxml-development] Re: Suggested debug output
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2006-05-23 14:52:18
|
On 5/22/06, Roman Yakovenko <rom...@gm...> wrote: > On 5/22/06, Allen Bierbaum <al...@vr...> wrote: > > I don't have the code anymore, I removed it once I found the bug. I > > think you could probably just add some output in the normalize_path > > method (I think I remembered the name correctly). > > I will do this in a few days. I completely forgot that this is already implemented, but has been disabled= . If you take a look on code_creators.instruction_t class, than you will see silent property. By default it is True. This means, that include_directories_t code creator, will not write into generated files additional include directories. I think, that this was a mistake, and may be I should turn it to false, by default. > -- > Roman Yakovenko > C++ Python language binding > http://www.language-binding.net/ > --=20 Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |