It looks like you are trying to include a file from the readline
library which would only occur if HAVE_LIBREADLINE were true -- and
the compiler cannot find the include file in the expected location.
Running "./configure" should have detected that the readline library
wasn't found; but that seems not to be the case. Also, check to see
if you have the file the compiler is looking for; it should be at /
usr/include/readline/readline.h (maybe it is somewhere else in your
tree?). A fix? uhhh... rerun ./configure ? Learn about the
configure and make system? (Hopefully someone else will have a more
complete solution).
Once you get past your current issue (and maybe others), you'll have
trouble with the "tex" issue. Here's a work-around for that:
Do a make; make will fail if you haven't installed tex; ignore for now.
Copy the doc/avrdude-html directory to a safe place.
Edit the Makefile to remove 'doc' from SUBDIRS (in 2 places?).
Do a make again; this should complete w/o error.
sudo make install
results:
/usr/local/bin/avrdude
/usr/local/etc/avrdude.conf
!!Dean
On Dec 8, 2005, at 01:55, [EMAIL PROTECTED] wrote:
I've been trying to install AVRDUDE with no success on my OS X Tiger
10.4.3. I started out in traditional fascion with
1. binutils 2.16
2. gcc 3.4.3
3. avr-libc 1.4.0
When I proceed to Avrdude 4.4.0 and below, this texi2html problem
appears which has a few posts on the net saying it's fixed? Avrdude
5.0 works fine until I reach the other problem mentioned with
readline:
term.c:32:33: readline/readline.h: No such file or directory
term.c:33:32: readline/history.h: No such file or directory
term.c: In function `terminal_get_input':
term.c:796: warning: implicit declaration of function `readline'
term.c:796: warning: assignment makes pointer from integer without
a cast
term.c:798: warning: implicit declaration of function `add_history'
make[2]: *** [avrdude-term.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
What am I missing here? Could someone please give me a step through on
this one because I cannot find any way around it.
Is there by the way a precompiled binary package for avrdude for OS X
(i.e. a package with binutils, gcc, avr-libc, avrdude and avarice
similar to avr_gcc_macos_x.dmg)? I can't find one, so if someone's up
for the task I'd be delighted :)
_______________________________________________
AVR-chat mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-chat