imoracle
unread,Dec 13, 2009, 12:57:37 PM12/13/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to memcachedb
209:~/binaries/memcacheq-0.2.0# make
make all-am
make[1]: Entering directory `/root/binaries/memcacheq-0.2.0'
gcc -DHAVE_CONFIG_H -I. -I/usr/local/berkeleydb/include -g -O2 -MT
memcacheq.o -MD -MP -MF .deps/memcacheq.Tpo -c -o memcacheq.o
memcacheq.c
mv -f .deps/memcacheq.Tpo .deps/memcacheq.Po
gcc -DHAVE_CONFIG_H -I. -I/usr/local/berkeleydb/include -g -O2 -MT
item.o -MD -MP -MF .deps/item.Tpo -c -o item.o item.c
item.c:181:2: warning: no newline at end of file
mv -f .deps/item.Tpo .deps/item.Po
gcc -DHAVE_CONFIG_H -I. -I/usr/local/berkeleydb/include -g -O2 -MT
thread.o -MD -MP -MF .deps/thread.Tpo -c -o thread.o thread.c
mv -f .deps/thread.Tpo .deps/thread.Po
gcc -DHAVE_CONFIG_H -I. -I/usr/local/berkeleydb/include -g -O2 -MT
bdb.o -MD -MP -MF .deps/bdb.Tpo -c -o bdb.o bdb.c
bdb.c:57: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'qlist_ht_lock'
bdb.c: In function 'qlist_ht_init':
bdb.c:61: error: 'qlist_ht_lock' undeclared (first use in this
function)
bdb.c:61: error: (Each undeclared identifier is reported only once
bdb.c:61: error: for each function it appears in.)
bdb.c: In function 'qlist_ht_close':
bdb.c:71: error: 'qlist_ht_lock' undeclared (first use in this
function)
bdb.c: In function 'bdb_create_queue':
bdb.c:267: error: 'qlist_ht_lock' undeclared (first use in this
function)
bdb.c: In function 'bdb_delete_queue':
bdb.c:324: error: 'qlist_ht_lock' undeclared (first use in this
function)
bdb.c: In function 'dump_qstats_to_db':
bdb.c:372: error: 'qlist_ht_lock' undeclared (first use in this
function)
bdb.c: In function 'print_queue_stats':
bdb.c:459: error: 'qlist_ht_lock' undeclared (first use in this
function)
bdb.c: In function 'bdb_get':
bdb.c:492: error: 'qlist_ht_lock' undeclared (first use in this
function)
bdb.c: In function 'bdb_set':
bdb.c:550: error: 'qlist_ht_lock' undeclared (first use in this
function)
make[1]: *** [bdb.o] Error 1
make[1]: Leaving directory `/root/binaries/memcacheq-0.2.0'
make: *** [all] Error 2
Any help is much appreciated.