QUOTE(Tuna @ May 13 2004, 09:44 AM)
the tarball from musepack.org contains an allready compiled version of the plugin. when you issue a make it wont do anything because it is allready there. try:
CODE
$ make clean
$ make
and you should get your own compiled version. (you may need the esound headers)
Hi. this is what I get:
[root@amd64 turbo]# cd /home/turbo/Documents/xmms-musepack-0.99
[root@amd64 xmms-musepack-0.99]# make clean
rm -f *.o xmms-musepack-`echo 0.99`.so
[root@amd64 xmms-musepack-0.99]# make
gcc -s -DVERSION=\"0.99\" -Wall -shared -O3 -march=pentium --fast-math -DPOSIX -D_REENTRANT -DREENTRANT -I.. -DMPP_ENCODER `xmms-config --cflags --libs` `gtk-config --cflags --libs` -o xmms-musepack-`echo 0.99`.so in_mpc.c bitstream.c huffsv46.c huffsv7.c requant.c synth_filter.c mpc_dec.c equalizer.c equal.c tags.c 2>&1 | grep -v '/usr/'
/bin/sh: line 1: gtk-config: command not found
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
[root@amd64 xmms-musepack-0.99]#