* 1.7.10.3 configure does not generate Makefiles
@ 2012-05-29 23:32 jupiter.hce
2012-05-30 11:38 ` Erik Faye-Lund
2012-05-30 11:38 ` David Michael Barr
0 siblings, 2 replies; 6+ messages in thread
From: jupiter.hce @ 2012-05-29 23:32 UTC (permalink / raw)
To: git
Hi,
I've just downloaded 1.7.10.3 source tarball and following the
instruction from INSTALL, I ran the autoconf to generate the
configure, then to run configure --prefix=/usr/local/git/1.7.10.3.
There were no errors but there was no Makefiles generated either. How
can I run the configure to generate Makefiles?
.......
configure: creating ./config.status
config.status: creating config.mak.autogen
Thank you.
Kind regards,
hce
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 1.7.10.3 configure does not generate Makefiles
2012-05-29 23:32 1.7.10.3 configure does not generate Makefiles jupiter.hce
@ 2012-05-30 11:38 ` Erik Faye-Lund
2012-06-01 11:48 ` hce
2012-06-03 23:34 ` jupiter.hce
2012-05-30 11:38 ` David Michael Barr
1 sibling, 2 replies; 6+ messages in thread
From: Erik Faye-Lund @ 2012-05-30 11:38 UTC (permalink / raw)
To: jupiter.hce; +Cc: git
On Wed, May 30, 2012 at 1:32 AM, <jupiter.hce@gmail.com> wrote:
> Hi,
>
> I've just downloaded 1.7.10.3 source tarball and following the
> instruction from INSTALL, I ran the autoconf to generate the
> configure, then to run configure --prefix=/usr/local/git/1.7.10.3.
> There were no errors but there was no Makefiles generated either. How
> can I run the configure to generate Makefiles?
>
> .......
> configure: creating ./config.status
> config.status: creating config.mak.autogen
>
This is as expected. Git doesn't use Automake, only Autoconf. So all
it generates is a config.mak.autogen, which gets included by the
Makefile which is already present on the top-level.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 1.7.10.3 configure does not generate Makefiles
2012-05-30 11:38 ` Erik Faye-Lund
@ 2012-06-01 11:48 ` hce
2012-06-03 23:34 ` jupiter.hce
1 sibling, 0 replies; 6+ messages in thread
From: hce @ 2012-06-01 11:48 UTC (permalink / raw)
To: git
I thought I've sent the comments, but did not see on the forum, sorry if it
is duplicated.
Thanks for all response. The Makefile is included in the source directory,
but I'd like to build the git in a separated build directory, not the source
directory. Is it possible to build the git in a separated build directory?
Or if there is any way to geneerate a Makeifle in a separaed build
directory?
Thank you.
Kind regards,
hce
--
View this message in context: http://git.661346.n2.nabble.com/1-7-10-3-configure-does-not-generate-Makefiles-tp7560326p7560504.html
Sent from the git mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 1.7.10.3 configure does not generate Makefiles
2012-05-30 11:38 ` Erik Faye-Lund
2012-06-01 11:48 ` hce
@ 2012-06-03 23:34 ` jupiter.hce
2012-06-04 12:14 ` Vincent van Ravesteijn
1 sibling, 1 reply; 6+ messages in thread
From: jupiter.hce @ 2012-06-03 23:34 UTC (permalink / raw)
To: git
I posted following comments on Forum many days ago, somehow, it was
pending for being accepted.Sorry if it is duplicated:
--- Attachement post on forum --
This post has NOT been accepted by the mailing list yet.
In reply to this post by Erik Faye-Lund-2
I thought I've sent the comments, but did not see on the forum, sorry
if it is duplicated.
Thanks for all response. The Makefile is included in the source
directory, but I'd like to build the git in a separated build
directory, not the source directory. Is it possible to build the
git in a separated build directory? Or if there is any way to
geneerate a Makeifle in a separaed build directory?
Thank you.
Kind regards,
hce
On 2012-05-30 13:38+0200, Erik Faye-Lund wrote:
>On Wed, May 30, 2012 at 1:32 AM, <jupiter.hce@gmail.com> wrote:
>> Hi,
>>
>> I've just downloaded 1.7.10.3 source tarball and following the
>> instruction from INSTALL, I ran the autoconf to generate the
>> configure, then to run configure --prefix=/usr/local/git/1.7.10.3.
>> There were no errors but there was no Makefiles generated either. How
>> can I run the configure to generate Makefiles?
>>
>> .......
>> configure: creating ./config.status
>> config.status: creating config.mak.autogen
>>
>
>This is as expected. Git doesn't use Automake, only Autoconf. So all
>it generates is a config.mak.autogen, which gets included by the
>Makefile which is already present on the top-level.
--
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 1.7.10.3 configure does not generate Makefiles
2012-06-03 23:34 ` jupiter.hce
@ 2012-06-04 12:14 ` Vincent van Ravesteijn
0 siblings, 0 replies; 6+ messages in thread
From: Vincent van Ravesteijn @ 2012-06-04 12:14 UTC (permalink / raw)
To: jupiter.hce; +Cc: git
> In reply to this post by Erik Faye-Lund-2
> I thought I've sent the comments, but did not see on the forum, sorry
> if it is duplicated.
> Thanks for all response. The Makefile is included in the source
> directory, but I'd like to build the git in a separated build
> directory, not the source directory. Is it possible to build the
> git in a separated build directory? Or if there is any way to
> geneerate a Makeifle in a separaed build directory?
I've written some CMake files to generate Makefiles and/or MSVC project
files. It is still experimental, but it supports i18n, and building and
running the test suite (also for MSVC).
Vincent
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 1.7.10.3 configure does not generate Makefiles
2012-05-29 23:32 1.7.10.3 configure does not generate Makefiles jupiter.hce
2012-05-30 11:38 ` Erik Faye-Lund
@ 2012-05-30 11:38 ` David Michael Barr
1 sibling, 0 replies; 6+ messages in thread
From: David Michael Barr @ 2012-05-30 11:38 UTC (permalink / raw)
To: jupiter.hce; +Cc: git
On Wed, May 30, 2012 at 9:32 AM, <jupiter.hce@gmail.com> wrote:
> Hi,
>
> I've just downloaded 1.7.10.3 source tarball and following the
> instruction from INSTALL, I ran the autoconf to generate the
> configure, then to run configure --prefix=/usr/local/git/1.7.10.3.
> There were no errors but there was no Makefiles generated either. How
> can I run the configure to generate Makefiles?
>
> .......
> configure: creating ./config.status
> config.status: creating config.mak.autogen
^^^^^^^^^^^^^^^^^^
That file is included by Makefile.
So your next steps is: make.
--
David Barr
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-06-04 12:14 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-29 23:32 1.7.10.3 configure does not generate Makefiles jupiter.hce
2012-05-30 11:38 ` Erik Faye-Lund
2012-06-01 11:48 ` hce
2012-06-03 23:34 ` jupiter.hce
2012-06-04 12:14 ` Vincent van Ravesteijn
2012-05-30 11:38 ` David Michael Barr
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).