Ik win dssi-vst installeren maar ik krijg veel erros als ik Make en Make install doe
ook krig ik de error DSSI-PATH is not set maar die bestaat wel.
-----------------------------------------------------------------------------
jack-dssi-host: Warning: DSSI path not set
jack-dssi-host: Defaulting to "/usr/local/lib/dssi:/usr/lib/dssi:/home/odo/.dssi"
mijn dssi path = usr/lib/dssi
Ook mis ik het bestand windows.h
------------------------------------------------------------------------------
Ik hoop dat iemand me kan helpen ik weet dat ik veel vraag

-------------
odo@ubuntu:~/Desktop/dssi-vst-0.7$ make
wineg++ -Ivestige -Wall -fPIC dssi-vst-server.cpp -o dssi-vst-server -L. -lremoteplugin -lpthread
dssi-vst-server.cpp:26:21: fout: windows.h: Bestand of map bestaat niet
dssi-vst-server.cpp:53: interne fout ‘HANDLE’ does not name a type
dssi-vst-server.cpp:55: interne fout ‘HWND’ does not name a type
dssi-vst-server.cpp: In destructor ‘virtual RemoteVSTServer::~RemoteVSTServer()’:
dssi-vst-server.cpp:245: interne fout ‘hWnd’ was not declared in this scope
dssi-vst-server.cpp:245: interne fout ‘SW_HIDE’ was not declared in this scope
dssi-vst-server.cpp:245: interne fout ‘ShowWindow’ was not declared in this scope
dssi-vst-server.cpp:246: interne fout ‘UpdateWindow’ was not declared in this scope
dssi-vst-server.cpp: In member function ‘virtual bool RemoteVSTServer::warn(std::string)’:
dssi-vst-server.cpp:501: interne fout ‘hWnd’ was not declared in this scope
dssi-vst-server.cpp:501: interne fout ‘MessageBox’ was not declared in this scope
dssi-vst-server.cpp: In member function ‘virtual void RemoteVSTServer::showGUI(std::string)’:
dssi-vst-server.cpp:533: interne fout ‘hWnd’ was not declared in this scope
dssi-vst-server.cpp:545: interne fout ‘SWP_NOACTIVATE’ was not declared in this scope
dssi-vst-server.cpp:545: interne fout ‘SWP_NOMOVE’ was not declared in this scope
dssi-vst-server.cpp:546: interne fout ‘SWP_NOOWNERZORDER’ was not declared in this scope
dssi-vst-server.cpp:546: interne fout ‘SWP_NOZORDER’ was not declared in this scope
dssi-vst-server.cpp:546: interne fout ‘SetWindowPos’ was not declared in this scope
dssi-vst-server.cpp:552: interne fout ‘SW_SHOWNORMAL’ was not declared in this scope
dssi-vst-server.cpp:552: interne fout ‘ShowWindow’ was not declared in this scope
dssi-vst-server.cpp:553: interne fout ‘UpdateWindow’ was not declared in this scope
dssi-vst-server.cpp: In member function ‘virtual void RemoteVSTServer::hideGUI()’:
dssi-vst-server.cpp:566: let op: unused variable ‘fd’
dssi-vst-server.cpp:571: interne fout ‘hWnd’ was not declared in this scope
dssi-vst-server.cpp:571: interne fout ‘SW_HIDE’ was not declared in this scope
dssi-vst-server.cpp:571: interne fout ‘ShowWindow’ was not declared in this scope
dssi-vst-server.cpp:572: interne fout ‘UpdateWindow’ was not declared in this scope
dssi-vst-server.cpp: In function ‘long int hostCallback(AEffect*, long int, long int, long int, void*, float)’:
dssi-vst-server.cpp:808: interne fout ‘hWnd’ was not declared in this scope
dssi-vst-server.cpp:812: interne fout ‘SWP_NOACTIVATE’ was not declared in this scope
dssi-vst-server.cpp:812: interne fout ‘SWP_NOMOVE’ was not declared in this scope
dssi-vst-server.cpp:813: interne fout ‘SWP_NOOWNERZORDER’ was not declared in this scope
dssi-vst-server.cpp:813: interne fout ‘SWP_NOZORDER’ was not declared in this scope
dssi-vst-server.cpp:813: interne fout ‘SetWindowPos’ was not declared in this scope
dssi-vst-server.cpp: At global scope:
dssi-vst-server.cpp:1031: interne fout ‘DWORD’ does not name a type
dssi-vst-server.cpp:1066: interne fout ‘DWORD’ does not name a type
dssi-vst-server.cpp:1115: interne fout ‘LRESULT’ does not name a type
dssi-vst-server.cpp:1129: interne fout expected initializer before ‘WinMain’
dssi-vst-server.cpp:59: let op: ‘alive’ defined but not used
winegcc: i486-linux-gnu-g++ failed
make: *** [dssi-vst-server.exe.so] Fout 2
odo@ubuntu:~/Desktop/dssi-vst-0.7$ make install
wineg++ -Ivestige -Wall -fPIC dssi-vst-server.cpp -o dssi-vst-server -L. -lremoteplugin -lpthread
dssi-vst-server.cpp:26:21: fout: windows.h: Bestand of map bestaat niet
dssi-vst-server.cpp:53: interne fout ‘HANDLE’ does not name a type
dssi-vst-server.cpp:55: interne fout ‘HWND’ does not name a type
dssi-vst-server.cpp: In destructor ‘virtual RemoteVSTServer::~RemoteVSTServer()’:
dssi-vst-server.cpp:245: interne fout ‘hWnd’ was not declared in this scope
dssi-vst-server.cpp:245: interne fout ‘SW_HIDE’ was not declared in this scope
dssi-vst-server.cpp:245: interne fout ‘ShowWindow’ was not declared in this scope
dssi-vst-server.cpp:246: interne fout ‘UpdateWindow’ was not declared in this scope
dssi-vst-server.cpp: In member function ‘virtual bool RemoteVSTServer::warn(std::string)’:
dssi-vst-server.cpp:501: interne fout ‘hWnd’ was not declared in this scope
dssi-vst-server.cpp:501: interne fout ‘MessageBox’ was not declared in this scope
dssi-vst-server.cpp: In member function ‘virtual void RemoteVSTServer::showGUI(std::string)’:
dssi-vst-server.cpp:533: interne fout ‘hWnd’ was not declared in this scope
dssi-vst-server.cpp:545: interne fout ‘SWP_NOACTIVATE’ was not declared in this scope
dssi-vst-server.cpp:545: interne fout ‘SWP_NOMOVE’ was not declared in this scope
dssi-vst-server.cpp:546: interne fout ‘SWP_NOOWNERZORDER’ was not declared in this scope
dssi-vst-server.cpp:546: interne fout ‘SWP_NOZORDER’ was not declared in this scope
dssi-vst-server.cpp:546: interne fout ‘SetWindowPos’ was not declared in this scope
dssi-vst-server.cpp:552: interne fout ‘SW_SHOWNORMAL’ was not declared in this scope
dssi-vst-server.cpp:552: interne fout ‘ShowWindow’ was not declared in this scope
dssi-vst-server.cpp:553: interne fout ‘UpdateWindow’ was not declared in this scope
dssi-vst-server.cpp: In member function ‘virtual void RemoteVSTServer::hideGUI()’:
dssi-vst-server.cpp:566: let op: unused variable ‘fd’
dssi-vst-server.cpp:571: interne fout ‘hWnd’ was not declared in this scope
dssi-vst-server.cpp:571: interne fout ‘SW_HIDE’ was not declared in this scope
dssi-vst-server.cpp:571: interne fout ‘ShowWindow’ was not declared in this scope
dssi-vst-server.cpp:572: interne fout ‘UpdateWindow’ was not declared in this scope
dssi-vst-server.cpp: In function ‘long int hostCallback(AEffect*, long int, long int, long int, void*, float)’:
dssi-vst-server.cpp:808: interne fout ‘hWnd’ was not declared in this scope
dssi-vst-server.cpp:812: interne fout ‘SWP_NOACTIVATE’ was not declared in this scope
dssi-vst-server.cpp:812: interne fout ‘SWP_NOMOVE’ was not declared in this scope
dssi-vst-server.cpp:813: interne fout ‘SWP_NOOWNERZORDER’ was not declared in this scope
dssi-vst-server.cpp:813: interne fout ‘SWP_NOZORDER’ was not declared in this scope
dssi-vst-server.cpp:813: interne fout ‘SetWindowPos’ was not declared in this scope
dssi-vst-server.cpp: At global scope:
dssi-vst-server.cpp:1031: interne fout ‘DWORD’ does not name a type
dssi-vst-server.cpp:1066: interne fout ‘DWORD’ does not name a type
dssi-vst-server.cpp:1115: interne fout ‘LRESULT’ does not name a type
dssi-vst-server.cpp:1129: interne fout expected initializer before ‘WinMain’
dssi-vst-server.cpp:59: let op: ‘alive’ defined but not used
winegcc: i486-linux-gnu-g++ failed
make: *** [dssi-vst-server.exe.so] Fout 2
odo@ubuntu:~/Desktop/dssi-vst-0.7$ jack-dssi-host dssi-vst.so:a.dll
jack-dssi-host: Warning: DSSI path not set
jack-dssi-host: Defaulting to "/usr/local/lib/dssi:/usr/lib/dssi:/home/odo/.dssi"