From: Marvin Subject: Re: [PATCH v3 06/11] jscript: Implement ScriptTypeInfo_GetVarDesc. Message-Id: Date: Wed, 11 Dec 2019 09:32:51 -0600 In-Reply-To: References: Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=61889 Your paranoid android. === debian10 (build log) === ../../../wine/dlls/jscript/dispex.c:673:22: error: ‘ScriptTypeInfo’ {aka ‘struct ’} has no member named ‘num_funcs’ ../../../wine/dlls/jscript/dispex.c:674:17: error: ‘ScriptTypeInfo’ {aka ‘struct ’} has no member named ‘funcs’ ../../../wine/dlls/jscript/dispex.c:677:67: error: dereferencing pointer to incomplete type ‘struct typeinfo_func’ ../../../wine/dlls/jscript/dispex.c:680:34: error: ‘ScriptTypeInfo’ {aka ‘struct ’} has no member named ‘jsdisp’ ../../../wine/dlls/jscript/dispex.c:703:22: error: ‘ScriptTypeInfo’ {aka ‘struct ’} has no member named ‘num_vars’ ../../../wine/dlls/jscript/dispex.c:708:34: error: ‘ScriptTypeInfo’ {aka ‘struct ’} has no member named ‘jsdisp’ ../../../wine/dlls/jscript/dispex.c:708:48: error: ‘ScriptTypeInfo’ {aka ‘struct ’} has no member named ‘vars’ Task: The win32 build failed === debian10 (build log) === ../../../wine/dlls/jscript/dispex.c:673:22: error: ‘ScriptTypeInfo’ {aka ‘struct ’} has no member named ‘num_funcs’ ../../../wine/dlls/jscript/dispex.c:674:17: error: ‘ScriptTypeInfo’ {aka ‘struct ’} has no member named ‘funcs’ ../../../wine/dlls/jscript/dispex.c:677:67: error: dereferencing pointer to incomplete type ‘struct typeinfo_func’ ../../../wine/dlls/jscript/dispex.c:680:34: error: ‘ScriptTypeInfo’ {aka ‘struct ’} has no member named ‘jsdisp’ ../../../wine/dlls/jscript/dispex.c:703:22: error: ‘ScriptTypeInfo’ {aka ‘struct ’} has no member named ‘num_vars’ ../../../wine/dlls/jscript/dispex.c:708:34: error: ‘ScriptTypeInfo’ {aka ‘struct ’} has no member named ‘jsdisp’ ../../../wine/dlls/jscript/dispex.c:708:48: error: ‘ScriptTypeInfo’ {aka ‘struct ’} has no member named ‘vars’ Task: The wow64 build failed