'make' failed, because the file "/something/gst/gst.h" can't be found. But it is found by 'find / -name gst.h' here : /usr/include/gstreamer-0.10/gst/gst.h and /usr/include/gstreamer-1.0/gst/gst.h
the configure script was intended to work with gmake, so I've used, as hinted, the ' --make=make' option. But after it was just 'make all' or 'make'.
the make looks after /something/gst
while your systeme has /usr/include/gstreamer-1.0/gst
either use the ldconfig to recheck all path for available libs
or change the makefile to change "something" to "usr/include/gstreamer-1.0"
also check if you have installed gstreamer-dev package (or something like this)
# looks like a PATH issue
Posté par NeoX . En réponse au message peut être pas un pb de débutant: gst.h isn't seen by a make script, while it DOES exist !. Évalué à 1. Dernière modification le 13 février 2016 à 11:47.
the make looks after /something/gst
while your systeme has /usr/include/gstreamer-1.0/gst
either use the ldconfig to recheck all path for available libs
or change the makefile to change "something" to "usr/include/gstreamer-1.0"
also check if you have installed gstreamer-dev package (or something like this)