dyne / JaroMail

Terminal UI email client to download, filter, search and archive messages off-line
https://dyne.org/software/jaro-mail
GNU General Public License v3.0
103 stars 9 forks source link

Warnings and errors #2

Closed ghost closed 10 years ago

ghost commented 10 years ago

When building with build-gnu on Ubuntu 13.10:

WARNING: aclocal-1.11' is missing on your system. You should only need it if you modifiedacinclude.m4' or configure.ac'. You might want to install theAutomake' and Perl' packages. Grab them from any GNU archive site. /home/motters/develop/JaroMail/src/mutt-1.5.21/missing: line 54: automake-1.11: command not found WARNING:automake-1.11' is missing on your system. You should only need it if you modified Makefile.am',acinclude.m4' or configure.ac'. You might want to install theAutomake' and `Perl' packages. Grab them from any GNU archive site. configure.ac:8: error: possibly undefined macro: AM_CONFIG_HEADER If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:11: error: possibly undefined macro: AM_INIT_AUTOMAKE configure.ac:30: error: possibly undefined macro: AM_C_PROTOTYPES configure.ac:129: error: possibly undefined macro: AM_PATH_GPGME configure.ac:592: error: possibly undefined macro: AM_CONDITIONAL make: *\ [configure] Error 1 cp: cannot stat ‘src/mutt-1.5.21/mutt’: No such file or directory cp: cannot stat ‘src/mutt-1.5.21/pgpewrap’: No such file or directory

jaromil commented 10 years ago

one needs also autoconf and automake installed in order to build...