--
You received this message because you are subscribed to the Google Groups "Python Ogre Developers" group.
To post to this group, send email to python-ogre...@googlegroups.com.
To unsubscribe from this group, send email to python-ogre-devel...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/python-ogre-developers?hl=en.
To unsubscribe from this group, send email to python-ogre-devel...@googlegroups.com.
PythonOgreConfig_posix.py:
#PATH_CEGUI = os.path.join(BASE_DIR, 'CEGUI-0.6.2' )
PATH_CEGUI = os.path.join(BASE_DIR, 'CEGUI-0.7.1' )
first problem is in ../../../../Samples/Common/CEGUIRenderer/include/
OgreCEGUIRenderer.h:191: error: conflicting return type specified for
‘virtual CEGUI::Texture* CEGUI::OgreCEGUIRenderer::createTexture()’
the same function in the base class returns CEGUI::Texture& instead of
CEGUI::Texture*
is there a way to tell BuildModule.py not to extract from the ogre tar
file. Any changes I make just get overwritten. And I don't want to
play with the archive until all the corrections have been made.
On Dec 12 2009, 4:45 am, Flavio Calva <f.ca...@gmail.com> wrote:
> Hello, I'm trying to build Python-Ogre under Ubuntu 9.10, but I encounter
> some problems.
>
> The first one is in retrieving Cg (step 2), as you can see in the attached
> file log1.out (anyway I can manually downlad it and go on).
>
> In particular, this is an excerpt from log.out (some messages are in
> Italian, but I think that significant ones are in English so it shouldn't be
> a problem; anyway if it's a problem I can manually translate them).
>
<snip>
Am Dienstag, den 05.01.2010, 13:56 +0100 schrieb AnimusMontus
<animus...@gmail.com>:
> is there a way to tell BuildModule.py not to extract from the ogre tar
> file.
search for "class ogre(pymodule)" in environment.py, a few lines below is
a line "elif isLinux()" and there you will find a list of build commands.
If you add '#'-signs in front of each line you do *not* want to execute, it
should work.
Regards,
Enrico
> I searched past messages and saw that is a well-known problem for 64 bit
> systems. I'm going to investigate this direction. Thanks again!
(BUMP)
hi all
Trying to get this working for a future project at work and im seeing
the same issue on my 64bit kubuntu system (9.10, karmic). It looks too
trivial to be a 64bit issue (i mean its just a font that cant be
located or?) so if its such a well known issue then is anyone able to
explain it a little bit? The font is part of the OgreCore.zip and
environment.cfg is pointing correctly to the package but for some
reason its just not getting registered.
unfortunately it is not that simple, as something in Ogre goes heavily
wrong.
I tried with recent SVN and Ogre 1.6.4 building everything from scratch
yesterday and some demos work now. I have some minor errors (see
previous email).
Can somebody make a 64Bit windows build?
I started again from scratch last night and then realised that by
following the python-ogre wiki instructions for linux i get ois-1.0-0
downloaded which does not build at all using the buildscripts (I cant
post the error because i didnt write it down). Recalling that I had
previous started with the regular ogre3d compilation instructions i
note that in that one im directed to download ois-1.2-0 which when
used in the python-ogre instructions does compile using build scripts.
However im now stuck at something else:
ImportError: /home/benny/dev/root/usr/lib/python2.6/site-packages/ogre/
renderer/OGRE/_ogre_.so: undefined symbol: _ZN4Ogre9UTFString4nposE
Although im guessing that ive done something else wrong this
time...starting over :)
loving my own ignorance right now
I started again from scratch last night and then realised that by
following the python-ogre wiki instructions for linux i get ois-1.0-0
downloaded which does not build at all using the buildscripts (I cant
post the error because i didnt write it down). Recalling that I had
previous started with the regular ogre3d compilation instructions i
note that in that one im directed to download ois-1.2-0 which when
used in the python-ogre instructions does compile using build scripts.
However im now stuck at something else:
ImportError: /home/benny/dev/root/usr/lib/python2.6/site-packages/ogre/
renderer/OGRE/_ogre_.so: undefined symbol: _ZN4Ogre9UTFString4nposE
Although im guessing that ive done something else wrong this
time...starting over :)
loving my own ignorance right now
On Feb 15, 6:27 am, Enrico Zschemisch <enr...@vicampus.com> wrote:
import ogre.renderer.OGRE as ogreI built from svn earlier today.
File "/usr/lib64/python2.6/site-packages/ogre/renderer/OGRE/__init__.py", line 10, in <module>
from _ogre_ import *
ImportError: /usr/lib64/python2.6/site-packages/ogre/renderer/OGRE/_ogre_.so: undefined symbol: _ZN4Ogre24VisibleObjectsBoundsInfo28mergeNonRenderedButInFrustumERKNS_14AxisAlignedBoxERKNS_6SphereEPKNS_6CameraE