View Issue Details

IDProjectCategoryView StatusLast Update
0004446Talerexchangepublic2016-04-24 23:43
ReporterFlorian Dold Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version0.0 
Target Version0.0Fixed in Version0.0 
Summary0004446: configure.ac of exchange and gnunet return completely different results for lib(c|gn)url
DescriptionThis causes the build to fail on a system that has just libgnurl installed
Additional Informationroot@6a86eaffd9b4:/build/exchange# grep -i 'have.*url' /usr/include/gnunet/gnunet_config.h
#define HAVE_CURL_CURL_H 1
/* #undef HAVE_GNURL_CURL_H */
/* Have CURL */
/* #undef HAVE_LIBCURL */
#define HAVE_LIBGNURL 1



root@6a86eaffd9b4:/build/exchange# grep -i 'have.*url' taler_config.h
/* #undef HAVE_CURL_CURL_H */
/* #undef HAVE_LIBCURL */
#define HAVE_LIBGNURL 1
TagsNo tags attached.

Activities

Florian Dold

2016-04-19 15:13

manager   ~0010516

fixed by changing the taler exchange configure.ac

Issue History

Date Modified Username Field Change
2016-04-19 15:00 Florian Dold New Issue
2016-04-19 15:00 Florian Dold Status new => assigned
2016-04-19 15:00 Florian Dold Assigned To => Christian Grothoff
2016-04-19 15:13 Florian Dold Note Added: 0010516
2016-04-19 15:13 Florian Dold Status assigned => resolved
2016-04-19 15:13 Florian Dold Resolution open => fixed
2016-04-24 23:43 Christian Grothoff Status resolved => closed
2016-04-24 23:43 Christian Grothoff Product Version => 0.0
2016-04-24 23:43 Christian Grothoff Fixed in Version => 0.0
2016-04-24 23:43 Christian Grothoff Target Version => 0.0