<URL: http://bugs.freeciv.org/Ticket/Display.html?id=37063 >
> [cproc - Wed Feb 28 01:14:16 2007]: > > > [emj - Di 27. Feb 2007, 12:08:14]: > > > > > [emj - Tir. 27. Feb. 2007 11:25:54]: > > > _rl_forced_update_display > > > _history_truncate_file > > > stdinhand.c:4654: error: 'rl_attempted_completion_over' undeclared > > > (first use in this function) > > > s > > > > > > anyone has a good solution? > > > > It's a questiong wether you think this version readline is useable, > > and if anyone know what is > > used on other *BSD than MacOSX? > > > > > > readline 5.1 was reported to work a while ago: > > http://forum.freeciv.org/viewtopic.php?t=1524 > Great thread but that will include GNU readline *I think*, not the one included in MacOSX. The full help for compiling the SVN version with fink on MacOSX is doing this: export CFLAGS=-I/sw/include export LDFLAGS=-L/sw/lib export CXXFLAGS=$CFLAGS export CPPFLAGS=$CXXFLAGS export ACLOCAL_FLAGS="-I /sw/share/aclocal" export PKG_CONFIG_PATH="/sw/lib/pkgconfig" export MACOSX_DEPLOYMENT_TARGET=10.4 . /sw/bin/init.sh But this still doesn't solve using another type of readline.. I'm closing this bug now. _______________________________________________ Freeciv-dev mailing list [email protected] https://mail.gna.org/listinfo/freeciv-dev
