On 01/29/2013 09:26 AM, Thomas de Roo wrote: > Thank you for your help, it is appreciated a lot! I do have the > mdds-headers installed, and configure finds them, but configure fails to > make the Makefiles in src and src/libixion. It stops with the error: > configure: creating ./config.status > config.status: creating Makefile > config.status: creating libixion.pc > config.status: creating VERSION > config.status: creating include/Makefile > config.status: creating include/ixion/Makefile > config.status: creating include/ixion/hash_container/Makefile > config.status: creating include/ixion/interface/Makefile > config.status: creating misc/libixion.spec > config.status: error: cannot find input file: `src/Makefile.in' > > And obviously, make fails: > Making all in src > make[1]: Entering directory `/sources/libixion-git/src' > make[1]: *** No rule to make target `all'. Stop. > make[1]: Leaving directory `/sources/libixion-git/src' > make: *** [all-recursive] Error 1 > > It looks like the package-maintainer forgot to include some > Makefile.in-files. There are Makefile.am-files. Can they be used to > generate the Makefiles? > > Again: thanks for the help, I'm learning here... > > Groet, > Thomas >
Use autoreconf -fi -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
