Re: Anyone had any success compiling Voodoo Tracker, Funk Tracker Gold, soundtracker, xsoundtrack?

1999-06-20 Thread Frankie
Stephen Pitts wrote:

 On Fri, Jun 18, 1999 at 02:16:35AM +0100, Frankie wrote:
  cos I haven't. I have got debian's latest gtk libraries etc, but each of
  these trackers refusers to compile for some reason or another. I just
  want to know if anyone has got any of these to work with debian (or for
  that matter any other linux)...

 Be more specific. What error messages? Do you have the libgtk1.2-dev
 stuff installed as well?

yes.

As far as I know I am using the latest version of the programs... (well when I 
tried them all originally a month ago)

In my original post I was loath to ask for specific compiling or package 
advice, as this being a list more to do with debian than a generic linux 
question. But anyway, here are the errrors...

Any suggestions?

1.
-
$ cd soundtracker-0.1.4
$ ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for sed... /bin/sed
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version = 1.2.0... yes
checking for gnome-config... /usr/bin/gnome-config
checking for Gnome compile flags... ok
checking for audiofile-config... /usr/bin/audiofile-config
checking for AUDIOFILE - version = 0.1.5... no
*** Could not run AUDIOFILE test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means AUDIOFILE was incorrectly 
installed
*** or that you have moved AUDIOFILE since it was installed. In the latter 
case, you
*** may want to edit the audiofile-config script: /usr/bin/audiofile-config
configure: error: Cannot find AUDIOFILE: Is audiofile-config in path?


$ locate audiofile-config
/usr/bin/audiofile-config
/usr/man/man1/audiofile-config.1.gz
$ ls -l /usr/bin/audiofile*
-rwxr-xr-x   1 root root 1029 Mar 12 23:30 /usr/bin/audiofile-config

[installed are libaudiofile0 and libaudiofile-dev packages from slink - neither 
the slink nor the potato packages work.]
--
2.

make[3]: Leaving directory `/home/frankie/src/VoodooTracker-0.2.0/app/mixers'
make[2]: *** No rule to make target `/usr/include/libgnome/gnome-dl.h', needed 
by `gui.o'.  Stop.
make[2]: Leaving directory `/home/frankie/src/VoodooTracker-0.2.0/app'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/frankie/src/VoodooTracker-0.2.0'
make: *** [all-recursive-am] Error 2


I can probably fix this one...or wait for a new version.
--
3.

$ make
make all-recursive
make[1]: Entering directory `/home/frankie/src/kt-0.4.4'
Making all in src
make[2]: Entering directory `/home/frankie/src/kt-0.4.4/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -I/usr/lib/glib/include  
-g -c ktspinbutton.c
ktspinbutton.c: In function `kt_spin_button_insert_text':
ktspinbutton.c:1177: warning: passing arg 1 of `strchr' from incompatible 
pointer type
ktspinbutton.c:1178: warning: passing arg 1 of `strchr' from incompatible 
pointer type
ktspinbutton.c:1183: warning: passing arg 1 of `strchr' from incompatible 
pointer type
ktspinbutton.c:1183: invalid operands to binary -
make[2]: *** [ktspinbutton.o] Error 1
make[2]: Leaving directory `/home/frankie/src/kt-0.4.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/frankie/src/kt-0.4.4'
make: *** [all-recursive-am] Error 2

urm
-
4.
$ cd Xsoundtrack-0.0.6
$ make
choose something to do :
make with-asm
  build the program with a mixer routine in assembler (requires nasm)
make with-asm-precompiled
  build with the mix_asm.o given in the distribution
  (you don't have nasm but you want the assembler mixer)
make without-asm
  if you want the C version of the mixer
$ make without-asm
(cd interface; make without-asm)
make[1]: Entering directory `/home/frankie/src/Xsoundtrack-0.0.6/interface'
(cd ../player; make -f Makefile.noasm)
make[2]: Entering directory `/home/frankie/src/Xsoundtrack-0.0.6/player'
make[2]: `player.a' is up to date.
make[2]: Leaving directory `/home/frankie/src/Xsoundtrack-0.0.6/player'
gcc -o xsoundtrack main.o screen.o interface.o sub_interface.o 
keyboard_definition.o file_selector.o instrument.o 

Anyone had any success compiling Voodoo Tracker, Funk Tracker Gold, soundtracker, xsoundtrack?

1999-06-18 Thread Frankie
cos I haven't. I have got debian's latest gtk libraries etc, but each of
these trackers refusers to compile for some reason or another. I just
want to know if anyone has got any of these to work with debian (or for
that matter any other linux)...


frankie


PS has anyone got round to packaging up an mp3 encoder? cos last time I looked 
there wasn't one, and cdgrab needs one, and obviously it would be nice to have 
a virtual package of mp3-encoder so you can choose your favourite on 
sound/speed.

http://www.skunkpussy.freeserve.co.uk - Drum'n'Bass music, samples and links.

ICQ://25576761


begin:vcard 
n:;Frankie
x-mozilla-html:TRUE
adr:;;
version:2.1
email;internet:[EMAIL PROTECTED]
note:Trainee Linux Guru
x-mozilla-cpt:;0
fn:Frankie
end:vcard


smime.p7s
Description: S/MIME Cryptographic Signature


Re: Anyone had any success compiling Voodoo Tracker, Funk Tracker Gold, soundtracker, xsoundtrack?

1999-06-18 Thread Stephen Pitts
On Fri, Jun 18, 1999 at 02:16:35AM +0100, Frankie wrote:
 cos I haven't. I have got debian's latest gtk libraries etc, but each of
 these trackers refusers to compile for some reason or another. I just
 want to know if anyone has got any of these to work with debian (or for
 that matter any other linux)...

Be more specific. What error messages? Do you have the libgtk1.2-dev 
stuff installed as well?
 
 
 frankie
 
 
 PS has anyone got round to packaging up an mp3 encoder? cos last time I 
 looked there wasn't one, and cdgrab needs one, and obviously it would be nice 
 to have a virtual package of mp3-encoder so you can choose your favourite on 
 sound/speed.

AFAIK, some. like BladeEnc, don't provide source code, so they can't go 
in the main distribution.
-- 
Stephen Pitts
[EMAIL PROTECTED]
webmaster - http://www.mschess.org