Open jarkkojs opened 7 years ago
PS. Friendly suggestion: use snap and/or FlatPak for packaging. Would be a better fit for this project than deb because of a proprietary dependency.
Same problem on gentoo. (I assume you use ubuntu according to your link). I believe the problem is that it is trying to link 64 bit to 32 bit wine libs. Probably a solution is to set the LDFLAGS correctly to the new location of wine. (something like /usr/lib/$(WINETARGET), /usr/lib32/$(WINETARGET), /usr/lib64/$(WINETARGET)). Since I'm not a programmer, I would need help to patch the source/Makefile. At least I didn't find any LDFLAGS in the Makefile generated by cmake. You have an idea?
Edit: I found by manually setting symlinks /usr/lib32/libwine.so -> wine-vanilla-2.0.3/libwine.so /usr/lib32/libwine.so.1 -> wine-vanilla-2.0.3/libwine.so.1 /usr/lib32/libwine.so.1.0 -> wine-vanilla-2.0.3/libwine.so.1.0 /usr/lib32/wine -> wine-vanilla-2.0.3/wine/ /usr/lib64/libwine.so -> wine-vanilla-2.0.3/libwine.so /usr/lib64/libwine.so.1 -> wine-vanilla-2.0.3/libwine.so.1 /usr/lib64/libwine.so.1.0 -> wine-vanilla-2.0.3/libwine.so.1.0 /usr/lib64/wine -> wine-vanilla-2.0.3/wine/ the build works.
Linking phase fails for airwave-host-32 when compiling on 64-bit host:
Some other issue I found that I was able to workaround:
VST3\ SDK
. Fixed this by usingVST3_SDK
directory name instead.copy_vst2_to_vst3_sdk.sh
but it is clearly required.