SOLVED: gst-pluggin error libgstdvdnavsrc_la-dvdnavsrc.lo



Just to save anyone out there some time:

If you are attempting to compile garnome-2.12.3 (and possibly other versions) with paranoid-install and fail with:

copious output ....
...
....
make[6]: *** [libgstdvdnavsrc_la-dvdnavsrc.lo] Error 1
make[6]: Leaving directory `/local/home/build/garnome-2.12.3/desktop/gst-plugins/work/main.d/gst-plu
gins-0.8.11/ext/dvdnav'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/local/home/build/garnome-2.12.3/desktop/gst-plugins/work/main.d/gst-plu
gins-0.8.11/ext'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/local/home/build/garnome-2.12.3/desktop/gst-plugins/work/main.d/gst-plu
gins-0.8.11'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/local/home/build/garnome-2.12.3/desktop/gst-plugins/work/main.d/gst-plu
gins-0.8.11'
make[2]: *** [build-work/main.d/gst-plugins-0.8.11/Makefile] Error 2
make[2]: Leaving directory `/local/home/build/garnome-2.12.3/desktop/gst-plugins'
make[1]: *** [../../desktop/gst-plugins/cookies/main.d/install] Error 2
make[1]: Leaving directory `/local/home/build/garnome-2.12.3/desktop/control-center'
make: *** [paranoid-install] Error 2

locate ifo_read.h (on my machine it was located at /usr/include/dvdread/ifo_read.h) and add the following line:

#include <inttypes.h>

above the lines:

#include <dvdread/ifo_types.h>
#include <dvdread/dvd_reader.h>

This should allow you to at least compile a little further.

G'luck

-Hugh

P.S. This is my first post to anything like this, so sorry if there's some sort of ettiquette I'm not following.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]