Re: failed make: "'aclocal-1.14' is missing on your system"

2016-05-21 Thread Thomas Morley
2016-05-21 22:13 GMT+02:00 : > Thomas Morley wrote: >> Hi all, >> >> I cloned the guile-git-repository in my home-directory and tried to >> compile a local branch called `my-v2-second-try` (derived from >> `remotes/origin/stable-2.0`). >> >> Following the steps listed in INSTALL I did >> ./c

Re: failed make: "'aclocal-1.14' is missing on your system"

2016-05-21 Thread dsmich
Thomas Morley wrote: > Hi all, > > I cloned the guile-git-repository in my home-directory and tried to > compile a local branch called `my-v2-second-try` (derived from > `remotes/origin/stable-2.0`). > > Following the steps listed in INSTALL I did > ./configure The INSTALL instruction are

failed make: "'aclocal-1.14' is missing on your system"

2016-05-21 Thread Thomas Morley
Hi all, I cloned the guile-git-repository in my home-directory and tried to compile a local branch called `my-v2-second-try` (derived from `remotes/origin/stable-2.0`). Following the steps listed in INSTALL I did ./configure without problems, then make which returned: ~/guile (my-v2-second-try)$