Bob Rossi wrote:
>>
>> In file included from apr/apr-1.3.2/apr-1.3.2/include/arch/win32/apr_arch_file_io.h:29,
>> from dso/win32/dso.c:20:
>> apr/apr-1.3.2/apr-1.3.2/include/arch/win32/apr_arch_misc.h:419: error: expected declaration
specifiers or '...' before 'LPPROCESSENTRY32W'
>> apr/apr-1.3.2/apr-1.3.2/include/arch/win32/apr_arch_misc.h:419: error: expected declaration
specifiers or '...' before 'LPPROCESSENTRY32W'
>> apr/apr-1.3.2/apr-1.3.2/include/arch/win32/apr_arch_misc.h: In function 'apr_winapi_Process32FirstW':
>> apr/apr-1.3.2/apr-1.3.2/include/arch/win32/apr_arch_misc.h:419: error: 'lppe' undeclared
(first use in this function)
>> apr/apr-1.3.2/apr-1.3.2/include/arch/win32/apr_arch_misc.h:419: error: (Each undeclared
identifier is reported only once
>> apr/apr-1.3.2/apr-1.3.2/include/arch/win32/apr_arch_misc.h:419: error: for each function
it appears in.)
>> apr/apr-1.3.2/apr-1.3.2/include/arch/win32/apr_arch_misc.h:419: error: too many arguments
to function 'apr_winapi_pfn_Process32FirstW'
>>
>> Is this a known issue? I can give more details if not.
>
> Ping. Anything I can do to help?
Well, it seems LPPROCESSENTRY32W is undefined, and I can't tell you why.
Perhaps grep your includes to determine if there is a mingw specific include
we needed? It's got to be somewhere, that's a pretty old type.
Are your certain your toolchain is up to date?
|