Re: [avr-libc-dev] avr-libc build fails on freebsd with latest doxygen

2008-11-21 Thread Steve Franks
On Fri, Nov 21, 2008 at 3:23 PM, Joerg Wunsch <[EMAIL PROTECTED]> wrote: > As Steve Franks wrote: > > > > There should be a configure switch for that. IIRC it's --disable-doc. > > > > Here's the exact error, by the way: > > ... > > config.l<1304>: Internal error: Requested unknown option > GENERAT

Re: [avr-libc-dev] avr-libc build fails on freebsd with latest doxygen

2008-11-21 Thread Joerg Wunsch
As Steve Franks wrote: > > There should be a configure switch for that. IIRC it's --disable-doc. > > Here's the exact error, by the way: ... > config.l<1304>: Internal error: Requested unknown option GENERATE_INDEXLOG! I've seen this as well, yes. Did you try updating your doxygen port again?

Re: [avr-libc-dev] avr-libc build fails on freebsd with latest doxygen

2008-11-21 Thread Steve Franks
> > > Is there a way to build avr-libc without the docs (and hence w/o > > > doxygen)? > > > > Yes, if you define NOPORTDOCS, they won't be built. > > There should be a configure switch for that. IIRC it's --disable-doc. Here's the exact error, by the way: gmake[4]: Nothing to be done for `dox'.

Re: [avr-libc-dev] avr-libc build fails on freebsd with latest doxygen

2008-10-30 Thread Joerg Wunsch
As Weddington, Eric wrote: > > > Is there a way to build avr-libc without the docs (and hence w/o > > > doxygen)? > > > > Yes, if you define NOPORTDOCS, they won't be built. > > There should be a configure switch for that. IIRC it's --disable-doc. That's exactly what the NOPORTDOCS option does.

RE: [avr-libc-dev] avr-libc build fails on freebsd with latest doxygen

2008-10-30 Thread Weddington, Eric
> -Original Message- > From: > [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > org] On Behalf Of Joerg Wunsch > Sent: Thursday, October 30, 2008 4:31 PM > To: avr-libc-dev@nongnu.org > Subject: Re: [avr-libc-dev] avr-libc build fails on freebsd > with l

Re: [avr-libc-dev] avr-libc build fails on freebsd with latest doxygen

2008-10-30 Thread Joerg Wunsch
As Steve Franks wrote: > I'm not looking at the error this instant (my ucom device is > crashing the latest stable freebsd bigtime), but I tried to build > avr-libc from ports a couple days ago, and it failed with some > errors about unsupported doxygen directives. Looked like doxygen > just chan