View Issue Details

IDProjectCategoryView StatusLast Update
0004537Talerexchangepublic2021-09-02 18:14
ReporterFlorian Dold Assigned ToChristian Grothoff  
PriorityhighSeverityblockReproducibilityhave not tried
Status closedResolutionfixed 
Product Version0.0 
Target Version0.0Fixed in Version0.0 
Summary0004537: exchange does not compile with GNUnet if compiled with --enable-taler-wallet
DescriptionApparently GNUnet now only installs gnunet_util_taler_wallet_lib.h, but not gnunet_util_lib.h, which is needed by the exchange *even* if compiled with --enable-wallet.
Additional InformationIn file included from ../../src/include/taler_util_wallet.h:24:
../../src/include/taler_amount_lib.h:32:10: fatal error: 'gnunet/gnunet_util_lib.h' file not found
#include <gnunet/gnunet_util_lib.h>


...

$ ls include/gnunet/
gettext.h gnunet_config.h gnunet_crypto_lib.h gnunet_time_lib.h platform.h
gnunet_common.h gnunet_container_lib.h gnunet_strings_lib.h gnunet_util_taler_wallet_lib.h plibc.h
TagsNo tags attached.

Activities

Christian Grothoff

2016-05-25 19:13

manager   ~0010747

That include was simply not needed.

Removed in 6b615dc..951ce5e

Christian Grothoff

2021-09-02 18:14

manager   ~0018309

Fix committed to master branch.

Related Changesets

exchange: master 951ce5ef

2016-05-25 21:12

Christian Grothoff


Details Diff
fix 0004537 Affected Issues
0004537
mod - src/include/taler_amount_lib.h Diff File

Issue History

Date Modified Username Field Change
2016-05-25 18:54 Florian Dold New Issue
2016-05-25 18:54 Florian Dold Status new => assigned
2016-05-25 18:54 Florian Dold Assigned To => Christian Grothoff
2016-05-25 19:13 Christian Grothoff Note Added: 0010747
2016-05-25 19:13 Christian Grothoff Status assigned => resolved
2016-05-25 19:13 Christian Grothoff Fixed in Version => 0.0
2016-05-25 19:13 Christian Grothoff Resolution open => fixed
2016-05-25 19:13 Christian Grothoff Status resolved => closed
2016-05-25 19:13 Christian Grothoff Product Version => 0.0
2016-05-25 19:13 Christian Grothoff Target Version => 0.0
2021-09-02 18:13 Christian Grothoff Changeset attached => Taler-exchange master 951ce5ef
2021-09-02 18:14 Christian Grothoff Note Added: 0018309