Re: [Libevent-users] Could not use event_base_foreach_event
On Thu, Apr 25, 2013 at 1:24 AM, Pritesh Acharya wrote: > I got symbol not found error on event_base_foreach_event. > Has it been dropped? No, but it's only in Libevent 2.1, not in Libevent 2.0. It sounds like maybe you're building with headers from Libevent 2.1, but linking against libevent 2.0
[Libevent-users] Could not use event_base_foreach_event
I got symbol not found error on event_base_foreach_event. Has it been dropped? Thanks, Pritesh