error building wineasio due to missing wine/unicode.h

Questions about Wine on Linux
Locked
udaemon
Newbie
Newbie
Posts: 3
Joined: Mon May 13, 2019 7:23 am

error building wineasio due to missing wine/unicode.h

Post by udaemon »

Hello,
I'm using antergos/arch with wine 4.8. trying to compile wineasio package from AUR (http://aur.archlinux.org/packages/wineasio) the process is interrupted stating that the file wine/unicode.h is missing.

maybe the problem is to be found in connection with this change to wine 4.6 (see: https://www.winehq.org/announce/4.6): "include: Disallow using unicode.h when building against msvcrt."?

any suggestion is very appreciated. thank you!
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: error building wineasio due to missing wine/unicode.h

Post by DarkShadow44 »

The program needs to be updated to support recent wine. But seeing the last change in that project, I doubt this will happen anytime soon. This is not a wine problem though, wineasio needs to be updated. If wine stops shipping a header, the program needs to adapt.
udaemon
Newbie
Newbie
Posts: 3
Joined: Mon May 13, 2019 7:23 am

Re: error building wineasio due to missing wine/unicode.h

Post by udaemon »

thanks, Darkshadow44! with your suggestion on the related AUR-site I was able to solve the problem.

anybody running into the same issue you can copy unicode.h from here: https://github.com/wine-mirror/wine/blo ... /unicode.h to your /usr/include/wine directory and then build wineasio.
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: error building wineasio due to missing wine/unicode.h

Post by lahmbi5678 »

You should report the issue here:

https://sourceforge.net/p/wineasio/discussion/
Locked