osxmidi / LinVst

Linux Windows vst wrapper/bridge
GNU General Public License v3.0
682 stars 41 forks source link

windows.h not found #155

Closed hoergen closed 4 years ago

hoergen commented 4 years ago

When i start make with Makefile-64-32bit-Bitwig in a fresh cloned LinVST I get this error on a Kubuntu 19.10 with wineHQ (https://wiki.winehq.org/Ubuntu) installed

make
wineg++ -m64 -O2 -DVST6432 -DEMBED -DEMBEDDRAG -DWAVES -DTRACKTIONWM -DVESTIGE -DXECLOSE -DWCLASS -DNEWTIME -DINOUTMEM -DCHUNKBUF -I/usr/include/wine-development/windows -I/usr/include/wine-development/wine/windows -I/usr/include/wine/wine/windows -c lin-vst-server.cpp -o lin-vst-server.wine.o
lin-vst-server.cpp:43:10: fatal error: windows.h: Datei oder Verzeichnis nicht gefunden
   43 | #include <windows.h>
      |          ^~~~~~~~~~~
compilation terminated.
winegcc: g++ failed
make: *** [Makefile:60: lin-vst-server.wine.o] Fehler 2
hoergen commented 4 years ago

Hmmm maybe there are some more libraries needed I didn't yet install. Sorry.