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

vst3sdk out-of-date #126

Closed
dvzrv opened this issue Feb 19, 2024 · 2 comments · Fixed by #129
Closed

vst3sdk out-of-date #126

dvzrv opened this issue Feb 19, 2024 · 2 comments · Fixed by #129

Comments

@dvzrv
Copy link

dvzrv commented Feb 19, 2024

Hi! 👋

When getting around to create this package for Arch Linux finally I ran into issues with the bundled vst3sdk being too out-of-date:

CMake Error at plugins/editor/cmake/Vstgui.cmake:122 (target_sources):
  Cannot find source file:

    /usr/src/vst3sdk/vstgui4/vstgui/lib/platform/linux/cairocontext.cpp

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc
Call Stack (most recent call first):
  plugins/editor/CMakeLists.txt:9 (include)

We are currently on 3.7.9_build_61 and will update to 3.7.10_build_14. Would it be possible to bump the version used in this repository as well? :)

@redtide
Copy link
Member

redtide commented Feb 19, 2024

hello, I tried once to understand what kind of change they made but at some point I gave up.
I'll retry in the next days.

@redtide
Copy link
Member

redtide commented Feb 21, 2024

the error you faced were from VSTGUI, that is now updated to the current 4.13.3, I'll see what we can do with the SDK.

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

Successfully merging a pull request may close this issue.

2 participants