On Tue, 18 Mar 2014, Dirk Eddelbuettel wrote:


On 16 March 2014 at 16:14, Allin Cottrell wrote:
| On Sun, 16 Mar 2014, Dirk Eddelbuettel wrote:
|
| > Here is a fresh Debian bug report. It looks like that the bleeding edge
| > changed things -- in this case readline apparently had and no longer has
| > CPPFunction defined.
|
| Yep, that disappeared in readline 6.3. Gretl CVS is already up to date
| with the change. We should probably do a release before long.

Or else direct me to / help me to a patch that does the same?  Else gretl
risk being tossed out of the archive for 'being unable to build' :-/

Possibly, the following may be enough; could you please check?

--- complete.c  2007/08/22 15:10:47     1.12
+++ complete.c  2014/03/08 19:29:10     1.13
@@ -126,6 +126,6 @@
     rl_readline_name = "gretl";

     /* Tell the completer that we want a crack first. */
-    rl_attempted_completion_function = (CPPFunction *) gretl_completion;
+    rl_attempted_completion_function = (rl_completion_func_t *) 
gretl_completion;
 }


Release sounds good though.

This should happen fairly soon, methinks.

-------------------------------------------------------
  Riccardo (Jack) Lucchetti
  Dipartimento di Scienze Economiche e Sociali (DiSES)

  Università Politecnica delle Marche
  (formerly known as Università di Ancona)

  r.lucche...@univpm.it
  http://www2.econ.univpm.it/servizi/hpp/lucchetti
-------------------------------------------------------

Reply via email to