Another build failure on Ubuntu Linux 9.10

17 views
Skip to first unread message

fusion44

unread,
Mar 28, 2010, 7:07:46 AM3/28/10
to Python Ogre Developers
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

Andy Miller

unread,
Mar 31, 2010, 5:10:57 AM3/31/10
to python-ogre-developers
Can't get to the log as there is a server error accessing pastebin.ca...

Are you using the SVN trunk of the specific rev as per the current wiki instructions?

If you are using the trunk you could do an update and try again as I have done some cleanup on for Ogre 1.7 building on Linux..


--
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.


fusion44

unread,
Mar 31, 2010, 1:55:53 PM3/31/10
to Python Ogre Developers
hi,

I have used the instructions from the wiki, but I'll try trunk
instead.

On 31 Mrz., 11:10, Andy Miller <nzmill...@gmail.com> wrote:
> Can't get to the log as there is a server error accessing pastebin.ca...
>
> Are you using the SVN trunk of the specific rev as per the current wiki
> instructions?
>
> If you are using the trunk you could do an update and try again as I have
> done some cleanup on for Ogre 1.7 building on Linux..
>

> On 28 March 2010 19:07, fusion44 <some.fus...@gmail.com> wrote:
>
>
>
> > 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
>
> > --
> > 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<python-ogre-developers% 2Bunsu...@googlegroups.com>

fusion44

unread,
Apr 2, 2010, 3:59:49 AM4/2/10
to Python Ogre Developers
Its the same problem, pyplusplus doesn't get installed correctly. In
environment.py the in the pyplusplus module there's an error.
Actually it installs pygccxml twice :). At line 362 it says:
[0, _sudo + " python setup.py install " , os.path.join(os.getcwd(),
"pygccxml") ],

but should propably be

[0, _sudo + " python setup.py install " , os.path.join(os.getcwd(),
"pyplusplus") ].

Thanks!

Andy Miller

unread,
Apr 2, 2010, 4:27:51 AM4/2/10
to python-ogre-developers
Indeed you are correct -- looks like a cut and paste problem when I did the last cleanup of environment.py...

Thanks for finding this and fixing it in the trunk now...

Andy


Thanks!

--
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.
Reply all
Reply to author
Forward
0 new messages