-
Notifications
You must be signed in to change notification settings - Fork 720
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
CMake fail: Checking for module 'gobject-2.0' Can't find gobject-2.0.pc... #315
Comments
Hmm, this shouldn't happen if you unchecked BUILD_GSTREAMER, are you sure that it is disabled? |
Actually, what has happened is that CMake has probably cached your BUILD_GSTREAMER setting. You need to rerun configuration (and possibly remove CMakeCache.txt) |
I'm not sure if there's a preferred approach, but I'm testing using Visual Studio Code and the CMake and C++ extensions. Getting "live" working on Windows will be a challenge indeed, because it uses an external program (SoX) to get an audio stream. This was done intentionally because the audio code was difficult to maintain and not very portable. It's assumed that if you are building an application on Windows that uses audio, you know how to get your own audio stream. That said, it ought to build - I think popen is called _popen on Windows, and pclose is _pclose. I will fix the example code. |
Also, consider using the Python module, which should have no trouble doing audio on Windows and Mac OS X. |
This is really the same problem as #316 ... |
I would if I could :-) |
Thanks - I will keep an eye out for it! |
This is actually fixed by #319, I closed it too soon. |
Hi, I get this when I pick all the options and hit configure. I uncheck BUILD_GSTREAMER, BUILD_TESTING, and FIXED_POINTED. Not sure which one needed it.
Is there a remedy for this?
I am on Windows 10.
Thanks!
The text was updated successfully, but these errors were encountered: