---- Thomas Morley <thomasmorle...@gmail.com> 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 for the tarball. See the HACKING file for building from git. Basically, you must run the autogen.sh script before ./configure. -Dale