-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Building 1.2.1 for Windows using mingw yields error: Undefined reference to read_wav... #606
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
Comments
There's a new file in "examples" named "common.cpp" in this version. |
Thank you! @lijihhh you're exactly right. |
@lijihhh Running the main.exe after building it this way doesn't yield any results |
Which cpu are you using?My E5 cpu can't print any results either. But it works correctly on my i3 PC. |
I'm using an i7-4700MQ |
I'm getting the same error when building on Ubuntu 22.04 on WSL2, even after compiling common.cpp and adding it to main.cpp
|
I'm following the instructions in #168 but with version
1.2.1
I can no longer compile successfully:I start in a fresh Debian container and I prep it by doing:
Now I go to do the build
I'm not sure what's happening here. Seems like it doesn't see a reference, but I'm not sure what's changed.
This process works just fine for
v1.2.0
Thanks very much!
The text was updated successfully, but these errors were encountered: