Created
July 19, 2012 10:44
-
-
Save FrancisVarga/3142967 to your computer and use it in GitHub Desktop.
php-ext-couchbase
This file contains hidden or 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
/bin/sh /Users/thelittlenerd87/www/php-ext-couchbase-source/libtool --mode=compile cc -I. -I/Users/thelittlenerd87/www/php-ext-couchbase-source -DPHP_ATOM_INC -I/Users/thelittlenerd87/www/php-ext-couchbase-source/include -I/Users/thelittlenerd87/www/php-ext-couchbase-source/main -I/Users/thelittlenerd87/www/php-ext-couchbase-source -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include/ -DHAVE_CONFIG_H -g -O2 -c /Users/thelittlenerd87/www/php-ext-couchbase-source/couchbase.c -o couchbase.lo | |
mkdir .libs | |
cc -I. -I/Users/thelittlenerd87/www/php-ext-couchbase-source -DPHP_ATOM_INC -I/Users/thelittlenerd87/www/php-ext-couchbase-source/include -I/Users/thelittlenerd87/www/php-ext-couchbase-source/main -I/Users/thelittlenerd87/www/php-ext-couchbase-source -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include/ -DHAVE_CONFIG_H -g -O2 -c /Users/thelittlenerd87/www/php-ext-couchbase-source/couchbase.c -fno-common -DPIC -o .libs/couchbase.o | |
/Users/thelittlenerd87/www/php-ext-couchbase-source/couchbase.c:1159:45: error: unknown type name 'libcouchbase_couch_request_t'; did you mean 'libcouchbase_http_request_t'? | |
static void php_couchbase_complete_callback(libcouchbase_couch_request_t request, | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
libcouchbase_http_request_t | |
/usr/local/include/libcouchbase/types.h:46:50: note: 'libcouchbase_http_request_t' declared here | |
typedef struct libcouchbase_http_request_st *libcouchbase_http_request_t; | |
^ | |
1 error generated. | |
make: *** [couchbase.lo] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment