FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › General Discussion › svn-1606, Error to "automake" to build "Makef
- This topic has 1 reply, 2 voices, and was last updated 15 years, 12 months ago by
rpedde.
-
AuthorPosts
-
14/06/2007 at 7:57 AM #1469
germos
ParticipantHi All,
I have a problem to build firefly on Mac OS X 10.4 on console (su).I use the svn to check out the source code (v1606) from:
https://mt-daapd.svn.sourceforge.net/svnroot/mt-daapd/branches/roku-1.0Then I follow those steps to build the Makefile in the console:
(1) aclocal : NO error.
(2) autoconf : NO error.
(3) automake –add-missing : LOST 2 files.
configure.in: installing `./install-sh’
configure.in: installing `./missing’
src/Makefile.am: installing `./depcomp’
configure.in:13: installing `./config.guess’
configure.in:13: installing `./config.sub’
Makefile.am: installing `./INSTALL’
Makefile.am: installing `./COPYING’
configure.in:6: required file `config.h.in’ not found
configure.in:13: required file `./ltmain.sh’ not foundWhere can I find the ‘config.h.in’ & ‘ltmain.sh’ ??
Thanks a lot.
15/06/2007 at 6:34 AM #11125rpedde
Participant@germos wrote:
Hi All,
I have a problem to build firefly on Mac OS X 10.4 on console (su).I use the svn to check out the source code (v1606) from:
https://mt-daapd.svn.sourceforge.net/svnroot/mt-daapd/branches/roku-1.0Then I follow those steps to build the Makefile in the console:
(1) aclocal : NO error.
(2) autoconf : NO error.
(3) automake –add-missing : LOST 2 files.
configure.in: installing `./install-sh’
configure.in: installing `./missing’
src/Makefile.am: installing `./depcomp’
configure.in:13: installing `./config.guess’
configure.in:13: installing `./config.sub’
Makefile.am: installing `./INSTALL’
Makefile.am: installing `./COPYING’
configure.in:6: required file `config.h.in’ not found
configure.in:13: required file `./ltmain.sh’ not foundWhere can I find the ‘config.h.in’ & ‘ltmain.sh’ ??
Thanks a lot.
Copy reconf.sh.templ to reconf.sh, and run that. I think you are missing autoheader.
— Ron
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.