[Home]

Summary:ASTERISK-06409: func_curl fails to compile
Reporter:Andrey S Pankov (casper)Labels:
Date Opened:2006-02-23 16:36:11.000-0600Date Closed:2006-02-23 16:43:14.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Functions/func_curl
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:func_curl.c:34:23: curl/curl.h: No such file or directory
func_curl.c: In function `curl_internal':
func_curl.c:86: error: `CURL' undeclared (first use in this function)
func_curl.c:86: error: (Each undeclared identifier is reported only once
func_curl.c:86: error: for each function it appears in.)
func_curl.c:86: error: `curl' undeclared (first use in this function)
func_curl.c:88: warning: implicit declaration of function `curl_global_init'
func_curl.c:88: error: `CURL_GLOBAL_ALL' undeclared (first use in this function)
func_curl.c:89: warning: implicit declaration of function `curl_easy_init'
func_curl.c:95: warning: implicit declaration of function `curl_easy_setopt'
func_curl.c:95: error: `CURLOPT_URL' undeclared (first use in this function)
func_curl.c:96: error: `CURLOPT_WRITEFUNCTION' undeclared (first use in this function)
func_curl.c:97: error: `CURLOPT_WRITEDATA' undeclared (first use in this function)
func_curl.c:98: error: `CURLOPT_USERAGENT' undeclared (first use in this function)
func_curl.c:101: error: `CURLOPT_POST' undeclared (first use in this function)
func_curl.c:102: error: `CURLOPT_POSTFIELDS' undeclared (first use in this function)
func_curl.c:105: warning: implicit declaration of function `curl_easy_perform'
func_curl.c:106: warning: implicit declaration of function `curl_easy_cleanup'
Comments:By: Tilghman Lesher (tilghman) 2006-02-23 16:43:14.000-0600

Fixed in trunk