jasonmc / forked-daapd

A re-write of the firefly media server (mt-daapd). It's released under GPLv2+. Please note that this git repository is a mirror of the official one at git://git.debian.org/~jblache/forked-daapd.git
http://blog.technologeek.org/2009/06/12/217
GNU General Public License v2.0
328 stars 45 forks source link

Trying to build on Fedora and geting errors #10

Open agillis opened 13 years ago

agillis commented 13 years ago

I'm trying to install forked-daapd on Fedora 11. I installed all the dependencies with no problems. Now I try to build it. There is no configure file so I guessed I need to run autoconf. I get this error

[root@localhost jasonmc-forked-daapd-ce8a907]# autoconf configure.in:5: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:11: error: possibly undefined macro: AM_PROG_CC_C_O configure.in:60: error: possibly undefined macro: AM_CONDITIONAL configure.in:109: error: possibly undefined macro: AM_PATH_LIBGCRYPT

It does create a configure file but when I do ./configure I get

configure: error: cannot find sources (config.h.in) in . or .. How can I get this to build?

agillis commented 13 years ago

OK silly me I forgot to run aclocal. So aclocal and autoconf run with no errors but I still get the

configure: error: cannot find sources (config.h.in) in . or ..

When I run configure.

agillis commented 13 years ago

The following commands worked

aclocal autoreconf -i ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-flac --enable-itunes make make install

netmindz commented 13 years ago

You might like to try my RPMs binary http://rpms.netmindz.net/FC13/i386/RPMS.netmindz/ source http://rpms.netmindz.net/FC12/SRPMS.netmindz/ or try switching the url for different releases of fedora