Open
Conversation
Can't compile airwave-host-32: cmake can't find installed in /usr/lib/i386-linux-gnu/wine libs.
Error message:
```
[ 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.0GjNO7.o) is not supported
winebuild: ld failed with status 1
winegcc: /usr/lib/wine/winebuild failed
```
Command:
```
mkdir -p build && cd build && \
cmake \
-DCMAKE_BUILD_TYPE="Release" \
-DCMAKE_INSTALL_PREFIX=/opt/airwave \
..
```
Related links:
psycha0s#65
LMMS/lmms#3582
OS: Ubuntu 18.10
Packages:
```
sudo apt install -y git cmake gcc-multilib build-essential qt5-qmake qtbase5-dev libmagic-dev libwine-dev libwine-dev:i386
```
Author
|
May be add i386 wine lib paths to LINK_FLAGS for some popular distros and wine? LINK_FLAGS="-m32 -L /usr/lib/i386-linux-gnu/wine -L /opt/wine-stable/lib32" |
Owner
|
Hi, for some reason this project always is unwatched for me whatever I do (I click watched and the next time I visit the project I'm unwatched), so I don't get any notifications ..... Will review this project in a couple of days and merge pull requests. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Can't compile airwave-host-32: cmake can't find installed in /usr/lib/i386-linux-gnu/wine libs.
Error message:
Command:
Related links:
psycha0s#65
LMMS/lmms#3582
OS: Ubuntu 18.10
Packages: