Search Criteria
Package Details: airwave-git r155.8cd3507-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/airwave-git.git (read-only, click to copy) |
---|---|
Package Base: | airwave-git |
Description: | 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 |
Upstream URL: | https://github.com/phantom-code/airwave |
Licenses: | MIT |
Conflicts: | airwave |
Provides: | airwave |
Submitter: | phant0m |
Maintainer: | None |
Last Packager: | jonathon |
Votes: | 21 |
Popularity: | 0.000000 |
First Submitted: | 2014-07-14 08:53 (UTC) |
Last Updated: | 2017-04-12 17:23 (UTC) |
Dependencies (6)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- steinberg-vst36
- wine (wine-valveAUR, wine-stable-nextAUR, wine-stableAUR, wine-wow64-gitAUR, wine-staging-wow64-gitAUR, wine-ge-customAUR, wine-gitAUR, wine-staging-gitAUR, wine-cachyosAUR, wine-wow64AUR, wine-staging-wow64AUR, wine-tkg-staging-wow64-binAUR, wine-staging)
- cmake (cmake-gitAUR) (make)
- gcc-multilib (gcc-gitAUR, gcc-libs-gitAUR, gcc-fortran-gitAUR, gcc-objc-gitAUR, gcc-ada-gitAUR, gcc-go-gitAUR, gccrs-gitAUR, gccrs-libs-gitAUR, gcc-snapshotAUR, gcc) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
1 2 3 4 Next › Last »
mikesbytes commented on 2021-04-15 14:24 (UTC)
I am still getting the
#include_next <stdlib.h>
error that @alvafox mentioned in 2018. Anyone have a fix for this?micwoj92 commented on 2021-03-09 23:24 (UTC)
this pkgbuild no longer needs lines 15-17, gcc provides gcc-multilib
szanni commented on 2020-08-24 21:46 (UTC)
For anyone having airwave crashing on you: downgrading the Steinberg SDK to steinberg-vst36 3.6.7-1 seems to fix all crash related issues for me.
udaemon commented on 2020-07-16 07:19 (UTC)
hi, I just wanted to let you know there’s been a recent commit to master which should make airwave make working with wine 5.8+.
ekollof commented on 2019-12-05 14:13 (UTC)
Ah, apparently psycha0s was paying attention. He merged my pull request. It should build fine now :)
ekollof commented on 2019-12-05 10:45 (UTC) (edited on 2019-12-05 12:17 (UTC) by ekollof)
@nhoma
This seems to be a Wine issue. See https://bugs.winehq.org/show_bug.cgi?id=47710
It seems to go away when you disable Link Time Optimization. Discussion about that here: https://github.com/LMMS/lmms/issues/5179 and https://bugs.winehq.org/show_bug.cgi?id=41712
https://aur.archlinux.org/packages/carla-bridges/ ran into the same issue and they fixed it by adding "-DWIDL_objidl_generated_name_0000000C=" to the CXXFLAGS
Did a pull request upstream: https://github.com/psycha0s/airwave/pull/105
nhoma commented on 2019-10-18 01:35 (UTC) (edited on 2019-10-18 01:36 (UTC) by nhoma)
I have a problem installing after about 28% in
6100 | union WIDL_objidl_generated_name_0000000C { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/nika/.cache/yay/airwave-git/src/airwave/src/host/host.cpp: In member function ‘bool Airwave::Host::initialize(const char, int)’: /home/nika/.cache/yay/airwave-git/src/airwave/src/host/host.cpp:63:44: warning: cast between incompatible function types from ‘FARPROC’ {aka ‘long int (attribute((ms_abi)) )()’} to ‘Airwave::VstPluginMainProc’ {aka ‘AEffect (attribute((ms_abi)) )(long int (__attribute((ms_abi)) )(AEffect, int, int, long int, void, float))’} [-Wcast-function-type] 63 | GetProcAddress(module_, "VSTPluginMain")); | ^ /home/nika/.cache/yay/airwave-git/src/airwave/src/host/host.cpp:67:36: warning: cast between incompatible function types from ‘FARPROC’ {aka ‘long int (attribute((ms_abi)) )()’} to ‘Airwave::VstPluginMainProc’ {aka ‘AEffect (attribute((ms_abi)) )(long int (attribute((ms_abi)) )(AEffect, int, int, long int, void, float))’} [-Wcast-function-type] 67 | GetProcAddress(module_, "main")); | ^ winegcc: g++ failed make[2]: [src/host/CMakeFiles/airwave-host-64.dir/build.make:128: src/host/CMakeFiles/airwave-host-64.dir/host.cpp.o] Error 2 make[1]: [CMakeFiles/Makefile2:148: src/host/CMakeFiles/airwave-host-64.dir/all] Error 2 make: ** [Makefile:130: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... Error making: airwave-git
<deleted-account> commented on 2019-01-06 20:54 (UTC)
@mlaqts yes, I have glibc.
In fact, I solved the build problem. If someone wants to know how. When I received another error that pointed to a library containing "include_next", I changed "include_next" to "include" in it, it helped, but this is a very ugly solution imo.
mlaqts commented on 2019-01-06 01:06 (UTC)
@alvafox Do you have glibc installed?
1 2 3 4 Next › Last »