Page MenuHome GnuPG

libgpg-error: build failure without threads
Closed, ResolvedPublic

Description

Fix the following build failure without threads due to the wrong location of fi since commit 1fb90a7da186ee2ee098a666f6f3a35bb1720e5

./gpg-error.h:1124:1: error: expected identifier or ‘(’ before ‘}’ token
 1124 | }}}
      | ^

Details

Version
1.42

Revisions and Commits

Event Timeline

gniibe triaged this task as Normal priority.
gniibe added a subscriber: gniibe.

Thank you for your report.
I pushed the fix.

(Your patch is right to point the issue, but fix is not correct for --enable-threads.)