jstedfast / gmime

A C/C++ MIME creation and parser library with support for S/MIME, PGP, and Unix mbox spools.
GNU Lesser General Public License v2.1
113 stars 36 forks source link

Building on CentOS / RHEL 8 #84

Closed Jeevhi closed 4 years ago

Jeevhi commented 4 years ago

Any documentation on how to build this on CentOS /RHEL 8 Tried using autoconf/automake but both failed

$ autoconf
configure.ac:53: error: possibly undefined macro: AM_INIT_AUTOMAKE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:58: error: possibly undefined macro: AM_CONFIG_HEADER
configure.ac:59: error: possibly undefined macro: AM_MAINTAINER_MODE
configure.ac:116: error: possibly undefined macro: AM_CONDITIONAL
configure.ac:137: error: possibly undefined macro: AM_PROG_CC_STDC
configure.ac:150: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.ac:308: error: possibly undefined macro: AM_PATH_GLIB_2_0
jstedfast commented 4 years ago

Looks like you need to install automake, libtool and glib-devel (or glib2-devel, depending on how they name packages on your distro).