curl-library
Re: Newbie Proglem with Compile
Date: Wed, 5 Jan 2011 13:33:40 -0500 (EST)
Gun said:
> my other libs, and start testing with Curl
save this file to your local disk, best into your libcurl source root:
http://www.gknw.net/test/curl/bcc55_patch.diff
then follow instructions in the head comment to apply the patch;
you should finally get some output like:
D:\curl-7.21.3>patch -p 0 -i \bcc55_patch.diff
patching file lib\Makefile.b32
patching file lib\config-win32.h
patching file include\curl\curlrules.h
before you build go into .\src dir and make a copy of hugehelp.c to
hugehelp.c.cvs since the makefile has another bug which prevents it from
running properly with libcurl releases but seems its designed for cvs
builds right now - will fix that soon, but for now its easiest fix that
you just make a copy.
Please try that and dont hesitate to post about any more probs you face;
but I think you should now at least be able to build successfully. Btw.
you can also in the root dir just do a 'make borland' which calls both
the .\lib and the .\src makefiles and builds then also a .\src\curl.exe
which you can use to verify that the compiled lib works properly, and
also it might be handy to create source samples - see curl --help:
--libcurl <file> Dump libcurl equivalent code of this command line
so you can just make a request with the commandline, and then append the
above option and get a C source - very helpful!
I will probably later reply to the rest of your post, but ATM I'm in
hurry, and just wanted to get you something to proceed ...
Gün.
Hi Gun:
I, too, am busy today (cutting my bougainvilla bushes, then we'rr
having a supper for guests tonite).
Hope to follow your instructions later today or early tomorrow.
Thank you for your patience !
-- Mel Smith Mesa, AZ, UISA
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-01-05