You are not logged in.

#1 2008-05-23 21:33:23

Falcata
Member
From: Michiana
Registered: 2008-01-23
Posts: 501
Website

Building libpng fails

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

#2 2008-05-23 21:43:05

ghostHack
Member
From: Bristol UK
Registered: 2008-02-29
Posts: 261

Re: Building libpng fails

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

#3 2008-05-23 23:38:33

Falcata
Member
From: Michiana
Registered: 2008-01-23
Posts: 501
Website

Re: Building libpng fails

I really need to work on my attention span.  Anyways, it's building fine now.  Thanks.

Offline

Board footer

Powered by FluxBB