protux-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Protux-support] compiler exits at curve.o


From: Martin Herren
Subject: Re: [Protux-support] compiler exits at curve.o
Date: Thu, 06 Feb 2003 16:17:16 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1

Olaf Meltzer wrote:

Hello experts,

Hej,

I try to install protux on my linux-system (SuSE 8.0). First I compiled and installed libmustux-0.17.0. No problems so far.

After untaring protux-0.16.0.tar.gz in
/install I cd protux-0.16.0 and asked my system, please do
'make -f admin/Makefile.common'

you can't use protux-0.16.x with libmustux-0.17.x. As the 0.17.x serie is the development branch and isn't really usable right now, it would recomment you to stick with 0.16.x (for both libmustux and protux) for the moment.

Seems, he was so kind, since I got no errors.

No problem, as far as I could recognize, when i asked for

./configure

When I call
make

there is heavy action going on inside my machine, but unfortunatly not without claiming. I cite the last lines here, hopefully, somebody is kind enough to help me.

The machine ends:

Making all in filters
make[3]: Wechsel in das Verzeichnis Verzeichnis »/install/protux-0.16.0/src/filters«
source='Curve.cc' object='Curve.o' libtool=no \
depfile='.deps/Curve.Po' tmpdepfile='.deps/Curve.TPo' \
depmode=gcc /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -fno-exceptions -fno-check-new -c -o Curve.o `test -f Curve.cc || echo './'`Curve.cc
In file included from ../Slice.hh:50,
                from ../Track.hh:113,
                from ../Song.hh:269,
                from Curve.hh:63,
                from Curve.cc:10:
../Mixer.hh:88: `MAX_BUSES' undeclared in namespace `MustuxAudioDeviceMapper' ../Mixer.hh:89: `MAX_BUSES' undeclared in namespace `MustuxAudioDeviceMapper'
make[3]: *** [Curve.o] Fehler 1
make[3]: Verlassen des Verzeichnisses Verzeichnis »/install/protux-0.16.0/src/filters«
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis »/install/protux-0.16.0/src«
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis »/install/protux-0.16.0«
make: *** [all] Fehler 2
linux:/install/protux-0.16.0 #


that's normal as the 0.16.x and the 0.17.x versions are not compatible. Install libmustux 0.16.x and then protux 0.16.x and it should go fine.

You can test the test releases for 0.16.1, you'll find them at
ftp://ftp.on-the-web.ch/libmustux-0.16.0-mh2.tar.gz
ftp://ftp.on-the-web.ch/protux-0.16.0-mh1.tar.gz
These new versions don't require the 'make -f admin/Makefile.common' step. To build them it is just
$ ./configure
$ make
$ su -c 'make install'

Please report if they worked for you, so we'll know if they are ready to become 0.16.1 !
Thanks for testing and good luck.

/Martin






reply via email to

[Prev in Thread] Current Thread [Next in Thread]