[Libevent-users] test/*.c files use installed header files not the ones from the package

Niels Provos provos at citi.umich.edu
Sat Nov 3 19:18:19 EDT 2007


Hi Marc,

I appreciate your insights, but your message has nothing to do with
libevent.  The make files in libevent use the -I option to provide the
path to the header files.

I also noticed that you seem to have found several bugs in libevent.
It would be nice if you could send patches for them.  I am a little
bit dubious about some of the claims such as not being able to remove
an event while in a callback.

Thanks,
Niels.

On 11/3/07, Marc Lehmann <libev at schmorp.de> wrote:
> during integration of libev into libevent, I found that the test/* files
> include the *installed* header files instead of the ones from the package.
>
> this doesn't work if there are any structure changes (obviously the structure
> change in this case was going to libev).
>
> fixing the #include <event.h> statements to use "" fixed this.
>
> --
>                 The choice of a       Deliantra, the free code+content MORPG
>       -----==-     _GNU_              http://www.deliantra.net
>       ----==-- _       generation
>       ---==---(_)__  __ ____  __      Marc Lehmann
>       --==---/ / _ \/ // /\ \/ /      pcg at goof.com
>       -=====/_/_//_/\_,_/ /_/\_\
> _______________________________________________
> Libevent-users mailing list
> Libevent-users at monkey.org
> http://monkey.org/mailman/listinfo/libevent-users
>
>


More information about the Libevent-users mailing list