From: Andrew Wozniak <hidden> Date: 2016-06-15 22:42:12
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
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:42:12
Hi,
On Wed, 16 Nov 2005, Andrew Wozniak wrote:
It appears that a recent patch "Fix for multiple alternates requests in
http" references curlm without the necessary #ifdef USE_CURL_MULTI
Note that I had no success making http-fetch work without USE_CURL_MULTI.
So maybe you can compile it, but maybe you experience the same problems as
I had.
Hth,
Dscho
From: Nick Hengeveld <hidden> Date: 2016-06-15 22:42:12
On Thu, Nov 17, 2005 at 01:00:19PM +0100, Johannes Schindelin wrote:
Note that I had no success making http-fetch work without USE_CURL_MULTI.
So maybe you can compile it, but maybe you experience the same problems as
I had.
http-fetch or http-push?
--
For a successful technology, reality must take precedence over public
relations, for nature cannot be fooled.
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:42:12
Hi,
On Thu, 17 Nov 2005, Nick Hengeveld wrote:
On Thu, Nov 17, 2005 at 01:00:19PM +0100, Johannes Schindelin wrote:
quoted
Note that I had no success making http-fetch work without USE_CURL_MULTI.
So maybe you can compile it, but maybe you experience the same problems as
I had.
http-fetch or http-push?
Oops. IIRC it was when I was playing with http-push.
Sorry,
Dscho