Windows w/ gi and python
Hey all,
I'm trying to build gstreamer with -v python -v gi
and it's failing during gobject-introspection configure:
checking for headers required to compile python extensions... ./configure: line 15236: /c/Python37//python-config: No such file or directory
not found
configure: error: Python headers not found
As far as I can see it wants to run python-config --includes
to find the headers and this doesn't exist on windows. Has anyone successfully built this?
I will try hacking it to work by providing my own script python-config
that returns the path-to-includes in the meantime.
Thanks in advanced!