psycha0s / airwave

Airwave is a WINE-based VST bridge, that allows for the use of Windows 32- and 64-bit VST 2.4 audio plugins with Linux VST hosts
MIT License
572 stars 35 forks source link

can't find vst3_sdk directory during build #81

Open teletrail opened 7 years ago

teletrail commented 7 years ago

hi, trying to build this app from source - when I try to run the cmake command it refuses to see the VST3_SDK folder, no matter where I put it.

running this command: cmake -DCMAKE_BUILD_TYPE="Release" -DCMAKE_INSTALL_PREFIX=/opt/airwave -DVSTSDK_PATH=${HOME}/VST3_SDK ..

from build directory, have also tried with absolute file path as well.

Debian Sid, 64bit.

thanks!

hmollercl commented 7 years ago

You need to point to VST2_SDK in my case it was airwave/build$ cmake -DCMAKE_BUILD_TYPE="Release" -DCMAKE_INSTALL_PREFIX=/opt/airwave -DVSTSDK_PATH=${HOME}/VST3/VST_SDK/VST2_SDK SDK ..

teletrail commented 7 years ago

oh, thanks. the install instructions said to point to the vst3_sdk folder, not vst2. when I redirected them it worked fine.

now I'm getting an error with make, something about wine?

[ 23%] Linking CXX executable airwave-host-32 ld: Relocatable linking with relocations from format elf64-x86-64 (/usr/lib/x86_64-linux-gnu/wine/libwinecrt0.a(exe_entry.o)) to format elf32-i386 (airwave-host-32.ioeiDW.o) is not supported winebuild: ld failed with status 1 winegcc: /usr/lib/wine/winebuild failed src/host/CMakeFiles/airwave-host-32.dir/build.make:250: recipe for target 'src/host/airwave-host-32' failed make[2]: [src/host/airwave-host-32] Error 2 CMakeFiles/Makefile2:142: recipe for target 'src/host/CMakeFiles/airwave-host-32.dir/all' failed make[1]: [src/host/CMakeFiles/airwave-host-32.dir/all] Error 2 Makefile:129: recipe for target 'all' failed make: *** [all] Error 2

I have wine-staging 2.14 installed, as well as wine64-tools & wine64-development-tools

any help would be much appreciated!

hmollercl commented 7 years ago

Hi, I don't know the answer to that but I jut found out that there are relases in .deb maybe that is what you need. https://github.com/phantom-code/airwave/releases

teletrail commented 7 years ago

oh great, yeah that installed fine. thanks for the help!

On Tue, Aug 15, 2017 at 11:54 AM, hmollercl notifications@github.com wrote:

Hi, I don't know the answer to that but I jut found out that there are relases in .deb maybe that is what you need. https://github.com/phantom- code/airwave/releases

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/phantom-code/airwave/issues/81#issuecomment-322341002, or mute the thread https://github.com/notifications/unsubscribe-auth/AabHSF58Agkikv_M3n3xdJsHOW_Mq_Gdks5sYN5CgaJpZM4OvKKP .