Problem installing guitarix 'zita-convolver.h' not found

What other apps and distros do you use to round out your studio?

Moderators: MattKingUSA, khz

nostaw
Established Member
Posts: 10
Joined: Mon Apr 19, 2010 11:33 am

Problem installing guitarix 'zita-convolver.h' not found

Post by nostaw »

Hey there,

I'm having trouble installing guitarix. Here is what the terminal says:

Code: Select all

Checking for program g++,c++             : ok /usr/bin/g++ 
Checking for program cpp                 : ok /usr/bin/cpp 
Checking for program ar                  : ok /usr/bin/ar 
Checking for program ranlib              : ok /usr/bin/ranlib 
Checking for g++                         : ok  
Checking for jack <= 1.8.0               : ok 
Checking for sndfile >= 1.0.17           : ok 
Checking for gtk+-2.0 >= 2.12.0          : ok 
Checking for gthread-2.0 >= 2.10         : ok 
Checking for sigc++-2.0                  : ok 
Checking for header zita-convolver.h     : [color=#FF0000]not found[/color] 
 error: the configuration failed (see '/home/josh/guitarix-0.07.1/build/config.log')
I'm running ubuntu 9.10 with real-time kernel.
Does anyone know where to get, and how to install 'zita-convolver.h'?
Sorry, I'm new to linux, but have a good understanding of it already. I'm a long time computer user/programmer for windows systems. After testing out ubuntu, I quit using windows ever again! ;)

Thanks...
brummer

Re: Problem installing guitarix 'zita-convolver.h' not found

Post by brummer »

Hi nostaw

and welcome. :)

zita-convolver.h is part af the zita-convolver libary by Fons Adriaensen, you could found it here:
http://www.kokkinizita.net/linuxaudio/index.html
I guess you could also install it over synaptic, but I don't know exactly for ubuntu 9.10

Anyway, you could install guitarix comfortable over philip's ppa, by add it to your source list in synaptic.
The easiest way to install this PPA is through Synaptic.
Open it in System->Administration->Synaptic

Go to Settings->Repositories.
On the 2nd tab, "Other Software" add the PPA code (one of the displayed before)

Then click on the big "Reload" button.
"PPA code"

Code: Select all

ppa:philip5/extra
nostaw
Established Member
Posts: 10
Joined: Mon Apr 19, 2010 11:33 am

Re: Problem installing guitarix 'zita-convolver.h' not found

Post by nostaw »

Hi brummer

You are a legend! Thanks for your help. I'm adding it now. I'll let you know how it goes.
Thanks bro!
nostaw
Established Member
Posts: 10
Joined: Mon Apr 19, 2010 11:33 am

Re: Problem installing guitarix 'zita-convolver.h' not found

Post by nostaw »

Hey brummer,

Nah, it didn't work. I get the same message as above... I'm guessing it's either something to do with ubuntu or my hardware?
Thanks anyway.

I wish there was an install file from guitarix. I just want to have it up and running instantly with no messing around ETC... I've been witnessing alot of programs that won't work on Linux since i started using it 2 weeks ago... Even 'stop motion' wont capture from my web cam...

But thanks for the support brummer... I appreciate it. :)
brummer

Re: Problem installing guitarix 'zita-convolver.h' not found

Post by brummer »

I didn't mean add the repository to your synaptic and compile guitarix again, normaly, after a update in synaptic, you could simple install guitarix with synaptic, no need to build it from source.
Search your synaptic for guitarix :)

greats brummer
User avatar
raboof
Established Member
Posts: 1865
Joined: Tue Apr 08, 2008 11:58 am
Location: Deventer, NL
Has thanked: 52 times
Been thanked: 80 times
Contact:

Re: Problem installing guitarix 'zita-convolver.h' not found

Post by raboof »

nostaw wrote:Does anyone know where to get, and how to install 'zita-convolver.h'? Sorry, I'm new to linux, but have a good understanding of it already.
As said above, installing guitarix from a PPA package might be easier than building from source.

If you want to build from source, however, 'apt-file' is your friend for finding such required header files:

Code: Select all

arnouten@bird:~$ apt-file update
(...)
arnouten@bird:~$ apt-file search zita-convolver.h
libzita-convolver-dev: /usr/include/zita-convolver.h
This tells me, to get zita-convolver.h on my system, I have to install the 'libzita-convolver-dev' package.
nostaw
Established Member
Posts: 10
Joined: Mon Apr 19, 2010 11:33 am

Re: Problem installing guitarix 'zita-convolver.h' not found

Post by nostaw »

brummer wrote:I didn't mean add the repository to your synaptic and compile guitarix again, normaly, after a update in synaptic, you could simple install guitarix with synaptic, no need to build it from source.
Search your synaptic for guitarix :)

greats brummer

Hey brummer,
Ahhh.. Now I see what you mean. It's installed now. But when I try and run it nothing happens... (the program won't load.) Any suggestions?
nostaw
Established Member
Posts: 10
Joined: Mon Apr 19, 2010 11:33 am

Re: Problem installing guitarix 'zita-convolver.h' not found

Post by nostaw »

raboof wrote:
nostaw wrote:Does anyone know where to get, and how to install 'zita-convolver.h'? Sorry, I'm new to linux, but have a good understanding of it already.
As said above, installing guitarix from a PPA package might be easier than building from source.

If you want to build from source, however, 'apt-file' is your friend for finding such required header files:

Code: Select all

arnouten@bird:~$ apt-file update
(...)
arnouten@bird:~$ apt-file search zita-convolver.h
libzita-convolver-dev: /usr/include/zita-convolver.h
This tells me, to get zita-convolver.h on my system, I have to install the 'libzita-convolver-dev' package.
Hey raboof,
Thanks for the info. I'll give it a go.
Thanks dude!
brummer

Re: Problem installing guitarix 'zita-convolver.h' not found

Post by brummer »

when you open a terminal, and write guitarix and press enter, what did the terminal give as output ?
nostaw
Established Member
Posts: 10
Joined: Mon Apr 19, 2010 11:33 am

Re: Problem installing guitarix 'zita-convolver.h' not found

Post by nostaw »

brummer wrote:when you open a terminal, and write guitarix and press enter, what did the terminal give as output ?
It simply says: 'Illegal instruction'

But it is added to my audio/video directory for some reason? (But won't start up)
nostaw
Established Member
Posts: 10
Joined: Mon Apr 19, 2010 11:33 am

Re: Problem installing guitarix 'zita-convolver.h' not found

Post by nostaw »

Oh, I forgot to mention that i installed a version of guitarix from here:

http://ppa.launchpad.net/autostatic/ppa ... /guitarix/

I think that's why what you have suggested won't work???
How do I remove it so I can try your way?
brummer

Re: Problem installing guitarix 'zita-convolver.h' not found

Post by brummer »

nostaw wrote:http://ppa.launchpad.net/autostatic/ppa ... /guitarix/
use pillips ppa, like I suggested,
nostaw wrote:It simply says: 'Illegal instruction'
that means that the binary autostatic have build isn't compatible with you CPU.

use pillips ppa or build guitarix from sorce, that what I suggest.

greats brummer
Last edited by brummer on Mon Apr 19, 2010 5:53 pm, edited 1 time in total.
nostaw
Established Member
Posts: 10
Joined: Mon Apr 19, 2010 11:33 am

Re: Problem installing guitarix 'zita-convolver.h' not found

Post by nostaw »

my CPU is: AMD Sempron 2400+ (pc i'm using now))

I have a Laptop that is years newer with dual core cpu. but I spilled wine into it via keyboard and it won't work anymore LOL!! I guess that is ACER for ya.... I'm quite pissed off about my laptop because it cost me $2000 Australian dollars!
To get it fixed I have to pay $800 to $1200!!! I might as well get a new one. But it better be water proof. ;)

Peace... And thanks for your help.
brummer

Re: Problem installing guitarix 'zita-convolver.h' not found

Post by brummer »

You could use guitarix well with your AMD, but you must choose the right binary to get it work.
Pillip have binary's for AMD also in his repository, that's why I suggest it. Synaptic take care that you get the right one.
You could also build it from source, follow raboof's suggestion and install the needed -dev packages.
nostaw wrote:but I spilled wine into it via keyboard and it won't work anymore LOL!! I

:lol: sad things could happen when you drunken :mrgreen:

greats brummer
nostaw
Established Member
Posts: 10
Joined: Mon Apr 19, 2010 11:33 am

Re: Problem installing guitarix 'zita-convolver.h' not found

Post by nostaw »

Hey there brummer,

Just wondering how I can UN-install software via PPA?
I need to UN-install guitarix so I can try your method for installation...

Because I've spent years using windows software, I am new to how linux works..
With windows you simply just install a program and it works right away. What is up with having to constantly use the terminal in linux to get a program to work? It's quite frustrating...

Cheers dude...


Haha yeah bad things happen that way :(
:)

How do i do that? (build from source) Like I said, linux in new to me.
Post Reply