Post
Topic
Board Mining (Altcoins)
Re: [ANN] ccminer 2.2.2 - opensource - GPL (tpruvot)
by
Imerman2
on 15/10/2017, 19:17:19 UTC
Every time I try to build or configure the file I get this.

./configure: line 6177: syntax error near unexpected token `,'
./configure: line 6177: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'
make: *** No targets specified and no makefile found.  Stop.

You have to actually look in the configure file on your own machine and search to line 6177 and you find this.  What is the syntax error it is talking about? Do I need to include earlier lines of code as well in order to get an answer or is this enough of the relevant code?

Code:
if test x$request_jansson = xtrue
then
JANSSON_LIBS="compat/jansson/libjansson.a"
else
JANSSON_LIBS=-ljansson
fi

LIBCURL_CHECK_CONFIG(, 7.15.2, ,
  AC_MSG_ERROR([Missing required libcurl >= 7.15.2]))