libcdio-devel
[Top][All Lists]
Advanced

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

Re: [Libcdio-devel] make is failing


From: Leon Merten Lohse
Subject: Re: [Libcdio-devel] make is failing
Date: Wed, 30 Mar 2016 18:27:30 +0200

On Tue, 29 Mar 2016 14:47:28 -0400
James Olin Oden <address@hidden> wrote:

> I cloned the sources, ran ./autogen.sh, and "configure MAKE=make",
> and then when I run make I see:
> 
> address@hidden libcdio]$ make
> make  all-recursive
> make[1]: Entering directory '/home/joden/src/libcdio'
> Making all in doc
> make[2]: Entering directory '/home/joden/src/libcdio/doc'
>   MAKEINFO libcdio.info
> libcdio.texi:4: @include: could not find version.texi
> libcdio.texi:51: warning: undefined flag: VERSION
> libcdio.texi:51: warning: undefined flag: UPDATED
> Makefile:426: recipe for target 'libcdio.info' failed
> make[2]: *** [libcdio.info] Error 1
> make[2]: Leaving directory '/home/joden/src/libcdio/doc'
> Makefile:574: recipe for target 'all-recursive' failed
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory '/home/joden/src/libcdio'
> Makefile:471: recipe for target 'all' failed
> make: *** [all] Error 2

Try
  ./configure MAKE=make --enable-maintainer-mode
and then
  make

That once resolved the issue for me.

Best regards
Leon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]