gspeakers install

Status
Not open for further replies.
Hi,

I think you have forget to untar the archive or go to spice directory.

Here are all the steps.

go into the directory where you've downloaded spice3f5sfix.tar.gz (cd directory_name)

i will assume it is spice here

and run to following

cd spice
tar xvzf spice3f5sfix.tar.gz
cd spice3f5sfix
./util/build linux

let me know how it goes.

--stephan

ps: if you can't go to the right directory

add this three commands and start again from cd spice

wget http://www.ibiblio.org/pub/Linux/apps/spice3f5sfix.tar.gz
mkdir spice
cp spice3f5sfix.tar.gz spice/
 
Well, it was some work, also for the machine😀 Never seen in term. something lasting that long. Think i have spice now, saw btw errors coming along. Can i check if i have spice?

These are the few last lines in terminal: (post all will diyaudio's site allmost explode!)I saved the whole in an editer forpossible referral

-----------------------
make[3]: *** [multidec.o] Error 1
make[3]: Target `recursive' not remade because of errors.
make[3]: Leaving directory `/home/jw/Desktop/spice3f5sfix/obj/bin'
Done with spice3f5sfix/src
make[2]: Leaving directory `/home/jw/Desktop/spice3f5sfix/obj'
Done with spice3f5sfix
make[1]: Leaving directory `/home/jw/Desktop/spice3f5sfix'
Done with build at wo okt 10 19:32:02 CEST 2007
jw@Pentium1800:~/Desktop/spice3f5sfix$




The wget didn't work, he could not find package (even after he found site)
 
Hi again,

Compiling spice seems to need more than just libtermcap.

There is an easier way. I've tried it on my machine and it seems to be ok: gpeakers launched successfully and it could have a curve.

You need to install these packages if you don't have them already

libxml2-dev
libgtkmm-2.4-dev
automake1.7
gnucap

then download gspeakers

tar xvzf gspeakers-0.11.tar.gz
cd gspeakers-0.11
./configure
make
sudo make install
and then

gspeakers to run it.

Let me know if you have any problem with this.

--stephan
 
Thank you for helping me on the way Stephan, it's allmost done i guess.
First i checked in synaptic and added libgtkmm-2.4-dev and automake1.7, rest i had allready.

With gspeakers install he missed some other applications:

--------------------------------------------
jw@Pentium1800:~$ cd /home/jw/Desktop/gspeakers-0.11
jw@Pentium1800:~/Desktop/gspeakers-0.11$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output... configure: error: C++ compiler cannot create executables
See `config.log' for more details.
jw@Pentium1800:~/Desktop/gspeakers-0.11$
-------------------------------------------

Btw i copied-pasted gspeakers-0.11 from desktop, and removed the ¨, and enter. This is the way i learned here: http://monkeyblog.org/ubuntu/installing/

C++ misses, and i think all the 'no' answered items are from spice, but not sure.
 
Hi,

You can get the precompiled package here : http://rastafazz.googlepages.com/

then do

tar xvzf gspeakers-0.11_compiled.tar.gz
cd gspeakers-0.11
cd src
./gspeakers &

before this you need to have

libgtkmm-2.4 and gnucap.


--------------------------------------------

to compile yourself you need to install g++ package (and the ones i've mentionned in the previous post (post 7))

i've tried on a fresh installed machine.

--stephan
 
Status
Not open for further replies.