Re: [pygccxml-development] Ogre Binding
Brought to you by:
mbaas,
roman_yakovenko
From: Lakin W. <lak...@gm...> - 2006-06-02 14:42:30
|
> > > 1. I still have the call_policy for const Matrix4 & problem, (see the > > > matrix4 scons log), even though there is code in generate_code.py that > > > should specify call_policies for all references and pointer return > > > types. > > > > > > 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. As a follow up: lakin@zedd:~/Desktop/OgrePython$ sudo find / -iname "ogre.h" /home/lakin/.local/include/OGRE/Ogre.h /home/lakin/Documents/non-backup/Software/Compile/ogrenew/OgreMain/include/Ogre.h lakin@zedd:~/Desktop/OgrePython$ There is only two copies of the ogre header file. One is from the build directory where I extracted the source. And the other is from the include directory where I installed ogre to. Lakin |