if gcc -DHAVE_CONFIG_H -I. -I. -I.&nbsp; -DNDEBUG&nbsp;&nbsp; -g -O2 -MT memcached-memcached.o -MD -MP -MF &quot;.deps/memcached-memcached.Tpo&quot; \<br>&nbsp; -c -o memcached-memcached.o `test -f &#39;memcached.c&#39; || echo &#39;./&#39;`memcached.c; \
<br>then mv -f &quot;.deps/memcached-memcached.Tpo&quot; &quot;.deps/memcached-memcached.Po&quot;; \<br>else rm -f &quot;.deps/memcached-memcached.Tpo&quot;; exit 1; \<br>fi<br>In file included from memcached.c:18:<br>memcached.h
:218: warning: `struct event_base&#39; declared inside parameter list<br>memcached.h:218: warning: its scope is only this definition or declaration, which is probably not what you want<br>memcached.c:294: conflicting types for `conn_new&#39;
<br>memcached.h:218: previous declaration of `conn_new&#39;<br>memcached.c: In function `update_event&#39;:<br>memcached.c:1741: structure has no member named `ev_base&#39;<br>memcached.c: In function `main&#39;:<br>memcached.c
:2676: void value not ignored as it ought to be