[DVDnav-discuss] r1162 - in trunk/libdvdread: Makefile src/Makefile.am src/bitreader.c src/bitreader.h src/dvd_input.c src/dvd_reader.c src/dvd_reader.h src/dvd_udf.c src/dvd_udf.h src/dvdread src/dvdread/bitreader...

Dan Nicholson dbn.lists at gmail.com
Wed Jan 7 17:35:08 CET 2009


On Wed, Jan 7, 2009 at 8:28 AM, Krzysztof Duchnowski <amidk75 at gmail.com> 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



More information about the DVDnav-discuss mailing list