Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another Compilation Error #7

Open
Cordoha opened this issue Dec 5, 2018 · 7 comments
Open

Another Compilation Error #7

Cordoha opened this issue Dec 5, 2018 · 7 comments

Comments

@Cordoha
Copy link

Cordoha commented Dec 5, 2018

Running Ubuntu 18.04
During the make process, this error occurred.

[ 27%] Building CXX object src/host/CMakeFiles/airwave-host-32.dir/__/common/vsteventkeeper.cpp.o
[ 28%] Building CXX object src/host/CMakeFiles/airwave-host-32.dir/host.cpp.o
[ 30%] Building CXX object src/host/CMakeFiles/airwave-host-32.dir/main.cpp.o
[ 32%] 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.qgK5Yp.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

@Hedronmx
Copy link

Hedronmx commented Jul 7, 2019

I am getting the same error

@steve-todorov
Copy link

Have you guys installed wine32 bit libraries?

@SmiVan
Copy link

SmiVan commented Apr 19, 2020

Experiencing the same error, and I do have both 32-bit and 64-bit libraries.
It's just trying to link the 64-bit version instead of the 32-bit one for whatever reason.

@SmiVan
Copy link

SmiVan commented Apr 19, 2020

Well apparently PR #5 is intended to fix exactly this, but it hasn't been merged for 1.5 years.

@SmiVan
Copy link

SmiVan commented Apr 19, 2020

Fixed my issue by following the example in #5 - but with my library locations as such:

 LINK_FLAGS "-m32 -L/opt/wine-stable/lib/ -L/opt/wine-stable/lib/wine"

@QkiZMR
Copy link

QkiZMR commented Apr 29, 2020

@SmiVan your patch from pull request doesn't change anything

@SmiVan
Copy link

SmiVan commented May 4, 2020

@SmiVan your patch from pull request doesn't change anything

You need to set your particular 32-bit library paths there, as they very well might differ from mine.


Also I'm not sure it actually fixes everything, but at least it compiles and runs for the one VST I'm using it for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants