On Sun, 13 Dec 2020, Allin Cottrell wrote:
I wonder, Artur, are you building gretl using libgsf?
Speaking of which: I was NEVER able to have ./configure set things up so
as to haf libgsf enabled, but I always though "oh, what the hell". Tonight
I decided to have a good look at it and I believe that in config.ac we
need two more lines, as in:
diff --git a/configure.ac b/configure.ac
index f6d061049..91303df14 100644
--- a/configure.ac
+++ b/configure.ac
@@ -271,6 +271,8 @@ AC_ARG_WITH(gsf,
if test "x${withval}" = "xno"
then
try_gsf=no
+else
+ try_gsf=yes
fi,
try_gsf=yes)
Am I wrong, Allin?
-------------------------------------------------------
Riccardo (Jack) Lucchetti
Dipartimento di Scienze Economiche e Sociali (DiSES)
Università Politecnica delle Marche
(formerly known as Università di Ancona)
r.lucchetti(a)univpm.it
http://www2.econ.univpm.it/servizi/hpp/lucchetti
-------------------------------------------------------