https://bugs.winehq.org/show_bug.cgi?id=46711
--- Comment #46 from Gerold Gerold.Ruhland@gmail.com ---
How can I compile just this file?
./configure; make __builddeps__; make -C dlls/hid
I never compiled something under Linux and using Mint 19.1, "./configure" already fails.
With what error?
gerold@MINT19-1:~/Downloads/0 - Wine/wine-4.4$ ./configure; make __builddeps__; make -C dlls/hid checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no checking for CC... no checking for cxx... no checking for cc++... no checking for cl.exe... no checking for FCC... no checking for KCC... no checking for RCC... no checking for xlC_r... no checking for xlC... no checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking for cpp... cpp checking for ld... ld checking whether gcc -m32 works... no configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries. make: *** No rule to make target '__builddeps__'. Stop. make: Entering directory '/home/gerold/Downloads/0 - Wine/wine-4.4/dlls/hid' make: *** No targets specified and no makefile found. Stop. make: Leaving directory '/home/gerold/Downloads/0 - Wine/wine-4.4/dlls/hid'