From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkYhV-0006Wg-BB for qemu-devel@nongnu.org; Wed, 14 May 2014 08:54:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WkYhN-0004ed-NL for qemu-devel@nongnu.org; Wed, 14 May 2014 08:54:25 -0400 Received: from mail-wg0-x230.google.com ([2a00:1450:400c:c00::230]:57388) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkYhN-0004eS-GR for qemu-devel@nongnu.org; Wed, 14 May 2014 08:54:17 -0400 Received: by mail-wg0-f48.google.com with SMTP id b13so1884608wgh.19 for ; Wed, 14 May 2014 05:54:16 -0700 (PDT) Date: Wed, 14 May 2014 14:54:13 +0200 From: Stefan Hajnoczi Message-ID: <20140514125413.GF16683@stefanha-thinkpad.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] Undefined error for curl_multi_socket_action List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gaurav Sharma Cc: QEMU-DEVEL , Matthew Booth On Tue, May 13, 2014 at 03:21:17PM +0530, Gaurav Sharma wrote: > After rebasing my code with the master branch, i have started getting error > for this method "curl_multi_socket_action". > In the file blocl/curl.c I can see function call for this method without > NEED_CURL_TIMER_CALLBACK directive check also. > > Is this is know issue, and what i can do to get rid of it apart from > commenting the function call ? http://curl.haxx.se/libcurl/c/curl_multi_socket_action.html "This function was added in libcurl 7.15.4, and is deemed stable since 7.16.0." Which version of libcurl do you have? Perhaps this API is too recent and we should not be using it. Stefan