On Fri, 22 Sep 2017, Allin Cottrell wrote:
On Fri, 22 Sep 2017, Hélio Guilherme wrote:
> Hi,
>
> Here I am again with a problem on building gretl-git.
>
> This time it fails at make install. Below is the final part:
> for f in ../doc/tex/gretl-ref-a4.pdf ../doc/tex/gretl-guide-a4.pdf ; do \
> if test -f $f ; then cp -fp $f /usr/local/share/gretl/doc ; fi ; done
> cp -fp ../COPYING /usr/local/share/gretl/COPYING
> make -C bcih install
> make[2]: Entering directory '/home/helio/github/gretl-git/share/bcih'
> make[2]: *** No rule to make target 'mkbin.c', needed by 'mkbin'.
Stop.
> make[2]: Leaving directory '/home/helio/github/gretl-git/share/bcih'
> make[1]: *** [Makefile:65: install] Error 2
> make[1]: Leaving directory '/home/helio/github/gretl-git/share'
> make: *** [Makefile:85: install] Error 1
You've lost a file somehow (not sure how). Try
cd /home/helio/github/gretl-git/share/bcih
git checkout mkbin.c
Ah, I think I see how mkbin.c is getting lost. Hopefully that
shouldn't happen again.
Allin