Closed kipodon closed 6 months ago
I tend to use Arch for building, so i have not really tested this much on Ubuntu, let alone 24.04.
Do you have the mingw-w64 packages installed? dxvk-nvapi and wine-nvml uses mingw-w64 to build the PE part of the library, and the command winegcc -b x86_64-w64-mingw32 -E -dM -
is from the wine-nvml part of the build.
Would require typically this for Ubuntu:
apt install build-essential mingw-w64 gcc-12 g++-12 g++-12-multilib gcc-12-multilib
You could also try to build wine-nvml standalone just to see if builds: https://github.com/Saancreed/wine-nvml
Hi, thanks for you help. I had only gcc-mingw-w64 and not all mingw-w64 packages. so I could compile with gcc 13 ( the default for ubuntu 24.04) I have 2 suggestions for this project:
I tried to build this on ununtu 24.04 I installed all dependencies from ubuntu repository. and I get this error in masson-log.txt
Running command: winegcc -b x86_64-w64-mingw32 -E -dM -
meson.build:1:0: ERROR: Unable to detect GNU compiler type: Compiler stdout:
Compiler stderr: winegcc: Could not find g++
and of course I have g++ installed.