are there any plans to support Ogre 1.7 (svn trunk)?
Why are the build scripts still using Ogre 1.6.1 and not 1.6.4?
Am Freitag, den 23.10.2009, 04:24 +0200 schrieb Andy Miller
<nzmi...@gmail.com>:
> The missing symbol error possibly means you are getting the wrong ogre
> library -- ie it compiled OK which means this function existed in the
> library you compiled against however it might be loading (at run time)
and
> older or just different ogre .so
Mhm, okay. I will check later at home.
I got another error on a Red Hat 5 machine when generating Ogre wrapper
code:
10-23 11:43 PythonOgre.BuildModule DEBUG INFO Parsing xml file
"/tmp/po/python-ogre/code_generators/cache/ogre_1.6.1_cache.xml" ...
INFO GCCXML version - 0.9( 1.128 )
Traceback (most recent call last):
File "generate_code.py", line 1639, in <module>
generate_code()
File "generate_code.py", line 1451, in generate_code
common_utils.AutoExclude ( mb, MAIN_NAMESPACE )
File "../common_utils/__init__.py", line 554, in AutoExclude
Remove_Static_Consts ( main_ns )
File "../common_utils/__init__.py", line 615, in Remove_Static_Consts
if checker( var ):
File "../common_utils/var_checker.py", line 29, in __call__
varline = self.source[declaration.location.line-1]
TypeError: 'NoneType' object is unsubscriptable
Thanks,
Enrico
Am Samstag, den 24.10.2009, 02:39 +0200 schrieb Andy Miller
<nzmi...@gmail.com>:
> I intentionally don't touch the Linux or Mac
> configurations until I get a chance to do an entire build -- rather have
> things using older libraries and 'working' than braking it completely..
ah, okay. Then I dont understand why you require boost 1.40 when it does
not build with the current build script...
I will come back with a patch later when I have made a complete build...
Regards,
Enrico