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

An error in soloud_jack.cpp causes static library build to fail #344

Open
yobonez opened this issue May 23, 2022 · 2 comments
Open

An error in soloud_jack.cpp causes static library build to fail #344

yobonez opened this issue May 23, 2022 · 2 comments

Comments

@yobonez
Copy link

yobonez commented May 23, 2022

Expected behavior:

A static soloud library with JACK backend ready to go

Actual behavior:

C2131 expression did not evaluate to a constant jack_default_audio_sample_t data[dataLength];
SoloudStatic E:\dev\soloud20200207\src\backend\jack\soloud_jack.cpp 54                   ^

Steps to reproduce the problem:

  • Build for Visual Studio 2019 using command: genie --with-jack-only vs2019
  • Open Visual Studio, set JACK include directories and try to build SoloudStatic

SoLoud version, operating system, backend used, any other potentially useful information:

Soloud 20200207
Windows 10
JACK

@Green-Sky
Copy link

wait, jack works on windows?

@yobonez
Copy link
Author

yobonez commented May 23, 2022

It has includes and libs for windows so yes i suppose https://jackaudio.org/downloads/

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

2 participants