On Wed, Jan 7, 2009 at 8:28 AM, Krzysztof Duchnowski <[email protected]> wrote: > Diego Biurrun pisze: > >>>> Log: >>>> Move installed headers into dvdread directory to make them easier to >>>> use in a consistent way without installing. >>> And somethings went wrong with Makefile: > >>> configure: error: cannot find sources (src/dvd_reader.h) in . or .. >>> Makefile:1: config.mak: No such file or directory > >> Seems like you need to run configure. > > > Funny, it is after: > > svn co svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdread libdvdread > ./autogen.sh > > and "autogen.sh" runs ".configure" itself, but ok: > > $ ./configure --prefix=/usr > configure: error: cannot find sources (src/dvd_reader.h) in . or ..
Someone needs to change this line in configure.ac: AC_CONFIG_SRCDIR([src/dvd_reader.h]) to AC_CONFIG_SRCDIR([src/dvdread/dvd_reader.h]) or AC_CONFIG_SRCDIR([src/dvd_reader.c]) -- Dan _______________________________________________ DVDnav-discuss mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/dvdnav-discuss
