> -----Original Message----- > From: > [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > rg] On Behalf Of Sean D'Epagnier > Sent: Sunday, November 25, 2007 1:27 PM > To: [email protected] > Subject: [avrdude-dev] unable to compile avrdude from cvs > > Hi, I have no problem compiling avrdude-5.5, but I'm doing something > wrong with the cvs version. There is no configure script, so I tried > running autoconf and automake to generate it. This works, then > the configure script works, but when I run make: > > [EMAIL PROTECTED] ~/avrdude $ make > make all-recursive > make[1]: Entering directory `/home/sean/avrdude' > Making all in @WINDOWS_DIRS@ > /bin/sh: line 17: cd: @WINDOWS_DIRS@: No such file or directory > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/sean/avrdude' > make: *** [all] Error 2 > > > I don't know what @WINDOWS_DIRS@ is about. I am running linux.
@WINDOWS_DIRS@ is for building on Windows (Cygwin or MinGW). What is your output from running configure? Eric Weddington _______________________________________________ avrdude-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avrdude-dev
