qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] qemu 0.11.0-rc1 on Mac OS X Tiger: parse error before curl_


From: Ryan Schmidt
Subject: [Qemu-devel] qemu 0.11.0-rc1 on Mac OS X Tiger: parse error before curl_socket_t
Date: Wed, 12 Aug 2009 05:32:42 -0500

Since I have been having trouble building qemu 0.10.6 on Mac OS X 10.4.11 Tiger (see other thread), I thought I'd try 0.11.0-rc1 to see if the problem is resolved. I can't build that either, for a completely different reason:


  CC    block/curl.o
block/curl.c:80: error: parse error before 'curl_socket_t'
block/curl.c:82: warning: function declaration isn't a prototype
block/curl.c: In function 'curl_sock_cb':
block/curl.c:84: error: 'action' undeclared (first use in this function)
block/curl.c:84: error: (Each undeclared identifier is reported only once
block/curl.c:84: error: for each function it appears in.)
block/curl.c:85: error: 'CURL_POLL_IN' undeclared (first use in this function)
block/curl.c:86: error: 'fd' undeclared (first use in this function)
block/curl.c:86: error: 's' undeclared (first use in this function)
block/curl.c:88: error: 'CURL_POLL_OUT' undeclared (first use in this function) block/curl.c:91: error: 'CURL_POLL_INOUT' undeclared (first use in this function) block/curl.c:95: error: 'CURL_POLL_REMOVE' undeclared (first use in this function)
block/curl.c: In function 'curl_multi_do':
block/curl.c:212: warning: implicit declaration of function 'curl_multi_socket_all'
block/curl.c: In function 'curl_open':
block/curl.c:381: warning: implicit declaration of function 'curl_multi_setopt' block/curl.c:381: error: 'CURLMOPT_SOCKETDATA' undeclared (first use in this function) block/curl.c:382: error: 'CURLMOPT_SOCKETFUNCTION' undeclared (first use in this function)
make: *** [block/curl.o] Error 1


I have curl 7.19.6 installed.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]