Page MenuHome GnuPG

building libgcrypt 1.8.0 results in error: stray '\357' in program
Closed, ResolvedPublic

Description

make[2]: Entering directory `/..../libgcrypt-1.8.0/random'
.
.
In file included from ./rndjent.c:86:
./jitterentropy-base.c:1: error: stray '\357' in program
./jitterentropy-base.c:1: error: stray '\273' in program
./jitterentropy-base.c:1: error: stray '\277' in program
./jitterentropy-base.c:53: warning: ignoring #pragma GCC optimize
In file included from ./jitterentropy-base.c:55,

from ./rndjent.c:86:

./jitterentropy.h:1: error: stray '\357' in program
./jitterentropy.h:1: error: stray '\273' in program
./jitterentropy.h:1: error: stray '\277' in program
make[2]: *** [rndjent.lo] Error 1

Could some one resolve please?

Details

Version
1.8.0

Event Timeline

Thank you for the report. I think that there is a https://en.wikipedia.org/wiki/Byte_order_mark in those files.

Hmm, that is actually the original file. I received it by mail, maybe the sender's MUA added the BOM.

@kdavis: which compiler are you using?