On Sat, 24 Oct 2015, Clive Nicholas wrote:
After updating -gretl- from my gretl-git folder successfully:
clive@clivubu:~/gretl-git$ sudo git pull
[sudo] password for clive:
Password:
remote: Counting objects: 8, done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 6 (delta 4), reused 0 (delta 0)
Unpacking objects: 100% (6/6), done.
From
ssh://git.code.sf.net/p/gretl/git
16a9a67..9d06a40 master -> origin/master
Updating 16a9a67..9d06a40
Fast-forward
Makefile.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
it then went downhill, switching to my -gretl-2015d- folder:
Let's see your new ./configure invocation and gretl's response. A
rerun of ./configure is always required when a git update has
revised the configure script (or any instances of Makefile.in). I
did mention that point.
Building the gretl documentation from scratch is not for the
faint-hearted. It requires not only all the (quite onerous)
prerequisites but also a meticulous attention to detail. That's why
we supply pre-built documentation.
Allin Cottrell