git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* recent patch breaks the build ?
@ 2005-11-16 17:17 Andrew Wozniak
  2005-11-16 19:15 ` Junio C Hamano
  2005-11-17 12:00 ` Johannes Schindelin
  0 siblings, 2 replies; 15+ messages in thread
From: Andrew Wozniak @ 2005-11-16 17:17 UTC (permalink / raw)
  To: git

Hello,

Have just started using git for u-boot related development. After 
downloading git-snapshot-20051116 tarball and attempting a build under 
RH7.2, I get the following failure:

gcc -o http-fetch.o -c -g -O2 -Wall -DSHA1_HEADER='<openssl/sha.h>' 
http-fetch.c
http-fetch.c: In function `fetch_alternates':
http-fetch.c:911: warning: implicit declaration of function 
`curl_multi_perform'
http-fetch.c:911: `curlm' undeclared (first use in this function)
<snip>

It appears that a recent patch "Fix for multiple alternates requests in 
http" references curlm without the necessary #ifdef USE_CURL_MULTI

I'm not that familiar with the git architecture and codebase, so any 
suggestions for a workaround are much appreciated.

Thank you

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2005-11-17 16:22 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-16 17:17 recent patch breaks the build ? Andrew Wozniak
2005-11-16 19:15 ` Junio C Hamano
2005-11-16 19:47   ` Andrew Wozniak
2005-11-16 20:18     ` Andreas Ericsson
2005-11-16 20:25     ` Junio C Hamano
2005-11-16 20:33     ` Nick Hengeveld
2005-11-16 23:25       ` Johannes Schindelin
2005-11-17  0:46         ` Nick Hengeveld
2005-11-17  1:15           ` Junio C Hamano
2005-11-17  2:10             ` Nick Hengeveld
2005-11-17 10:33               ` Junio C Hamano
2005-11-17 11:15                 ` Johannes Schindelin
2005-11-17 12:00 ` Johannes Schindelin
2005-11-17 15:57   ` Nick Hengeveld
2005-11-17 16:22     ` Johannes Schindelin

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).