Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
Please set LANG=C before posting messages:
LANG=C ./autogen.sh
or
export LANG=C && ./autogen.sh
BTW, the problem comes from missing packages on your system. To build something
under
debian, you will need at least "build-essential" package and to build project
that
use autotools, you will need them too.
Original comment by romu...@libnfc.org
on 26 Nov 2009 at 2:22
I have installed "build-essentials"
guepardo nfcutils # apt-cache search build |grep essential
build-essential - Informational list of build-essential packages
glassfish-toplink-essentials - Open source Java EE 5 Application Server
guepardo nfcutils # apt-get install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
guepardo nfcutils # export LANG=C && ./autogen.sh
./autogen.sh: line 20: aclocal: command not found
./autogen.sh: line 21: autoheader: command not found
./autogen.sh: line 22: autoconf: command not found
./autogen.sh: line 23: libtoolize: command not found
./autogen.sh: line 24: automake: command not found
Running ...
./autogen.sh: line 26: aclocal: command not found
guepardo nfcutils #
Any help?
Original comment by foro.d...@gmail.com
on 26 Nov 2009 at 10:11
As output said: aclocal, autoheader, autoconf, libtoolize and automake are
missing.
To solve it, under Debian :
apt-get install automake libtool autoconf
Original comment by romu...@libnfc.org
on 27 Nov 2009 at 8:19
Hi rconty
Thanks,Sorry for my ignorance
Original comment by foro.d...@gmail.com
on 27 Nov 2009 at 6:26
Original comment by romu...@libnfc.org
on 30 Sep 2010 at 10:11
Original issue reported on code.google.com by
foro.d...@gmail.com
on 21 Nov 2009 at 4:23