View Issue Details

IDProjectCategoryView StatusLast Update
0003776Talerexchangepublic2015-04-15 21:31
ReporterMarcello Stanisci Assigned ToChristian Grothoff  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
OSDebianOS Version7 
Product Versiongit (master) 
Target Version0.0Fixed in Version0.0 
Summary0003776: mint fails to compile
DescriptionAlthough the configuration script ends up fine, the actual building fails,
reporting the following message:


taler-mint-dbinit.c: In function ‘main’:
taler-mint-dbinit.c:61:59: error: macro "GNUNET_GETOPT_OPTION_VERSION" passed 2 arguments, but takes just 1
taler-mint-dbinit.c:61:5: error: ‘GNUNET_GETOPT_OPTION_VERSION’ undeclared (first use in this function)
taler-mint-dbinit.c:61:5: note: each undeclared identifier is reported only once for each function it appears in
taler-mint-dbinit.c:62:5: error: expected ‘}’ before ‘{’ token
Additional InformationTo fix it:

--- a/src/mint-tools/taler-mint-dbinit.c
+++ b/src/mint-tools/taler-mint-dbinit.c
@@ -58,7 +58,7 @@ main (int argc,
      "mint directory", 1,
      &GNUNET_GETOPT_set_filename, &mint_base_dir},
     GNUNET_GETOPT_OPTION_HELP ("Initialize Taler Mint database"),
- GNUNET_GETOPT_OPTION_VERSION (VERSION "-" VCS_VERSION),
+ GNUNET_GETOPT_OPTION_VERSION (VERSION "-" VCS_VERSION,)
     GNUNET_GETOPT_OPTION_END
   };
TagsNo tags attached.

Activities

Christian Grothoff

2015-04-15 15:54

manager   ~0009088

Silly typo, uncaught because I didn't even have libpq on the road while hacking on this file...

Fixed in Git.

Issue History

Date Modified Username Field Change
2015-04-15 11:46 Marcello Stanisci New Issue
2015-04-15 15:54 Christian Grothoff Note Added: 0009088
2015-04-15 15:54 Christian Grothoff Status new => resolved
2015-04-15 15:54 Christian Grothoff Fixed in Version => 0.0
2015-04-15 15:54 Christian Grothoff Resolution open => fixed
2015-04-15 15:54 Christian Grothoff Assigned To => Christian Grothoff
2015-04-15 15:54 Christian Grothoff Target Version git (master) => 0.0
2015-04-15 21:31 Christian Grothoff Status resolved => closed
2016-02-18 15:43 Christian Grothoff Category mint => exchange