FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › Compile svn-1676 on Centos 5
- This topic has 4 replies, 2 voices, and was last updated 17 years, 1 month ago by rpedde.
-
AuthorPosts
-
17/10/2007 at 2:49 PM #1827AnonymousInactive
I’ve downloaded mt-daapd-svn-1676.tar.gz.
I’ve patched configure and configure.in to find avcodec.h in /usr/include/ffmpeg/avcodec.h instead of just /usr/include/avcodec.h.
I’ve got automake, automake14, automake15, automake16, and automake17 installed.
I’ve got autoconf and autoconf213 installed
I’ve got libtool installed.
I configure as follows:
./configure --enable-sqlite3
which seems to work fine.
However, when trying to compile, I get the following:
[someuser@somehost mt-daapd-svn-1676]$ make
cd . && /bin/sh /home/someuser/local/src/mt-daapd-svn-1676/missing --run aclocal-1.9 -I m4
configure.in:494: warning: AC_LIB_PREPARE_PREFIX is m4_require'd but is not m4_defun'd
configure.in:494: AC_LIB_PREPARE_PREFIX is required by...
m4/iconv.m4:18: AM_ICONV_LINKFLAGS_BODY is expanded from...
configure.in:494: AM_ICONV_LINKFLAGS_BODY is required by...
m4/iconv.m4:73: AM_ICONV_LINK is expanded from...
m4/iconv.m4:101: AM_ICONV is expanded from...
configure.in:494: the top level
configure.in:494: warning: AC_LIB_RPATH is m4_require'd but is not m4_defun'd
configure.in:494: AC_LIB_RPATH is required by...
cd . && /bin/sh /home/someuser/local/src/mt-daapd-svn-1676/missing --run automake-1.9 --gnu
configure.in:494: warning: AC_LIB_PREPARE_PREFIX is m4_require'd but is not m4_defun'd
configure.in:494: AC_LIB_PREPARE_PREFIX is required by...
m4/iconv.m4:18: AM_ICONV_LINKFLAGS_BODY is expanded from...
configure.in:494: AM_ICONV_LINKFLAGS_BODY is required by...
m4/iconv.m4:73: AM_ICONV_LINK is expanded from...
m4/iconv.m4:101: AM_ICONV is expanded from...
configure.in:494: the top level
configure.in:494: warning: AC_LIB_RPATH is m4_require'd but is not m4_defun'd
configure.in:494: AC_LIB_RPATH is required by...
cd . && /bin/sh /home/someuser/local/src/mt-daapd-svn-1676/missing --run autoconf
configure.in:494: warning: AC_LIB_PREPARE_PREFIX is m4_require'd but is not m4_defun'd
configure.in:494: AC_LIB_PREPARE_PREFIX is required by...
m4/iconv.m4:18: AM_ICONV_LINKFLAGS_BODY is expanded from...
configure.in:494: AM_ICONV_LINKFLAGS_BODY is required by...
m4/iconv.m4:73: AM_ICONV_LINK is expanded from...
m4/iconv.m4:101: AM_ICONV is expanded from...
configure.in:494: the top level
configure.in:494: warning: AC_LIB_RPATH is m4_require'd but is not m4_defun'd
configure.in:494: AC_LIB_RPATH is required by...
configure:25796: error: possibly undefined macro: AC_LIB_PREPARE_PREFIX
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure:25797: error: possibly undefined macro: AC_LIB_RPATH
configure:25802: error: possibly undefined macro: AC_LIB_LINKFLAGS_BODY
configure:25810: error: possibly undefined macro: AC_LIB_APPENDTOVAR
make: *** [configure] Error 1Any help would be appreciated.
17/10/2007 at 4:35 PM #12964AnonymousInactiveI figured it out.
I was missing the gettext-devel package, which provides config.rpath.
18/10/2007 at 3:18 AM #12965rpeddeParticipant@agelwarg wrote:
I
I’ve patched configure and configure.in to find avcodec.h in /usr/include/ffmpeg/avcodec.h instead of just /usr/include/avcodec.h.
--with-ffmpeg-includes=/usr/include/ffmpeg
should do the trick, too.
— Ron
18/10/2007 at 12:19 PM #12966AnonymousInactiveThat was my first try, and it failed…must have been for some other reason, ’cause it works fine now. Thanks.
20/10/2007 at 11:19 PM #12967rpeddeParticipant@agelwarg wrote:
That was my first try, and it failed…must have been for some other reason, ’cause it works fine now. Thanks.
might have been -include versus -includes. I do that every time. 🙁
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.