We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Windows, msys2
./configure --with-winapi=wasapi,asio,wdmks --with-asiodir=/home/ss/asiosdk make
Unresolved reference to PaWinUtil_GetOsVersion
But if I echo "#include "pa_win_version.c"">>src/os/win/pa_win_util.c
Works.
The text was updated successfully, but these errors were encountered:
Looks like pa_win_version.c needs to be added to the configure script everywhere that pa_win_util.c appears.
pa_win_version.c
pa_win_util.c
Sorry, something went wrong.
add src/os/win/pa_win_version.c to windows ./configure based builds. f…
91a525e
…ixes PortAudio#974
add src/os/win/pa_win_version.c to windows ./configure based builds. …
2b80aa7
…addresses #974 (#999)
@stefanyovev we've merged a fix. Please could you check that it is fixed for you and let us know?
Yes. Tested. Works. Thanks a lot!
RossBencina
Successfully merging a pull request may close this issue.
Windows, msys2
./configure --with-winapi=wasapi,asio,wdmks --with-asiodir=/home/ss/asiosdk
make
Unresolved reference to PaWinUtil_GetOsVersion
But if I
echo "#include "pa_win_version.c"">>src/os/win/pa_win_util.c
Works.
The text was updated successfully, but these errors were encountered: