Error api.h while compiling source
Hello,
i'm trying to compile the cvs version of nsis from 20081212 and i get an error with api.h
here is the log:
cl /Fobuild\release\ExDLL\plugin.obj /c Contrib\ExDLL\plugin.c /nologo /GS- /GS-Hope it helps
/O1 /W3 /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_WARNINGS "/D{'NSISCALL': '_
_stdcall'}" /ISource\exehead
plugin.c
Source\exehead\api.h(62) : error C2143: erreur de syntaxeÂ_: absence de ')' avant
'*'
Source\exehead\api.h(62) : error C2059: erreur de syntaxeÂ_: ')'
Source\exehead\api.h(63) : error C2143: erreur de syntaxeÂ_: absence de ')' avant
'*'
Source\exehead\api.h(63) : error C2143: erreur de syntaxeÂ_: absence de '{' avant
'*'
Source\exehead\api.h(63) : error C2059: erreur de syntaxeÂ_: ')'
Source\exehead\api.h(64) : error C2143: erreur de syntaxeÂ_: absence de ')' avant
'*'
Source\exehead\api.h(64) : error C2143: erreur de syntaxeÂ_: absence de '{' avant
'*'
Source\exehead\api.h(64) : error C2059: erreur de syntaxeÂ_: ')'
Source\exehead\api.h(65) : error C2059: erreur de syntaxeÂ_: '}'
scons: *** [build\release\ExDLL\plugin.obj] Error 2
scons: building terminated because of errors.
X:\Scripts NSIS\NSIS-20081212>
PS: I'm using VC9 SP1 to compile