lucasjones / cpuminer-multi

Multi-algo CPUMiner & Reference Cryptonote Miner (JSON-RPC 2.0)
Other
640 stars 1.5k forks source link

possibly undefined macro: AC_MSG_ERROR #87

Open zer0de opened 6 years ago

zer0de commented 6 years ago

XXXX@XXX ~/Downloads/cpuminer-multi $ ./autogen.sh configure.ac:13: installing './compile' configure.ac:4: installing './config.guess' configure.ac:4: installing './config.sub' configure.ac:6: installing './install-sh' configure.ac:6: installing './missing' Makefile.am:12: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') Makefile.am: installing './depcomp' configure.ac:130: error: possibly undefined macro: AC_MSG_ERROR If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation.

oneautomate commented 6 years ago

I am using Fedora 27, and i fixed the issue by installing curl-devel:

yum install curl-devel

FYI: https://stackoverflow.com/questions/11471690/curl-h-no-such-file-or-directory