<br><br><div class="gmail_quote">2012/9/20 Patrick McHardy <span dir="ltr"><<a href="mailto:kaber@trash.net" target="_blank">kaber@trash.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><br>
<br>
On Thu, 20 Sep 2012, Blago Blagoev wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi<br>
<br>
I have Problem:<br>
<br>
When I try to Build libdect:<br>
<br>
root@debian:~/dect/libdect# ~~~~~~~~~~<br>
bash: ~~~~~~~~~~: command not found<br>
root@debian:~/dect/libdect# ./configure<br>
checking for gcc... gcc<br>
checking whether the C compiler works... yes<br>
checking for C compiler default output file name... a.out<br>
checking for suffix of executables...<br>
checking whether we are cross compiling... no<br>
checking for suffix of object files... o<br>
checking whether we are using the GNU C compiler... yes<br>
checking whether gcc accepts -g... yes<br>
checking for gcc option to accept ISO C89... none needed<br>
checking for a thread-safe mkdir -p... /bin/mkdir -p<br>
checking for a BSD-compatible install... /usr/bin/install -c<br>
checking whether ln -s works... yes<br>
checking for a sed that does not truncate output... /bin/sed<br>
configure: Documentation build disabled<br>
checking for nl_socket_alloc in -lnl... yes<br>
checking for nl_dect_cluster_alloc in -lnl-dect... yes<br>
checking for event_init in -lev... yes<br>
checking for bfd_init in -lbfd... yes<br>
checking how to run the C preprocessor... gcc -E<br>
checking for grep that handles long lines and -e... /bin/grep<br>
checking for egrep... /bin/grep -E<br>
checking for ANSI C header files... yes<br>
checking whether to enable assertions... yes<br>
checking for sys/types.h... yes<br>
checking for sys/stat.h... yes<br>
checking for stdlib.h... yes<br>
checking for string.h... yes<br>
checking for memory.h... yes<br>
checking for strings.h... yes<br>
checking for inttypes.h... yes<br>
checking for stdint.h... yes<br>
checking for unistd.h... yes<br>
checking fcntl.h usability... yes<br>
checking fcntl.h presence... yes<br>
checking for fcntl.h... yes<br>
checking for inttypes.h... (cached) yes<br>
checking limits.h usability... yes<br>
checking limits.h presence... yes<br>
checking for limits.h... yes<br>
checking malloc.h usability... yes<br>
checking malloc.h presence... yes<br>
checking for malloc.h... yes<br>
checking stddef.h usability... yes<br>
checking stddef.h presence... yes<br>
checking for stddef.h... yes<br>
checking for stdint.h... (cached) yes<br>
checking for stdlib.h... (cached) yes<br>
checking for string.h... (cached) yes<br>
checking for unistd.h... (cached) yes<br>
checking sys/socket.h usability... yes<br>
checking sys/socket.h presence... yes<br>
checking for sys/socket.h... yes<br>
checking for linux/dect.h... yes<br>
checking for linux/dect_netlink.h... yes<br>
checking event.h usability... yes<br>
checking event.h presence... yes<br>
checking for event.h... yes<br>
checking bfd.h usability... yes<br>
checking bfd.h presence... yes<br>
checking for bfd.h... yes<br>
checking checking whether event.h is compatible with libev...<br>
configure: error: incompatible event.h header for libev<br>
root@debian:~/dect/libdect#<br>
<br>
</blockquote>
<br></div></div>
IIRC this means you have either libev but the libevent headers installed<br>
or the other way around, not sure anymore. Please check which of the<br>
libev* packages you have installed.<br>
</blockquote></div><br>root@debian:~/dect/libdect# dpkg --get-selections | grep libev<br>
libev-dev                     <div id=":cs">                  install<br>
libev3                                          install<br>
libevent-1.4-2                                  install<br>
libevent-core-1.4-2                             install<br>
libevent-dev                                    install<br>
libevent-extra-1.4-2                            install<br>
root@debian:~/dect/libdect#<br><br></div><br>