View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003844 | Taler | exchange | public | 2015-06-19 11:51 | 2015-06-21 12:22 |
Reporter | Marcello Stanisci | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | git (master) | ||||
Target Version | 0.0 | Fixed in Version | 0.0 | ||
Summary | 0003844: syntax error in configure.ac | ||||
Description | configuring 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 | ||||
Tags | No tags attached. | ||||
|
Apparently solved by deleting 'curl=false' from LIBCURL_CHECK_CONFIG |
|
the configure with '--enable-wallet' doesn't complain when libjansson is missing. |
|
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. |
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 |