cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: [PATCH] 64-bit curl_off_t no longer gated to off_t

From: Yang Tse <yangsita_at_gmail.com>
Date: Mon, 4 Aug 2008 03:52:19 +0200

2008/8/3, Daniel Stenberg wrote:

> ../include/curl/curlbuild.h:116: error: expected '=', ',',
> ';', 'asm' or '__attribute__' before 'curl_off_t'

Lines 112 to 116 of generated curlbuild.h on my system look like...

112 /* Signed integral data type used for curl_off_t. */
113 #define CURL_OFF_T int64_t
114
115 /* Data type definition of curl_off_t. */
116 typedef CURL_OFF_T curl_off_t;

So, you'll have to look at line #113 and post what the configure
process has written there. It seems that the configure process might
have failed to 'detect' the proper type. Or there's something else
hiting us.

I have no system as yours, so please, send me offlist the following
three files: generated curlbuild.h, configure and configure.log. I
can't look further into this without them.

-- 
-=[Yang]=-
Received on 2008-08-04