You are not logged in.
I had a few dependency errors before and solved them by updating and installing missing packages.
Still, don't see what this error means:
Running intltoolize...
Running gtkdocize...
Running aclocal-1.11...
autom4te: unknown language: Autoconf-without-aclocal-m4
aclocal-1.11: autom4te failed with exit status: 1
==> ERROR: A failure occurred in build().
Anyone have any idea what this is about?
Offline
Are you installing from a package or building manually?
Do you have 'automake' package installed (pacman -Q automake)?
If you are planning to build packages, make sure you have the packages from package groups 'base' and 'base-devel' installed in your system (pacman -S base base-devel)
Offline