Created
July 23, 2012 16:42
-
-
Save scalabl3/3164629 to your computer and use it in GitHub Desktop.
dp5 make.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/jasdeep/rvm/rubies/ruby-1.9.3-p125/bin/ruby extconf.rb | |
checking for libcouchbase_getl() in -lcouchbase... yes | |
checking for mach/mach_time.h... yes | |
checking for stdint.h... yes | |
checking for sys/time.h... yes | |
checking for clock_gettime()... no | |
checking for gettimeofday()... yes | |
checking for QueryPerformanceCounter()... no | |
creating couchbase_config.h | |
creating Makefile | |
make | |
compiling couchbase_ext.c | |
couchbase_ext.c:103: error: expected specifier-qualifier-list before ‘libcouchbase_couch_request_t’ | |
couchbase_ext.c:1146: error: expected ‘)’ before ‘request’ | |
couchbase_ext.c:1189: error: expected ‘)’ before ‘request’ | |
couchbase_ext.c: In function ‘do_connect’: | |
couchbase_ext.c:1476: error: ‘couch_complete_callback’ undeclared (first use in this function) | |
couchbase_ext.c:1476: error: (Each undeclared identifier is reported only once | |
couchbase_ext.c:1476: error: for each function it appears in.) | |
couchbase_ext.c:1477: error: ‘couch_data_callback’ undeclared (first use in this function) | |
couchbase_ext.c: In function ‘do_loop’: | |
couchbase_ext.c:3130: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
couchbase_ext.c: In function ‘cb_couch_request_free’: | |
couchbase_ext.c:3717: warning: implicit declaration of function ‘libcouchbase_cancel_couch_request’ | |
couchbase_ext.c:3717: error: ‘struct couch_request_st’ has no member named ‘request’ | |
couchbase_ext.c: In function ‘cb_couch_request_mark’: | |
couchbase_ext.c:3730: error: ‘struct couch_request_st’ has no member named ‘on_body_callback’ | |
couchbase_ext.c: In function ‘cb_couch_request_init’: | |
couchbase_ext.c:3802: error: ‘struct couch_request_st’ has no member named ‘on_body_callback’ | |
couchbase_ext.c: In function ‘cb_couch_request_on_body’: | |
couchbase_ext.c:3847: error: ‘struct couch_request_st’ has no member named ‘on_body_callback’ | |
couchbase_ext.c:3849: error: ‘struct couch_request_st’ has no member named ‘on_body_callback’ | |
couchbase_ext.c: In function ‘cb_couch_request_perform’: | |
couchbase_ext.c:3875: error: ‘struct couch_request_st’ has no member named ‘on_body_callback’ | |
couchbase_ext.c:3879: error: ‘struct couch_request_st’ has no member named ‘request’ | |
couchbase_ext.c:3889: error: ‘struct couch_request_st’ has no member named ‘ctx’ | |
couchbase_ext.c: In function ‘cb_couch_request_continue’: | |
couchbase_ext.c:3925: error: ‘struct couch_request_st’ has no member named ‘ctx’ | |
couchbase_ext.c:3926: error: ‘struct couch_request_st’ has no member named ‘ctx’ | |
couchbase_ext.c:3927: error: ‘struct couch_request_st’ has no member named ‘ctx’ | |
make: *** [couchbase_ext.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment