git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Daniel Barkalow <barkalow@iabervon.org>
To: John Kacur <jkacur@rogers.com>
Cc: git@vger.kernel.org
Subject: Re: Make errors
Date: Sun, 8 May 2005 15:43:15 -0400 (EDT)	[thread overview]
Message-ID: <Pine.LNX.4.21.0505081538110.30848-100000@iabervon.org> (raw)
In-Reply-To: <1115580904.5536.28.camel@linux.site>

On Sun, 8 May 2005, John Kacur wrote:

> gcc -g -O2 -Wall '-DSHA1_HEADER=<openssl/sha.h>' -o git-http-pull
> http-pull.c libgit.a -lz -lssl -lcurl
> http-pull.c:10:23: curl/curl.h: No such file or directory
> http-pull.c:11:23: curl/easy.h: No such file or directory
> http-pull.c:13: error: parse error before '*' token

You need to either install libcurl or remove "git-http-pull" from PROGS in
the Makefile. libcurl provides the HTTP implementation used to download
heads hosted on websites.

	-Daniel
*This .sig left intentionally blank*


  reply	other threads:[~2005-05-08 19:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-08 19:35 Make errors John Kacur
2005-05-08 19:43 ` Daniel Barkalow [this message]
2005-05-08 19:57   ` John Kacur
2005-05-08 19:43 ` Thomas Glanzmann
2005-05-08 19:46 ` Petr Baudis

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

  List information: http://vger.kernel.org/majordomo-info.html

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

  git send-email \
    --in-reply-to=Pine.LNX.4.21.0505081538110.30848-100000@iabervon.org \
    --to=barkalow@iabervon.org \
    --cc=git@vger.kernel.org \
    --cc=jkacur@rogers.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.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).