ali1234 / rpi-ramdisk

Builds ramdisk environments for Raspberry Pi
88 stars 20 forks source link

Enabling introspection causes gstreamer build failure #3

Closed Gadgetoid closed 7 years ago

Gadgetoid commented 7 years ago

With introspection enabled the gstreamer build fails with:

No rule to make target `/usr/bin/g-ir-scanner`, needed by `Gst-1.0.gir`. Stop.

https://github.com/ali1234/rpi-ramdisk/blob/master/packages/gstreamer/Makefile#L49

I'm unsure of the wider impact, but changing this to no was the only way I could get my build to progress past this point.

ali1234 commented 7 years ago

Install gobject-introspection on the host.

ali1234 commented 7 years ago

btw there is no wider impact at this point because gstreamer is not even installed into the image yet. gobject-introspection is needed for libmediaart, which is needed for rygel, which is part of the final thing I am building.