On Mon Oct 2 18:17:06 2023 +0000, Michael Stefaniuc wrote:
The build fails for me:
config.status: executing Makefile commands /home/michi/work/wine/dlls/dmsynth/synth.c:29: error: fluidsynth.h: No such file or directory config.status: error: could not create Makefile
The include is `#include "fluidsynth.h"` but that file is in `libs/fluidsynth/include/fluidsynth.h` but I don't see that path being added with `-I`. Could it be that Debian and the build VM have the fluidsynth devel package installed and the fluidsynth.h from there is being used?\ I didn't have the fluidsynth-devel rpm installed but even with that installed the build still fails for me with the same error.
Hmm, did you run autoreconf?