Re: [pygccxml-development] Ogre Binding
Brought to you by:
mbaas,
roman_yakovenko
From: Lakin W. <lak...@gm...> - 2006-06-02 15:52:48
|
On 6/2/06, Roman Yakovenko <rom...@gm...> wrote: > On 6/2/06, Lakin Wecker <lak...@gm...> wrote: > > > Few comments on script: > > > 1. For some reason you prefer to use "multiple select" functions, why? > > > For example: > > > > > > ogre_ns.classes ('ColourValue').always_expose_using_scope = True > > > > This is due to my laziness, I knew that this syntax worked at some > > point, so I continued to use it. I will be attempting to clean up the > > script over the next few days. > > Okey, I wanted you to be aware of another option. Thanks. > > > > 2. There are some issues for compiling the > > > Sorry, can not reproduce. The generated file compiles fine for me. > > > May I guess? You are generating XML files from one Ogre header files, > > > but compile python bindings with another. Or may be you use different > > > compilation settings. > > > > > > Please put all environment variables into ogre_settings. > > > > For this one, are you referring to #1, #2, or both? I will go ahead > > and put all environment settings into ogre_settings. As for your > > first guess: I'm fairly certain that I am using the exact same > > headers for both steps. However, I will double check. > > Then I have another guess: may be your cache contains xml files generated from > old declarations? Aaaah ... this is much more likely .... I will check this right now. Lakin |