-
Notifications
You must be signed in to change notification settings - Fork 164
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
build problem on current master #34
Comments
Same error here building audiohost. VST3SDK 3.6.13 build 81 / Ubuntu 18.10 / Kubuntu 18.10 / GCC 8.2.0.
Help greatly appreciated. |
Same problem . gcc version 8.3 92%] Building CXX object public.sdk/samples/vst-hosting/audiohost/CMakeFiles/audiohost.dir/source/audiohost.cpp.o |
Seems fixed: it now builds fine on Kubuntu 19.04 / 18.10 / 18.04. |
I just tried to compile vst3 and now, it compiles. |
I have the same error on audio host on ubuntu 18.04 with g++ 7.4.0, is there a particular version of g++ that is only supported? |
I just tried on Ubuntu 18.04.2 LTS and gcc (Ubuntu 7.4.0-1ubuntu1~18.04) 7.4.0 and the build succeeds.
|
Well here is my build script. I realize that all the dependencies may not be in this script as I run other scripts before it that install many libraries so many of them may be in there but I wanted to paste it in here for completeness.
So the difference is that I'm running make like the Readme.md says at https://github.com/steinbergmedia/vst3sdk and you are gitting from this git it while im wgetting it from their website. I also ran with cmake as you show and it still fails. I am also using Ubuntu 18.04.2 LTS and gcc (Ubuntu 7.4.0-1ubuntu1~18.04) 7.4.0 and the build fails at 96% with the following error
|
So I can confirm that master of this git builds successfully but the Steinberg website just has an out of date image with a bug. |
This is fixed with commit 9235162 |
I build vst3sdk on Fedora 29 64 bits.
gcc version is 8.3.1.
I meet the following error during compilation:
The text was updated successfully, but these errors were encountered: