On Mon, 5 May 2014, Jon Torrey wrote:
*1. Attempting to build curl-master gives the following error : *
You need to read GIT-INFO if you get and build directly off git.
*2. Attempting to build curl-7.37.0-20140502*
C:\curl-7.37.0-20140502>make borland
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
cd lib
make -f Makefile.b32
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
The directory is not empty.
A subdirectory or file .\BCC_objs already exists.
*Fatal: 'vtls/openssl.obj' does not exist - don't know how to make it*
Clearly the lib/Makefile.b32 file is not up-to-date. Apparently not very many
people build curl with Borland so you may need to polish the build files a
little before things work as intended.
Does it help if you just make OBJDIR be . or optionally create subdir called
"BCC_objs" before you build?
C:\curl-7.37.0-20140502\lib\vtls>bcc32.exe openssl.c
That's not expected to work. A) We don't build in that directory and B) you
don't provide the necessary include paths.
--
/ daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html