[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[Libevent-users] Re: [Libevent-users] Re: [Libevent-users] error: aggregate âevkeyvalq queryâ has incomplete type and cannot be defined



Thanks to your suggestion, i've fixed it by prepending #include
<sys/queue.h> to the other libevent headers. Thanks!

On Wed, Jul 28, 2010 at 3:47 PM, Mihai Draghicioiu
<mihai.draghicioiu@xxxxxxxxx> wrote:
> 2.0.5-beta
>
> #include <event.h>
> #include <evhttp.h>
> #include <evdns.h>
> #include <sys/queue.h>
>
> thanks
>
> On Tue, Jul 27, 2010 at 9:28 PM, Nick Mathewson <nickm@xxxxxxxxxxxxx> wrote:
>> On Sun, Jul 25, 2010 at 11:12 AM, Mihai Draghicioiu
>> <mihai.draghicioiu@xxxxxxxxx> wrote:
>>> Hi guys. I'm trying to extract parameters from the url query, but i
>>> can't seem to figure out why i'm getting this error. Here is the code:
>>
>> What version of libevent? ÂWhat order are you including the headers in?
>>
>> --
>> Nick
>> ***********************************************************************
>> To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
>> unsubscribe libevent-users  Âin the body.
>>
>
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users    in the body.