Hi again, Attached is a patch which should fix the (first) problem.
Stephane
--- configure 2013-12-06 16:51:37.000000000 +0100
+++ /tmp/configure 2024-11-23 17:47:53.023282060 +0100
@@ -12399,7 +12399,7 @@ else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
-main () {
+int main () {
if (sizeof (void *) > sizeof (double))
return 1;
return 0;
@@ -12665,7 +12665,7 @@ else
#include <glib.h>
#include <gmodule.h>
-main () {
+int main () {
if (!g_module_supported ())
return 1;
return 0;
--- configure.ac 2013-12-06 16:51:21.000000000 +0100
+++ /tmp/configure.ac 2024-11-23 17:48:56.634841178 +0100
@@ -146,7 +146,7 @@ AC_HEADER_STDC
# check that pointers can be stored in doubles
AC_MSG_CHECKING(whether pointers can be stored in doubles)
AC_TRY_RUN([
-main () {
+int main () {
if (sizeof (void *) > sizeof (double))
return 1;
return 0;
@@ -184,7 +184,7 @@ AC_TRY_RUN([
#include <glib.h>
#include <gmodule.h>
-main () {
+int main () {
if (!g_module_supported ())
return 1;
return 0;
OpenPGP_0x78F22AD6304D74BE.asc
Description: OpenPGP public key
OpenPGP_signature.asc
Description: OpenPGP digital signature

