Message from discussion
Various errors compiling Python-Ogre from SVN source
X-BeenThere: python-ogre-developers@googlegroups.com
Received: by 10.101.154.37 with SMTP id g37ls427749ano.3.p; Mon, 04 Jan 2010
07:28:31 -0800 (PST)
Received: by 10.101.74.20 with SMTP id b20mr19490316anl.7.1262618910999;
Mon, 04 Jan 2010 07:28:30 -0800 (PST)
Received: by 10.101.74.20 with SMTP id b20mr19490314anl.7.1262618910978;
Mon, 04 Jan 2010 07:28:30 -0800 (PST)
Return-Path: <yuridenom...@gmail.com>
Received: from mail-gx0-f195.google.com (mail-gx0-f195.google.com [209.85.217.195])
by gmr-mx.google.com with ESMTP id 17si3267181gxk.12.2010.01.04.07.28.30;
Mon, 04 Jan 2010 07:28:30 -0800 (PST)
Received-SPF: pass (google.com: domain of yuridenom...@gmail.com designates 209.85.217.195 as permitted sender) client-ip=209.85.217.195;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of yuridenom...@gmail.com designates 209.85.217.195 as permitted sender) smtp.mail=yuridenom...@gmail.com
Received: by mail-gx0-f195.google.com with SMTP id 19so40941004gxk.9
for <python-ogre-developers@googlegroups.com>; Mon, 04 Jan 2010 07:28:30 -0800 (PST)
MIME-Version: 1.0
Received: by 10.151.60.2 with SMTP id n2mr1106625ybk.78.1262618910935; Mon, 04
Jan 2010 07:28:30 -0800 (PST)
Date: Mon, 4 Jan 2010 07:28:30 -0800 (PST)
In-Reply-To: <93f65a55-d483-4ec6-b67b-07256fc375b1@c34g2000yqn.googlegroups.com>
X-IP: 201.75.20.15
References: <77ca4464-2aa3-42dd-b718-f3d676ad6d04@m26g2000yqb.googlegroups.com>
<a46d6fe3-5d40-4b87-8a1f-72f25657b9c4@b2g2000yqi.googlegroups.com>
<8e617cb9-b17a-432e-8c4c-c1be549fc25f@s31g2000yqs.googlegroups.com>
<127b6f62-298b-4f8e-895c-1beb5df75aa7@s31g2000yqs.googlegroups.com>
<ab72e0c2-062a-455a-82a1-ab343b583504@o28g2000yqh.googlegroups.com>
<3ec55cef1001031501v53f86d42s8bfc730f289d11c@mail.gmail.com>
<812aafc7-3de1-4adf-b750-2915a5099a26@k19g2000yqc.googlegroups.com>
<e64a2ccc-a5fb-4361-926c-5eeadcf1ef47@m25g2000yqc.googlegroups.com>
<f5dd6680-9cda-4369-aa8b-f2dca0e653e6@k17g2000yqh.googlegroups.com>
<3ec55cef1001040101w4fc5b09pcdfc6cb256bd1...@mail.gmail.com>
<5d6c3db6-9f92-40c4-a7a0-6ec2663eb...@d20g2000yqh.googlegroups.com>
<93f65a55-d483-4ec6-b67b-07256fc37...@c34g2000yqn.googlegroups.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Opera/9.80 (X11; Linux i686; U; pt-BR) Presto/2.2.15
Version/10.10,gzip(gfe),gzip(gfe)
Message-ID: <000c6023-08f3-4269-924c-9abed6120...@j24g2000yqa.googlegroups.com>
Subject: Re: Various errors compiling Python-Ogre from SVN source
From: Yuri <yuridenom...@gmail.com>
To: Python Ogre Developers <python-ogre-developers@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Ok, I discovered about ogrebulletc and ogrebulletd. I generated and
compiled them, but the demos aren't running, with this error:
ImportError: /home/yuri/development/python-ogre/packages_2.6/ogre/
physics/OgreBulletD/_ogrebulletd_.so: undefined symbol:
_ZN25btSimulationIslandManagerC1Ev
On 4 jan, 11:12, Yuri <yuridenom...@gmail.com> wrote:
> It kinda worked. It only can't find ogrebullet. But it may be a thing
> that is not ready, am I right?
> Anyway, bullet alone is more than sufficient for my work. Thank you
> very much for your help and your time.
>
> On 4 jan, 10:50, Yuri <yuridenom...@gmail.com> wrote:
>
>
>
> > Thank you very much! As far as I can tell, it is compiling. When it
> > finish, I will post here to thank you again.