Message from discussion
Another build failure on Ubuntu Linux 9.10
X-BeenThere: python-ogre-developers@googlegroups.com
Received: by 10.224.38.138 with SMTP id b10ls5113165qae.4.p; Sun, 28 Mar 2010
18:07:59 -0700 (PDT)
Received: by 10.224.41.138 with SMTP id o10mr545835qae.12.1269824879655;
Sun, 28 Mar 2010 18:07:59 -0700 (PDT)
Received: by 10.220.165.85 with SMTP id h21mr879969vcy.12.1269774467046;
Sun, 28 Mar 2010 04:07:47 -0700 (PDT)
Received: by 10.220.165.85 with SMTP id h21mr879968vcy.12.1269774466987;
Sun, 28 Mar 2010 04:07:46 -0700 (PDT)
Return-Path: <some.fus...@gmail.com>
Received: from mail-gw0-f63.google.com (mail-gw0-f63.google.com [74.125.83.63])
by gmr-mx.google.com with ESMTP id 29si7379186vws.2.2010.03.28.04.07.46;
Sun, 28 Mar 2010 04:07:46 -0700 (PDT)
Received-SPF: pass (google.com: domain of some.fus...@gmail.com designates 74.125.83.63 as permitted sender) client-ip=74.125.83.63;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of some.fus...@gmail.com designates 74.125.83.63 as permitted sender) smtp.mail=some.fus...@gmail.com
Received: by mail-gw0-f63.google.com with SMTP id a20so5111483gwa.18
for <python-ogre-developers@googlegroups.com>; Sun, 28 Mar 2010 04:07:46 -0700 (PDT)
MIME-Version: 1.0
Received: by x12g2000yqx.googlegroups.com with HTTP; Sun, 28 Mar 2010 04:07:46
-0700 (PDT)
Date: Sun, 28 Mar 2010 04:07:46 -0700 (PDT)
X-IP: 91.40.92.104
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/533.3
(KHTML, like Gecko) Chrome/5.0.360.0 Safari/533.3,gzip(gfe)
Received: by 10.150.194.14 with SMTP id r14mr222202ybf.63.1269774466877; Sun,
28 Mar 2010 04:07:46 -0700 (PDT)
Message-ID: <b0f48754-e231-4ca1-9cde-a72a0e0c4444@x12g2000yqx.googlegroups.com>
Subject: Another build failure on Ubuntu Linux 9.10
From: fusion44 <some.fus...@gmail.com>
To: Python Ogre Developers <python-ogre-developers@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Hi,
I'm currently trying to build Python-Ogre on Ubuntu. Everything works
well until I try to generate the wraper code. It looks like py++ was
not correctly installed since I can't import the package from a
script. http://pastebin.ca/1854502. When I noticed this I took a look
at the log.out file from Step3 building the support libraries, but I
can't find anything in it that would point me to the install failure:
http://pastebin.ca/1854500.
Thanks