> -----Original Message----- > From: Joerg Wunsch [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 13, 2006 3:53 PM > To: [email protected] > 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
_______________________________________________ AVR-libc-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-libc-dev
