Skip to content

Instantly share code, notes, and snippets.

@sasezaki
Created August 17, 2013 17:13
Show Gist options
  • Save sasezaki/6257841 to your computer and use it in GitHub Desktop.
Save sasezaki/6257841 to your computer and use it in GitHub Desktop.
buession make
/bin/bash /home/sasezaki/eduosi_buession/libtool --mode=compile cc -I. -I/home/sasezaki/eduosi_buession -DPHP_ATOM_INC -I/home/sasezaki/eduosi_buession/include -I/home/sasezaki/eduosi_buession/main -I/home/sasezaki/eduosi_buession -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -DHAVE_CONFIG_H -g -O2 -c /home/sasezaki/eduosi_buession/buession.c -o buession.lo
libtool: compile: cc -I. -I/home/sasezaki/eduosi_buession -DPHP_ATOM_INC -I/home/sasezaki/eduosi_buession/include -I/home/sasezaki/eduosi_buession/main -I/home/sasezaki/eduosi_buession -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -DHAVE_CONFIG_H -g -O2 -c /home/sasezaki/eduosi_buession/buession.c -fPIC -DPIC -o .libs/buession.o
In file included from /usr/include/php5/Zend/zend_operators.h:27:0,
from /usr/include/php5/Zend/zend.h:840,
from /home/sasezaki/eduosi_buession/buession.c:28:
./assert.h:32:1: error: unknown type name 'BUESSION_API'
./assert.h:32:37: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'assert'
In file included from /usr/include/php5/Zend/zend_operators.h:27:0,
from /usr/include/php5/Zend/zend.h:840,
from /home/sasezaki/eduosi_buession/buession.c:28:
./assert.h:61:1: warning: data definition has no type or storage class [enabled by default]
./assert.h:61:1: warning: parameter names (without types) in function declaration [enabled by default]
./assert.h:62:1: warning: data definition has no type or storage class [enabled by default]
./assert.h:62:1: warning: parameter names (without types) in function declaration [enabled by default]
./assert.h:63:1: warning: data definition has no type or storage class [enabled by default]
./assert.h:63:1: warning: parameter names (without types) in function declaration [enabled by default]
./assert.h:64:1: warning: data definition has no type or storage class [enabled by default]
./assert.h:64:1: warning: parameter names (without types) in function declaration [enabled by default]
In file included from /home/sasezaki/eduosi_buession/buession.c:45:0:
/home/sasezaki/eduosi_buession/config/config.h:30:1: error: unknown type name 'zend_buession_config_globals'
In file included from /home/sasezaki/eduosi_buession/buession.c:50:0:
/home/sasezaki/eduosi_buession/http/http.h:108:1: warning: useless storage class specifier in empty declaration [enabled by default]
In file included from /home/sasezaki/eduosi_buession/buession.c:59:0:
/home/sasezaki/eduosi_buession/string/string.h:167:52: warning: 'enum string_random_types' declared inside parameter list [enabled by default]
/home/sasezaki/eduosi_buession/string/string.h:167:52: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
/home/sasezaki/eduosi_buession/buession.c: In function 'zim_buession_core_getInstance':
/home/sasezaki/eduosi_buession/buession.c:271:3: warning: passing argument 4 of 'zend_lookup_class_ex' makes integer from pointer without a cast [enabled by default]
/usr/include/php5/Zend/zend_execute.h:65:14: note: expected 'int' but argument is of type 'struct zend_class_entry ***'
/home/sasezaki/eduosi_buession/buession.c:271:3: error: too few arguments to function 'zend_lookup_class_ex'
/usr/include/php5/Zend/zend_execute.h:65:14: note: declared here
/home/sasezaki/eduosi_buession/buession.c:273:69: error: 'zend_class_entry' has no member named 'module'
/home/sasezaki/eduosi_buession/buession.c:276:5: warning: passing argument 4 of 'zend_lookup_class_ex' makes integer from pointer without a cast [enabled by default]
/usr/include/php5/Zend/zend_execute.h:65:14: note: expected 'int' but argument is of type 'struct zend_class_entry ***'
/home/sasezaki/eduosi_buession/buession.c:276:5: error: too few arguments to function 'zend_lookup_class_ex'
/usr/include/php5/Zend/zend_execute.h:65:14: note: declared here
/home/sasezaki/eduosi_buession/buession.c:278:71: error: 'zend_class_entry' has no member named 'module'
/home/sasezaki/eduosi_buession/buession.c: In function 'zm_startup_buession':
/home/sasezaki/eduosi_buession/buession.c:476:2: warning: passing argument 3 of 'zend_register_auto_global' makes integer from pointer without a cast [enabled by default]
/usr/include/php5/Zend/zend_compile.h:707:14: note: expected 'zend_bool' but argument is of type 'void *'
/home/sasezaki/eduosi_buession/buession.c:476:2: error: too few arguments to function 'zend_register_auto_global'
/usr/include/php5/Zend/zend_compile.h:707:14: note: declared here
make: *** [buession.lo] エラー 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment