|
From: | E. Weddington |
Subject: | [avr-libc-dev] Re: What's up with version.h? |
Date: | Tue, 09 Nov 2004 13:43:25 -0700 |
User-agent: | Mozilla Thunderbird 0.7.3 (Windows/20040803) |
Theodore A. Roth wrote:
On Tue, 9 Nov 2004, E. Weddington wrote:Ted, I just tried building avr-libc from the 1.0 branch CVS. Install died because it couldn't find version.h. I see in the ChangeLog, in June, version.h is generated by configure. In September, this was disabled (no longer generated). Is this something with my setup? Or is something else going on here?http://lists.gnu.org/archive/html/avr-libc-dev/2004-09/msg00036.html Autoheader does not play nice with config-ml.in (yet another reason I want it to go away). Try the attached patch to get your build going. If that works, go ahead and commit it.
Close, but no cigar: make[3]: Leaving directory `/cygdrive/c/avrdev/avrlibc/build' if [ -z "" ]; then \ /bin/sh ../avr-libc/mkinstalldirs m:/WinAVR/avr/include; \ for i in ../avr-libc/include/*.h; do \ /usr/bin/install -c -m 644 $i m:/WinAVR/avr/include/`basename $i`; \ done; \ /bin/sh ../avr-libc/mkinstalldirs m:/WinAVR/avr/include/avr; \ for i in ../avr-libc/include/avr/*.h; do \ /usr/bin/install -c -m 644 $i m:/WinAVR/avr/include/avr/`basename $i`; \ done; \ /usr/bin/install -c -m 644 \ else true; fi /usr/bin/install: cannot stat `else': No such file or directory make[2]: [install-data-local] Error 1 (ignored) make[2]: Leaving directory `/cygdrive/c/avrdev/avrlibc/build' make[1]: Leaving directory `/cygdrive/c/avrdev/avrlibc/build' Eric
[Prev in Thread] | Current Thread | [Next in Thread] |