Reply To: svn-1606, Error to "automake" to build "Makef

#11125
rpedde
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.0

Then 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 found

Where 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