You are not logged in.
Pages: 1
I get these error messages when I try to build libpng via abs:
tomake.html#Extending-aclocal
configure.ac:38: required file `./config.guess' not found
configure.ac:38: `automake --add-missing' can install `config.guess'
configure.ac:38: required file `./config.sub' not found
configure.ac:38: `automake --add-missing' can install `config.sub'
Offline
Seems odd that a simple rebuild doesn't work but try doing what it suggests, change the automake line in the PKGBUILD from
automake || return 1
to
automake --add-missing || return 1
Offline
I really need to work on my attention span. Anyways, it's building fine now. Thanks.
Offline
Pages: 1