-
Notifications
You must be signed in to change notification settings - Fork 2
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
[gstreamer] missing GLib-2.0.gir' #15
Comments
I tried to reproduce it locally, but running
|
with
Trying to force shared=False , fails as gobject-introspection needs shared libs... |
You probably also need |
Unclear how it could build, comments from [(https://github.com/valgur/conan-center-index/blob/540e504f118a08428b799ede7934b16198f87fca/recipes/gobject-introspection/all/conanfile.py#L68)] are explicit, build introspection support under windows still complicated |
I dug into |
You could give the Vcpkg version of gobject-introspection + gstreamer a try. I'm curious whether that works any better. There's an active PR improving gobject-introspection support open as well: microsoft/vcpkg#43722 |
Thanks a lot for your feedback, I ll give vcpkg a try... |
Let me know if you have more luck with Vcpkg. It would perhaps help narrow down the issue. |
No success so far with vcpkg... |
Description
Building gstreamer 1.24.12 with_introspection on windows with msvc ended with the following error:
Couldn't find include 'GLib-2.0.gir'
(using self.requires("glib/2.78.3", transitive_headers=True, transitive_libs=True)
Shall glib be already installed (as a system dependency) ?
Any hint ?
Originally posted by @valgur in conan-io#26363 (comment)
Package and Environment Details
Conan profile
detect_api: Found msvc 17
Detected profile:
[settings]
arch=x86_64
build_type=Release
compiler=msvc
compiler.cppstd=14
compiler.runtime=dynamic
compiler.version=193
os=Windows
Steps to reproduce
conan create --version 1.24.12 -vvv --update --build=missing -pr:h default-x86_64-windows-msvc193-cppstd17 -pr:b default-x86_64-windows-msvc193-cppstd17 -o shared=True -o with_introspection .\conanfile.py
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: