[erlang-patches] Add 'global' driver option to erl_ddll:try_load/3

Olivier Girondel olivier.girondel@REDACTED
Wed Mar 20 18:50:09 CET 2013


On Wed, Mar 20, 2013 at 6:42 PM, Lukas Larsson <lukas@REDACTED> wrote:
> Hello,
>
> It is still failing to build on windows:
>
> sys/win32/erl_win32_sys_ddll.c(74) : warning C4047: 'function' : 'int'
> differs in levels of indirection from 'void **'
> sys/win32/erl_win32_sys_ddll.c(74) : warning C4024:
> 'erts_sys_ddll_open_noext' : different types for formal and actual parameter
> 2
> sys/win32/erl_win32_sys_ddll.c(74) : warning C4047: 'function' : 'void **'
> differs in levels of indirection from 'ErtsSysDdllError *'
> sys/win32/erl_win32_sys_ddll.c(74) : warning C4022:
> 'erts_sys_ddll_open_noext' : pointer mismatch for actual parameter 3
> sys/win32/erl_win32_sys_ddll.c(74) : error C2198: 'erts_sys_ddll_open_noext'
> : too few arguments for call
> sys/win32/erl_win32_sys_ddll.c(77) : warning C4028: formal parameter 2
> different from declaration
> sys/win32/erl_win32_sys_ddll.c(77) : warning C4028: formal parameter 3
> different from declaration
> sys/win32/erl_win32_sys_ddll.c(77) : warning C4029: declared formal
> parameter list different from definition
> make[3]: *** [obj/win32/opt/smp/erl_win32_sys_ddll.o] Error 2

Hi,

Just pushed 698a3c1eabb79a5427c36e24e856400e6d8799fd
on the same branch, please re-fetch

Thanks,

-- 
Olivier



More information about the erlang-patches mailing list