--- Matt Zimmerman <[EMAIL PROTECTED]> wrote: > On Wed, Jan 08, 2003 at 12:20:52PM -0600, Glenn wrote: > > > I tried that fix, ran `make clean; ./configure --prefix=/opt` then: > > > > [TLB:~/Desktop/flac-1.0.5_beta1/flac-1.0.5_beta1] glenn% make > > make all-recursive > > Making all in doc > > Making all in . > > doxygen Doxyfile > > make[3]: doxygen: Command not found > > make[3]: *** [FLAC.tag] Error 127 > > make[2]: *** [all-recursive] Error 1 > > make[1]: *** [all-recursive] Error 1 > > make: *** [all] Error 2 > > [TLB:~/Desktop/flac-1.0.5_beta1/flac-1.0.5_beta1] glenn% > > > > Let me know if you want me to try something else, otherwise I'll > wait > > for beta2. > > Install doxygen. > > (Josh: thought about shipping pre-generated documentation and making > this > optional?)
I do, and did for 1.0.5 beta1, the problem is that his 'make clean' wiped it out. The ideal behavior in this case is for configure to be able to detect the presence of doxygen (easy enough), but then make sure that 'make clean' does not remove the docs if it is not possible to build them again. I'll try something in doc/Makefile.am to do this. Josh __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Flac-dev mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/flac-dev
