cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: Can't find or build libcurl

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 9 Jan 2003 17:08:49 +0100 (MET)

On Thu, 9 Jan 2003, Michael D. Spence wrote:

> That helped. Chugged along for a while, then this happened:
>
> .\url.c(962) : warning C4013: 'ENGINE_by_id' undefined; assuming extern
> returning int
> .\url.c(962) : warning C4047: '=' : 'struct engine_st *' differs in levels
> of indirection from 'int '
> .\url.c(965) : warning C4013: 'ENGINE_free' undefined; assuming extern
> returning int

These seem to indicate that you don't have/use the proper engine include file
(openssl/engine.h). I just tried to rebuild libcurl with 0.9.7, and it worked
like a charm.

Those functions have their prototypes in that header file, so you shouldn't
get those warnings...

-- 
 Daniel Stenberg -- curl, cURL, Curl, CURL. Groks URLs.
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
Received on 2003-01-09