avrdude-dev
[Top][All Lists]
Advanced

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

Re: [avrdude-dev] Building AVRDUDE 5.2 under cygwin @WINDOWS_DIRS@: No s


From: Joerg Wunsch
Subject: Re: [avrdude-dev] Building AVRDUDE 5.2 under cygwin @WINDOWS_DIRS@: No such file or directory
Date: Fri, 10 Nov 2006 00:14:32 +0100
User-agent: Mutt/1.5.11

As Bob Paddock wrote:

> To get it to bootstrap with the latests and greatest (?)
> cygwin tools, and todays CVS checkout, you have to replace:
> 
> #SUBDIRS = @SUBDIRS_AC@
> #DIST_SUBDIRS = @DIST_SUBDIRS_AC@
> 
> with:
> 
> SUBDIRS      = @WINDOWS_DIRS@
> DIST_SUBDIRS = windows
> 
> in Makefile.am.

That's not the way this is supposed to work.  These replacements are
supposed to happen automatically at configure time.

> I also removed the 'doc' from the above.
> You can get the html docs to build with out
> much pain but then things fall apart for
> the other documentation styles.

You need an installed latex for them, and probably also a texi2html
(if it's not part of your latex distribution).  I believe Eric
Weddington recently posted to avr-libc-dev what he needed to get the
docs built there.  As avr-libc used Doxygen, much more tools are
needed for that.  I think avrdude's docs just need a subset of those
tools only.

But the default is to not build the docs at all -- you just only broke
that with your editing above.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)





reply via email to

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