[Bug 49514] Wine-staging 5.12 package building fails

WineHQ Bugzilla wine-bugs at winehq.org
Sat Jul 4 16:19:54 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49514

--- Comment #4 from Bernhard Rosenkränzer <bero at lindev.ch> ---
Created attachment 67649
  --> https://bugs.winehq.org/attachment.cgi?id=67649
Fix for issue remaining after applying 3f3a05f91c...

The patch from Comment 2 is not sufficient to fix the build in OpenMandriva,
but it reduces the problem to what seems to be a simple typo.

With the patch from Comment 2 + the patch I'm attaching, the problem is fixed
here as well.


In file included from
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xaudio2_7/tests/xact.c:27:
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xaudio2_7/tests/xact.c: In
function ‘test_global_properties’:
/home/bero/temp/abf/wine/BUILD/wine-5.12/include/xact3.h:682:65: error: ‘const
struct IXACT3EngineVtbl’ has no member named ‘Initialze’; did you mean
‘Initialize’?
  682 | #define IXACT3Engine_Initialize(p,a)              
(p)->lpVtbl->Initialze(p,a)
      |                                                                
^~~~~~~~~
/home/bero/temp/abf/wine/BUILD/wine-5.12/include/xact3.h:682:65: note: in
definition of macro ‘IXACT3Engine_Initialize’
  682 | #define IXACT3Engine_Initialize(p,a)              
(p)->lpVtbl->Initialze(p,a)
      |                                                                
^~~~~~~~~
make[1]: *** [Makefile:185: xact.cross.o] Error 1

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list