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 I did some googling, and found that if I did: cd doc; make stamp-vti and then ran make I would get farther, but it still failed: CCLD mmc-tool make[2]: *** No rule to make target 'cd-drive.1', needed by 'all-am'. Stop. make[2]: Leaving directory '/home/joden/src/libcdio/src' 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 Any idea what I should do to progress? It seems like the make files have some issues. Thanks...James
