On Monday 10 December 2007, Thomas Kuther wrote:
On Mo, 10.12.07 22:47 David Baron
<d_baron(a)012.net.il> wrote:
The entries on sourceforge are very old, will no
longer compile.
Is this still be maintained, newer code available?
Just compiled and tested about 30 minutes ago with
jack-audio-connection-kit SVN, glibc 2.7, wine-0.9.50
Maybe post the compile errors you get :)
OK, here it is. Wine 0.9.48, whatever else is current on Sid, not SVN:
wineg++ -I./vstsdk2.4/pluginterfaces/vst2.x -Wall dssi-vst-server.cpp -o
dssi-vst-server -L. -lremoteplugin
dssi-vst-server.cpp: In member function 'virtual void
RemoteVSTServer::hideGUI()':
dssi-vst-server.cpp:566: warning: unused variable 'fd'
dssi-vst-server-fyDFMN.o: In function `RemoteVSTServer::process(float**,
float**)':
dssi-vst-server.cpp:(.text+0x2d91): undefined reference to
`pthread_mutex_trylock'
collect2: ld returned 1 exit status
winegcc: g++ failed