git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Rast <trast@student.ethz.ch>
To: Sorin Sbarnea <sorin.sbarnea@gmail.com>
Cc: David Aguilar <davvid@gmail.com>,
	"git@vger.kernel.org" <git@vger.kernel.org>
Subject: Re: Unable to build git on Lion - missing config.h from Perl header files
Date: Sat, 20 Aug 2011 00:12:17 +0200	[thread overview]
Message-ID: <201108200012.17580.trast@student.ethz.ch> (raw)
In-Reply-To: <CAGDPfJoG_ksfL5vqzGWe5jqW646CKB=Qxm9_G5d=ZHMWfixweA@mail.gmail.com>

Sorin Sbarnea wrote:
> This was a clean-new Lion install, not an upgrade. I just installed
> Xcode on alternate location /Developer41 instead of /Developer
> 
> Yes, I did a `make clean` but it has no effect.
> 
> The problem is that on Lion there is no config.h in the perl
> directory, only a perl.h file.

Color me puzzled, but where is it getting the config.h idea from?

  $ git grep config\\.h
  compat/fnmatch/fnmatch.c:# include <config.h>
  compat/regex/regex.c:#include "config.h"
  t/t4014-format-patch.sh:test_expect_success '--no-add-headers overrides config.headers' '

Similarly, 'git grep config perl' only turns up matches in perl code.
So what tells it to use config.h?

-- 
Thomas Rast
trast@{inf,student}.ethz.ch

  reply	other threads:[~2011-08-19 22:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <611AB1F99D784B92B1F7278139D6EED5@gmail.com>
2011-08-19 16:31 ` Unable to build git on Lion - missing config.h from Perl header files Sorin Sbarnea
2011-08-19 20:58   ` David Aguilar
2011-08-19 21:43     ` Sorin Sbarnea
2011-08-19 22:12       ` Thomas Rast [this message]
2011-08-19 22:19         ` Brandon Casey
2011-08-19 22:27           ` Sorin Sbarnea
2011-08-19 22:42             ` Junio C Hamano
2011-08-19 22:57               ` Brandon Casey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201108200012.17580.trast@student.ethz.ch \
    --to=trast@student.ethz.ch \
    --cc=davvid@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=sorin.sbarnea@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).