unable to build ogrenewt on Ubuntu 7.10

fpois

22-02-2008 15:21:10

Hi guys,

gone thru LinuxBuildV2 and it all went fine, until i tried to built ogrenewt, where I keep getting "Task Failed", so I'm wondering if someone here can help me..

this is my log.out, when I did "python python-ogre/BuildModule.py -b ogrenewt"
02-23 04:09 PythonOgre.BuildModule INFO Build Command patch -s -N -i ../../python-ogre/patch/ogrenewt.patch -p0
02-23 04:09 PythonOgre.BuildModule DEBUG Spawning 'patch -s -N -i ../../python-ogre/patch/ogrenewt.patch -p0' in '/home/bob/dev/ogreaddons/ogrenewt'
02-23 04:09 PythonOgre.BuildModule WARNING Task Failed
02-23 04:09 PythonOgre.BuildModule DEBUG Reversed (or previously applied) patch detected! Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file OgreNewt_Main/inc/OgreNewt.h.rej
Reversed (or previously applied) patch detected! Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file OgreNewt_Main/inc/OgreNewt_ContactCallback.h.rej

02-23 04:09 PythonOgre.BuildModule DEBUG
02-23 04:09 PythonOgre.BuildModule INFO Build Command rm -r ./OgreNewt_Main/inc/boost
02-23 04:09 PythonOgre.BuildModule DEBUG Spawning 'rm -r ./OgreNewt_Main/inc/boost' in '/home/bob/dev/ogreaddons/ogrenewt'
02-23 04:09 PythonOgre.BuildModule WARNING Task Failed
02-23 04:09 PythonOgre.BuildModule DEBUG
02-23 04:09 PythonOgre.BuildModule DEBUG rm: cannot remove `./OgreNewt_Main/inc/boost': No such file or directory

02-23 04:09 PythonOgre.BuildModule INFO Build Command scons prefix=/home/bob/dev/root/usr boost=/home/bob/dev/root/usr/include/boost-1_34_1 install
02-23 04:09 PythonOgre.BuildModule DEBUG Spawning 'scons prefix=/home/bob/dev/root/usr boost=/home/bob/dev/root/usr/include/boost-1_34_1 install' in '/home/bob/dev/ogreaddons/ogrenewt'
02-23 04:09 PythonOgre.BuildModule WARNING Task Failed
02-23 04:09 PythonOgre.BuildModule DEBUG scons: Reading SConscript files ...
Checking for C++ header file boost/bind.hpp... (cached) yes
Checking for C++ header file OGRE/Ogre.h... (cached) yes
scons: done reading SConscript files.
scons: Building targets ...
scons: building terminated because of errors.

02-23 04:09 PythonOgre.BuildModule DEBUG
scons: warning: Ignoring missing SConscript 'build/OgreNewt_Main/SConscript'
File "/home/bob/dev/ogreaddons/ogrenewt/SConstruct", line 56, in <module>
scons: *** Source `OgreNewt_Main/libOgreNewt.so' not found, needed by target `/home/bob/dev/root/usr/lib/libOgreNewt.so'. Stop.