avr-libc-dev
[Top][All Lists]
Advanced

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

[avr-libc-dev] RE: [bug #17728] Errors building documentation in MinGW


From: Eric Weddington
Subject: [avr-libc-dev] RE: [bug #17728] Errors building documentation in MinGW
Date: Wed, 13 Sep 2006 16:07:47 -0600

 

> -----Original Message-----
> From: Joerg Wunsch [mailto:address@hidden 
> Sent: Wednesday, September 13, 2006 3:53 PM
> To: address@hidden
> Cc: Eric Weddington
> Subject: Re: [bug #17728] Errors building documentation in MinGW
> 
> As Eric Weddington wrote:
> 
> > Good eye. I didn't catch on that it was the same list of files. Now
> > why would doxygen barf on those?....
> 
> make seems to have some kind of troubles with them as well.  I can't
> see your environment, so perhaps you can analyze that a bit.  Perhaps
> it's some confusion between C:/ vs. /c/ or such?

Good point. I'll see what I can find out, but it may take me some time.

BTW, there's another issue about building the docs. I get an error:

make[4]: Leaving directory
`/c/avrdev/avrlibc/avr-libc/doc/examples/stdiodemo'
make[3]: *** No rule to make target `../../../avr-libc/stamp-h1', needed by
`doxygen.config'.  Stop.
make[3]: Leaving directory `/c/avrdev/avrlibc/build/doc/api'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/c/avrdev/avrlibc/build/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/avrdev/avrlibc/build'
make: *** [all] Error 2

So I just removed the "stamp-h1" file as a dependent, since there isn't a
rule in that makefile (in doc/api) on how to build it. The rule is in the
makefile on the root. Workaround patch is attached. However, the question is
how should the problem really be fixed? I can open up a separate bug report
if you like.

Eric

reply via email to

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