Skip to main content

Help: how to configure frei0r-plugins from GIT

5 posts / 0 new
Last post
jmpoure
Offline
Joined: 10/20/2008
Posts:
Help: how to configure frei0r-plugins from GIT

Dear friends,

I am trying to upgrade MacPorts frei0r packages.
I switch to GIT.

Frei0r address is:
git clone git://code.dyne.org/frei0r.git

The problem is that GIT is broken and autogen.sh does not work.
Do you know who is Frei0r developper?
There is no mailing list any longer and Frei0r seems to be dead project.

Any idea how to generate a working ./configure script from GIT?

Kind regards,
Jean-Michel

0
Your rating: None
Goups
Offline
Joined: 03/15/2009
Posts:
Re: Help: how to configure frei0r-plugins from GIT

There is apparently a shell script called autogen.sh that invokes GNU autotools ...

Hope this helps

jmpoure
Offline
Joined: 10/20/2008
Posts:
Re: Help: how to configure frei0r-plugins from GIT

Running autogen.sh does not work, at least for me.

Goups
Offline
Joined: 03/15/2009
Posts:
Re: Help: how to configure frei0r-plugins from GIT

Oops, I read your initial post too quickly and did no saw you give autogen.sh a try ...

This script does actually the job (well, on Linux) provided you have the autotools (aclocal, autoheader, autoconf ...).
Are these tools available on your machine too ?

jmpoure
Offline
Joined: 10/20/2008
Posts:
Re: Help: how to configure frei0r-plugins from GIT

Okay, this works fine under GNU/Linux. Under Mac OS X, libtoolize is replaced with glibtoolize. I have to check this.