Nigel Henry wrote:
On Friday 18 April 2008 12:56, Dave Phillips wrote:
> Greetings,
>
> After setting SOUNDTOUCH_CFLAGS and SOUNDTOUCH_LIBS I finally got the
> build started. Alas, it fails here:
> [snip]
>
Hi Dave. I got make throwing in the towel at the exact
same place as you, with
the same errors. This is on Debian Etch.
Soundtouch was already installed via apt-get (no doubt due to some other app I
have installed that had it as a dep). Libs for OGRE, and CEGUI were available
from Debian repos, so I installed them. OIS I installed from the tarball, as
it wasn't available from the repos. The first run of ./configure complained
about missing OSC support, so I set CFLAGS, and LIBS for libtool, as
suggested on an earlier post. Then ./configure complained about OGRE, so I
added CFLAGS, and LIBS for OGRE, then ./configure complained about CEGUI.
You can see where this is going can't you. Lastly ./configure complains about
CEGUIOGRE, so I add CFLAGS, and LIBS for that. Run ./configure again, and now
no problems, and it shows OIS as "yes". So now I run "make",
expecting it to
run to completion, but it lunches out where yours did.
The only other thing I see when running make, is a few lines that say:
g++: /usr/include/ : linker input file unused because linking not done
Perhaps that has nothing to do with make throwing in the towel though.
Sorry for no help with the make problem, but just a confirm that it shows on
Debian Etch also.
Hi Nigel,
I managed to build and install it on 64 Studio, without Vorbis support
(the fix requires vorbisfile, iirc). I've run it a few times, a it's a
pretty cool program. I've also suggested to the author that he might
want to improve the source package. :)
Best,
dp