On 9/6/05, Dan Hinz <dhinz / eng.mc.xerox.com> wrote: > Upgraded to Mac OS X v10.4.2 and Xtools v2.0 over the weekend. > > Downloaded Ruby 1.8.2 > Ran configure > Ran make > Make reports lots of warnings about differences in pointer signedness. > Make fails in ext/readline/readline.c (build output snippet attached, rtf). > Tried running again using gcc-3.3 (Xtools 2.0 defaults to gcc-4.0) with same result. > > 1. Any ideas? > 2. I'm new to the ruby mailing lists and picked this one. Is this the correct mail list for this > question? > 1a/ Install GNU Readline 1b/ Link LibEdit (/usr/lib/libedit.dylib) to libreadline. LibEdit is a readline-like library that should work in place of gnu readline. I've done 1.a. I've not tried 1.b, but heard that it should work. 2/ Yes. Jason