ssyuan / memlink

Automatically exported from code.google.com/p/memlink
0 stars 0 forks source link

编译不能通过 #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
li117-184:~/memlink-read-only# scons
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
gcc -o dumpfile.o -c -ggdb -pthread -std=gnu99 -Wall -Werror -DDEBUG 
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILE -I/Developer/usr/include -I. dumpfile.c
cc1: warnings being treated as errors
dumpfile.c: In function 'dumpfile_call_loop':
dumpfile.c:322: error: implicit declaration of function 'evutil_timerclear'
scons: *** [dumpfile.o] Error 1
scons: building terminated because of errors.

li117-184:~/memlink-read-only# gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' 
--with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs 
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared 
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext 
--enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 
--program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug 
--enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld 
--enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu 
--target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Debian 4.3.2-1.1) 

Original issue reported on code.google.com by xia...@gmail.com on 24 Nov 2010 at 11:23

GoogleCodeExporter commented 8 years ago
memlink需要依赖 libevent。估计你这里没有装libevent吧。

Original comment by zhaowei...@gmail.com on 29 Nov 2010 at 3:45