Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: dssi-vst errors  (gelezen 1165 keer)

odo

  • Gast
dssi-vst errors
« Gepost op: 2008/06/09, 17:43:57 »
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"

dssi-vst errors
« Reactie #1 Gepost op: 2008/06/09, 19:17:07 »
Heb je via synaptic al DSSI geinstalleerd? En heb je wine geinstalleerd? En volgens mij moet je dan het script runnen  sudo sh runvst.sh maar lees eerst de Read Me file door.

Met vriendelijke groet,

Gijs
In der Beschränkung zeigt sich der Meister.

odo

  • Gast
dssi-vst errors
« Reactie #2 Gepost op: 2008/06/09, 20:01:06 »
Hi Gijsbert
Sorry!! Ik had de helpfile gelezen en Wine en  DSSI is geinstalleerd.Ook al wat extra synths zoals Hexter ect. En de Lite Osc Libary die nodig is.
In de helpfiles staat gewoon make en dan make install.Wat ik al zij mijn mijn dssi path = usr/lib/dssi en dat zou toch goed moeten zijn?
De volgende keer zal ik wat duidelijker zijn!!!

(edit natuurllijk probeer ik eerst en als ik er echt niet uit kom vraag ik om help ) ;)

dssi-vst errors
« Reactie #3 Gepost op: 2008/06/09, 20:45:07 »
Wat ik begrijp is dat je dssi server moet draaien als je het installeert had je dit al geprobeerd?.
Hier nog een site misschien kan je er iets mee http://lwn.net/Articles/284015/
Misschien vraag ik te veel, niet iedereen leest of probeert het dus ja met vragen kom je er achter.

Met vriendelijke groet,

Gijs
In der Beschränkung zeigt sich der Meister.