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

Unresolved reference to PaWinUtil_GetOsVersion #974

Open
stefanyovev opened this issue Oct 24, 2024 · 3 comments · Fixed by #999
Open

Unresolved reference to PaWinUtil_GetOsVersion #974

stefanyovev opened this issue Oct 24, 2024 · 3 comments · Fixed by #999
Assignees
Labels
build-autoconf Autoconf build system P1 Priority: Highest windows Affects MS Windows
Milestone

Comments

@stefanyovev
Copy link

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.

@RossBencina
Copy link
Collaborator

Looks like pa_win_version.c needs to be added to the configure script everywhere that pa_win_util.c appears.

@RossBencina
Copy link
Collaborator

@stefanyovev we've merged a fix. Please could you check that it is fixed for you and let us know?

@stefanyovev
Copy link
Author

Yes. Tested. Works. Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-autoconf Autoconf build system P1 Priority: Highest windows Affects MS Windows
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants