Thanks Joe.
#include "apr_tables.h" does not help.
Steffen
On Monday 16/10/2023 at 15:41, Joe Orton wrote:
On Mon, Oct 16, 2023 at 03:12:24PM +0200, SteffenAL wrote:
checkout.
Looks like h2_ws.h :
Generating Code...
h2_ws.h
C:\VS17\Win32\httpd-2.4\modules\http2\h2.h(173,17): error C2143:
syntax
error: missing ';' before '*'
C:\VS17\Win32\httpd-2.4\modules\http2\h2.h(173,17): error C4430:
missing
type specifier - int assumed. Note: C++ does not support default-int
Windows compiler errors are often specific to the Windows, you should
not assume anybody else here will understand (or care) about them. So
rather than reporting, can you work out what the problem is? Line 173
uses apr_table_t, does adding #include "apr_tables.h" somewhere help
here?
Regards, Joe