varmd / wine-wayland

Wine-wayland allows playing DX9/DX11 and Vulkan games using pure wayland and Wine/DXVK.
729 stars 14 forks source link

FreeBSD #69

Closed elgithubo closed 6 months ago

elgithubo commented 1 year ago

When trying to build on FreeBSD I receive the following message:

elgrande@elfreebsdo ~/g/wine-wayland (master)> makepkg
/usr/local/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.utf-8): No such file or directory
==> ERROR: wine-wayland is not available for the 'amd64' architecture.

Any hint how I can build on FreeBSD?

lostybtw commented 1 year ago

Hi, So it appears you are using makepkg and in that case you may need to tweak the PKGBUILD You'd need to use '-m32' in CFLAGS and CXXFLAGS and change the PKGCONFIG_PATH to '/usr/lib32/(whatever)'

https://wiki.archlinux.org/title/32-bit_package_guidelines

And try using regular make compiling if it isn't fixed, with the same flags.

lostybtw commented 1 year ago

Please Mark this as resolved if it is.

elgithubo commented 1 year ago

I will, sorry for being currently indisponible.

elgithubo commented 6 months ago

Since I have no requirement for compiling this project anymore, I am closing this issue.