* expat.h missing
@ 2005-11-06 20:39 alxneit
2005-11-07 8:24 ` Marco Roeland
0 siblings, 1 reply; 2+ messages in thread
From: alxneit @ 2005-11-06 20:39 UTC (permalink / raw)
To: git
[-- Attachment #1: Type: text/plain, Size: 464 bytes --]
Nick Hengevelds patch to add support for pushing to a remote repository using
HTTP/DAV (58e60dd203362ecb9fdea765dcc2eb573892dbaf)
introduces "#include expat.h" in http-push.c. this file seems to be missing.
--
Dr. Ivo Alxneit
Laboratory for Solar Technology phone: +41 56 310 4092
Paul Scherrer Institute fax: +41 56 310 2688
CH-5232 Villigen http://solar.web.psi.ch
Switzerland gnupg key: 0x515E30C7
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: expat.h missing
2005-11-06 20:39 expat.h missing alxneit
@ 2005-11-07 8:24 ` Marco Roeland
0 siblings, 0 replies; 2+ messages in thread
From: Marco Roeland @ 2005-11-07 8:24 UTC (permalink / raw)
To: alxneit; +Cc: git
On Sunday November 6th 2005 at 21:39 uur alxneit wrote:
> Nick Hengevelds patch to add support for pushing to a remote repository using
> HTTP/DAV (58e60dd203362ecb9fdea765dcc2eb573892dbaf)
> introduces "#include expat.h" in http-push.c. this file seems to be missing.
Expat is a standard package for reading XML files, it is not part of git
itself. You have to install the expat development kit package of your
distribution to get its headers installed, or alternatively set
"NO_EXPAT" before compilation.
--
Marco Roeland
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-11-07 8:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-06 20:39 expat.h missing alxneit
2005-11-07 8:24 ` Marco Roeland
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox