Skip to content

Instantly share code, notes, and snippets.

@FrancisVarga
Created July 19, 2012 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FrancisVarga/3142967 to your computer and use it in GitHub Desktop.
Save FrancisVarga/3142967 to your computer and use it in GitHub Desktop.
php-ext-couchbase
/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