On Tue, 29 Mar 2016 14:47:28 -0400 James Olin Oden <[email protected]> wrote:
> I cloned the sources, ran ./autogen.sh, and "configure MAKE=make", > and then when I run make I see: > > [joden@joden 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
