Compilling DSSI-VST on x64
Hi,
I need some help ...;)
I've force the installation of wine.
sudo dpkg --force-architecture -i wine_0.9.40~winehq0~debian~4.0-1_i386.deb
sudo dpkg --force-architecture -i wine-dev_0.9.40~winehq0~debian~4.0-1_i386.deb
and I've some error with make..
dssi-vst-server.cpp:685: warning: ‘__cdecl__’ attribute ignored
dssi-vst-server.cpp:1032: warning: ‘__stdcall__’ attribute ignored
dssi-vst-server.cpp:1067: warning: ‘__stdcall__’ attribute ignored
dssi-vst-server.cpp:1116: warning: ‘__stdcall__’ attribute ignored
dssi-vst-server.cpp:1129: warning: ‘__stdcall__’ attribute ignored
dssi-vst-server.cpp: In function ‘int WinMain(HINSTANCE__*, HINSTANCE__*, CHAR*, int)’:
dssi-vst-server.cpp:1236: warning: ‘__stdcall__’ attribute ignored
dssi-vst-server.cpp:1238: warning: ‘__stdcall__’ attribute ignored
dssi-vst-server.cpp:1249: warning: ‘__stdcall__’ attribute ignored
winegcc: g++ failed.
make: *** [dssi-vst-server.exe.so] Erreur 2
I've trying with
sudo apt-get install libc6-dev-i386
issue is same ...libraries problem?
Somebody have an idea , thank's.

dssi-vst amd64
Same problem here
code...
From what I can read on the
Hi, Thank's but i want
cyclick@64studio:~/Desktop/src/dssi-vst-0.4$ make g++ -m32 -I./vstsdk2.4/pluginterfaces/vst2.x -Wall remotepluginclient.cpp -c g++ -m32 -I./vstsdk2.4/pluginterfaces/vst2.x -Wall remotepluginserver.cpp -c g++ -m32 -I./vstsdk2.4/pluginterfaces/vst2.x -Wall -c -o rdwrops.o rdwrops.cppg++ -m32 -I./vstsdk2.4/pluginterfaces/vst2.x -Wall -c -o paths.o paths.cpp ar r libremoteplugin.a remotepluginclient.o remotepluginserver.o rdwrops.o paths.o ar: création de libremoteplugin.a wineg++ -m32 -I./vstsdk2.4/pluginterfaces/vst2.x -Wall dssi-vst-server.cpp -o dssi-vst-server -lpthread -L. -lremoteplugin dssi-vst-server.cpp: In member function ‘virtual void RemoteVSTServer::hideGUI()’: dssi-vst-server.cpp:566: warning: unused variable ‘fd’ ld: liaison relocalisable avec relocalisation à partir du format elf32-i386 (dssi-vst-server-snI47b.o) au format elf64-x86-64 (dssi-vst-server.aOxsYM.o) n'est pas supportée winebuild: ld -r failed with status 256 winegcc: winebuild failed. make: *** [dssi-vst-server.exe.so] Erreur 2liaison relocalisable avec relocalisation à partir du format elf32-i386 (dssi-vst-server-snI47b.o) au format elf64-x86-64 (dssi-vst-server.aOxsYM.o) n'est pas supportée .....Re:
32bit
Hi, many thanks ...but have
64'd VST