Discussion:
bug#32369: git guile missing files from repository when cloning
Java House
2018-08-05 10:31:12 UTC
Permalink
Hello

I am trying to install guile by following instructions.
I cloned the source code in my unix FreeBSD 11.2-RELEASE
git clone git://git.sv.gnu.org/guile.git

And tried to follow instructions in the README file.

unfortunately the INSTALL file as well as the ./configure file are
missing from the guile directory.
I haven't done any work with make in more than 20 years but I am
suspecting that a makefile is required as well that is also missing.

Any help on how to proceed and build guile?
I tried also to the same steps under linux CentOS but of course this
does not change the fact that the above mentioned files are missing.

We have decided to use guile for both scripting and application
development so I am willing to devote considerable amount of time with
appropriate guidance.

Best Regards
Nikolas
Mark H Weaver
2018-08-05 15:37:25 UTC
Permalink
tags 32369 + notabug
close 32369
thanks

Hi,
Post by Java House
I am trying to install guile by following instructions.
I cloned the source code in my unix FreeBSD 11.2-RELEASE
git clone git://git.sv.gnu.org/guile.git
And tried to follow instructions in the README file.
unfortunately the INSTALL file as well as the ./configure file are
missing from the guile directory.
When building from a git checkout, you must begin by running
./autogen.sh in the top-level source directory, to generate the
./configure script and others. Note that more tools are required to
perform this step than to build from a tarball release. See the
'HACKING' file in the top-level source directory for details.

Mark
Java House
2018-08-05 16:24:51 UTC
Permalink
Got it, thanks!
I will give it a try following the HACKING instrunctions.

Kind Regards
Nikolas
Post by Mark H Weaver
tags 32369 + notabug
close 32369
thanks
Hi,
Post by Java House
I am trying to install guile by following instructions.
I cloned the source code in my unix FreeBSD 11.2-RELEASE
git clone git://git.sv.gnu.org/guile.git
And tried to follow instructions in the README file.
unfortunately the INSTALL file as well as the ./configure file are
missing from the guile directory.
When building from a git checkout, you must begin by running
./autogen.sh in the top-level source directory, to generate the
./configure script and others. Note that more tools are required to
perform this step than to build from a tarball release. See the
'HACKING' file in the top-level source directory for details.
Mark
Loading...