Re: [Freeciv-Dev] (PR#37063) Readline on macosx

2007-09-24 Thread François Marlier

URL: http://bugs.freeciv.org/Ticket/Display.html?id=37063 

I got a non tested working GNU readline framework (no need of fink or  
darwin ports) that compile fine with freeciv if someone is interrested.
Let me know where to send it.

cheers

Francois

Le 24 sept. 07 à 10:22, Erik Johansson a écrit :


 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
 Freeciv-dev@gna.org
 https://mail.gna.org/listinfo/freeciv-dev




___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] (PR#37063) Readline on macosx

2007-02-27 Thread Erik Johansson

URL: http://bugs.freeciv.org/Ticket/Display.html?id=37063 

 [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? 

___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] (PR#37063) Readline on macosx

2007-02-27 Thread Erik Johansson

URL: http://bugs.freeciv.org/Ticket/Display.html?id=37063 

if I compile with BSD readline I get failure to use these functions/varables:

_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?

___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] (PR#37063) Readline on macosx

2007-02-27 Thread Christian Prochaska

URL: http://bugs.freeciv.org/Ticket/Display.html?id=37063 

 [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


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev