View Issue Details

IDProjectCategoryView StatusLast Update
0003844Talerexchangepublic2015-06-21 12:22
ReporterMarcello Stanisci Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Versiongit (master) 
Target Version0.0Fixed in Version0.0 
Summary0003844: syntax error in configure.ac
Descriptionconfiguring the mint with

./configure --enable-wallet --with-gnunet=/usr/local/ --with-libgnurl=/usr/local/

ends up with the following error

./configure: line 13338: syntax error near unexpected token `,7.34.0,curl=true,curl=false'
./configure: line 13338: `LIBCURL_CHECK_CONFIG(,7.34.0,curl=true,curl=false)'

According to [1] that happens due to the lack of libcurlX-openssl-dev. If that is true,
the given error message is not autoexplanatory.



[1] https://github.com/pooler/cpuminer/issues/85
TagsNo tags attached.

Activities

Marcello Stanisci

2015-06-19 12:01

reporter   ~0009301

Apparently solved by deleting 'curl=false' from LIBCURL_CHECK_CONFIG

Marcello Stanisci

2015-06-19 12:26

reporter   ~0009302

the configure with '--enable-wallet' doesn't complain when libjansson is missing.

Christian Grothoff

2015-06-19 15:29

manager   ~0009303

Fixed the curl check by including the macro in Git: 5c2c2dd..c83569c

Not checking for libjansson with --enable-wallet is intentional, as then we should not use libjansson.

Issue History

Date Modified Username Field Change
2015-06-19 11:51 Marcello Stanisci New Issue
2015-06-19 12:01 Marcello Stanisci Note Added: 0009301
2015-06-19 12:26 Marcello Stanisci Note Added: 0009302
2015-06-19 15:29 Christian Grothoff Note Added: 0009303
2015-06-19 15:29 Christian Grothoff Status new => resolved
2015-06-19 15:29 Christian Grothoff Fixed in Version => 0.0
2015-06-19 15:29 Christian Grothoff Resolution open => fixed
2015-06-19 15:29 Christian Grothoff Assigned To => Christian Grothoff
2015-06-19 15:29 Christian Grothoff Product Version => git (master)
2015-06-19 15:29 Christian Grothoff Target Version => 0.0
2015-06-21 12:22 Christian Grothoff Status resolved => closed
2016-02-18 15:43 Christian Grothoff Category mint => exchange