Ok, I compiled anubis with:
CPPFLAGS="-I/usr/include/gpgme" ./configure --prefix=/usr
--with-gnutls --with-socks-proxy --with-guile --includedir=/usr/include
Everything seems ok, but:
# cat config.log | grep gpgme.h
configure:26455: checking gpgme.h usability
/usr/include/gpgme/gpgme.h:89:2: error: #error GPGME was compiled
with _FILE_OFFSET_BITS = 64, please see the section "Largefile support
(LFS)" in the GPGME manual.
| #include <gpgme.h>
configure:26497: checking gpgme.h presence
/usr/include/gpgme/gpgme.h:89:2: error: #error GPGME was compiled
with _FILE_OFFSET_BITS = 64, please see the section "Largefile support
(LFS)" in the GPGME manual.
| #include <gpgme.h>
configure:26566: checking for gpgme.h
ac_cv_header_gpgme_h=no
-----Ursprüngliche Nachricht-----
Von: Sergey Poznyakoff [mailto:[email protected]]
Gesendet: Dienstag, 21. Juni 2011 17:22
An: Bob Kromonos Achten
Cc: [email protected]
Betreff: Re: [bug-anubis] This, I think, is strang
Thanks for additional info.
It showed that configure was not able to find gpgme.h:
configure:26472: gcc -c -g -O2 conftest.c >&5
conftest.c:283:19: error: gpgme.h: No such file or directory
Please make sure it is in your include path (if it is not, supplying
CPPFLAGS="-Ipathname" as an argument to configure might
help) and reconfigure.
On a different note, configure definitely should not have printed "yes"
in the configuration summary output. I will see how to fix it.
Regards,
Sergey
config.log.bz2
Description: Binary data
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Bug-anubis mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-anubis
