Problem with building libgcrypt 1.6.3 on AIX 6.1 with IBM compiler

Eugene Zelenko eugene.zelenko at gmail.com
Tue May 12 01:20:13 CEST 2015


Hi!

By the word, many declarations are duplicated in different headers, so
compiling with GCC -Wredundant-decls seems reasonable exercise.

Eugene.

On Mon, May 11, 2015 at 10:52 AM, Eugene Zelenko
<eugene.zelenko at gmail.com> wrote:
> Hi!
>
> I got next errors when tried to build building libgcrypt 1.6.3 on AIX
> 6.1 with IBM compiler:
>
> "../src/mpi.h", line 295.16: 1506-343 (S) Redeclaration of
> _gcry_mpi_ec_set_mpi differs from previous declaration on line 423 of
> "../src/gcrypt-int.h".
> "../src/mpi.h", line 297.16: 1506-343 (S) Redeclaration of
> _gcry_mpi_ec_set_point differs from previous declaration on line 425
> of "../src/gcrypt-int.h".
> "../src/mpi.h", line 302.16: 1506-343 (S) Redeclaration of
> _gcry_mpi_ec_new differs from previous declaration on line 418 of
> "../src/gcrypt-int.h".
>
> It seems that functions in question in mpi.h should return pgp_error_t
> as do their implementation in visibility.c.
>
> With best regards,
> Eugene.



More information about the Gcrypt-devel mailing list