[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] MinGW build failures
From: |
Tim Ruehsen |
Subject: |
[libmicrohttpd] MinGW build failures |
Date: |
Sun, 04 Mar 2018 10:34:05 +0100 |
Hi,
just saw that the wget2 MinGW build breaks since a while. Could you
have a look ?
With Best Regards, Tim
In file included from internal.h:32:0,
from action_continue.c:25:
../../src/include/microhttpd2.h: In function ‘MHD_daemon_create’:
../../src/include/microhttpd2.h:277:26: error: unknown type name
‘__THROW’
#define MHD_NONNULL(...) __THROW __nonnull((__VA_ARGS__))
^
../../src/include/microhttpd2.h:1485:3: note: in expansion of macro
‘MHD_NONNULL’
MHD_NONNULL(1);
^~~~~~~~~~~
../../src/include/microhttpd2.h:277:44: error: expected declaration
specifiers or ‘...’ before ‘(’ token
#define MHD_NONNULL(...) __THROW __nonnull((__VA_ARGS__))
^
../../src/include/microhttpd2.h:1485:3: note: in expansion of macro
‘MHD_NONNULL’
MHD_NONNULL(1);
^~~~~~~~~~~
In file included from ../../src/include/mhd_options.h:34:0,
from internal.h:30,
from action_continue.c:25:
../../MHD_config.h:543:21: error: expected declaration specifiers
before ‘__attribute__’
#define _MHD_EXTERN __attribute__((visibility("default")))
__declspec(dllexport) extern
^
../../src/include/microhttpd2.h:1496:1: note: in expansion of macro
‘_MHD_EXTERN’
_MHD_EXTERN enum MHD_StatusCode
- [libmicrohttpd] MinGW build failures,
Tim Ruehsen <=