Page MenuHome GnuPG

Build failure with gcc-5.0.0
Closed, ResolvedPublic

Description

When building libgpg-error-1.18 with gcc-5.0.0 snapshot, the build will fail
because of the changes in the C preprocessor listed at [1].

The quick fix is to use CPPFLAGS="-P" as described in the link below. See also [2].

[1] https://gcc.gnu.org/gcc-5/porting_to.html
[2] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65713

Details

Version
1.18

Event Timeline

krejzi added projects: gpgrt, Bug Report.
krejzi added a subscriber: krejzi.

This has already been fixed in the repo:
commit c01c8f0c4f55d76b037c7f6aa44ad25ede18d38a
1.19 will soon be released.

werner claimed this task.