curl-library
Re: Is this a bug in the configure script?
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 22 Oct 2009 11:11:47 +0200 (CEST)
Date: Thu, 22 Oct 2009 11:11:47 +0200 (CEST)
On Wed, 21 Oct 2009, Dantzler, DeWayne C wrote:
> (2) found that the curl.h had the following preprocessor include statement
> #include "curlver.h" /* libcurl version defines */
> #include "curl/curlbuild.h" /* libcurl build definitions */
> #include "curlrules.h" /* libcurl rules enforcement */
>
> (3)Modified curl.h as follows to get the build to work
> #include "curlver.h" /* libcurl version defines */
> /*#include "curl/curlbuild.h" /* libcurl build definitions */
The compile command lines use -I to point out the root of the include dir, and
that dir contains the curl subdirectory! Why doesn't that work for you?
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.htmlReceived on 2009-10-22