soloud icon indicating copy to clipboard operation
soloud copied to clipboard

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

Open yobonez opened this issue 2 years ago • 2 comments

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

yobonez avatar May 23 '22 10:05 yobonez

wait, jack works on windows?

Green-Sky avatar May 23 '22 14:05 Green-Sky

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

yobonez avatar May 23 '22 15:05 yobonez