On Mon, Oct 6, 2008 at 6:18 AM, Chris Bannister <c.bannister@xxxxxxxxx> wrote: > HI, im trying to build mplayer with dvdnav support but havnt managed yet. > > Without --enable-dvdnav it will build but configure doesnt find dvdnav, with > it it fails to build with this error http://paste.pocoo.org/show/87205/ > > Iibdvdnav is installed like this: > > /usr/bin/dvdnav-config > /usr/include/dvdnav > /usr/include/dvdnav/dvd_reader.h > /usr/include/dvdnav/dvd_types.h > /usr/include/dvdnav/dvdnav.h > /usr/include/dvdnav/dvdnav_events.h > /usr/include/dvdnav/ifo_print.h > /usr/include/dvdnav/ifo_read.h > /usr/include/dvdnav/ifo_types.h > /usr/include/dvdnav/nav_print.h > /usr/include/dvdnav/nav_read.h > /usr/include/dvdnav/nav_types.h > /usr/lib/libdvdnav.so > /usr/lib/libdvdnav.so.4 > /usr/lib/libdvdnav.so.4.0.0 > > and is version 4.1.3. Now im stuck and cant get it to build > If it is actually including <dvdnav.h> and not <dvdnav/dvdnav.h>, you will need to make sure the proper location gets on your Include paths when compiling. -Dan