Re: [pygccxml-development] A way to turn off indexing suite?
Brought to you by:
mbaas,
roman_yakovenko
From: Allen B. <al...@vr...> - 2006-06-22 20:20:17
|
Roman Yakovenko wrote: >On 6/22/06, Allen Bierbaum <al...@vr...> wrote: > > >>Is there a way to disable the new code that automagically generated >>indexing suite wrappers? >> >> > >I just committed some changes that allow this. > >mb.build_code_creator( ..., enable_indexing_suite=False ) > > > >>It has broken all my modules where I used to >>do this manually and the generated code says it can't compile anyway. >> >> > >If I understand you right, the manual code that you added worked okay, but >code generated by py++ is not? What do you mean "It has broken all my >modules where I used to do this manually"? May be you find a bug? Do >you care to explain? > > The combination of code generated manually and automatically now tries to register the same class twice which makes boost.python assert. Also the generated code has a comment that says it should not compile. This worries me because it does compile. But for now since the old manual code works I would rather just keep using it until I have time to learn how to use the indexing suite support in pypp. -Allen >Thanks > > > |