[Users] Error while compiling on macOS

Leo leo at heitmannruiz.org
Mon Dec 11 16:36:17 UTC 2023


> Maybe you can replicate this arrangement, recompile Claws, and see if
> the "TLS handshake failed" error goes away?

This did not solve the issue.

The libetpan config.log created by

$ ./autogen.sh --with-gnutls=$(pkg-config gnutls --variable=prefix)

seems suspisious to me. I'm not sure what it means, but it sounds very
wrong. This is the suspisous looking part, I've attached the entire
config.log.

Kind regards :)

configure:18370: checking for gnutls/gnutls.h
configure:18370: gcc -c -g -O2 -W -Wall CPPFLAGS -I/opt/homebrew/Cellar/gnutls/3.8.2/include conftest.c >&5
clang: error: no such file or directory: 'CPPFLAGS'
configure:18370: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libetpan"
| #define PACKAGE_TARNAME "libetpan"
| #define PACKAGE_VERSION "1.9.4"
| #define PACKAGE_STRING "libetpan 1.9.4"
| #define PACKAGE_BUGREPORT "libetpan-devel at lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "libetpan"
| #define VERSION "1.9.4"
| #define UNSTRICT_SYNTAX 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SETENV 1
| #define HAVE_GETOPT_LONG 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <gnutls/gnutls.h>
configure:18370: result: no
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.log.zip
Type: application/octet-stream
Size: 14040 bytes
Desc: not available
URL: <http://lists.claws-mail.org/pipermail/users/attachments/20231211/fe1f2d88/attachment-0001.obj>


More information about the Users mailing list