chandrasis / php-handlersocket

Automatically exported from code.google.com/p/php-handlersocket
0 stars 0 forks source link

get errors when make 1.2.0 version #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What is the expected output? What do you see instead?

[root@localhost php-handlersocket]# make
/bin/sh /home/php-handlersocket/libtool --mode=compile g++  -I. 
-I/home/php-handlersocket -DPHP_ATOM_INC -I/home/php-handlersocket/include 
-I/home/php-handlersocket/main -I/home/php-handlersocket 
-I/usr/local/php533/include/php -I/usr/local/php533/include/php/main 
-I/usr/local/php533/include/php/TSRM -I/usr/local/php533/include/php/Zend 
-I/usr/local/php533/include/php/ext 
-I/usr/local/php533/include/php/ext/date/lib -I/usr/local/include/handlersocket 
 -DHAVE_CONFIG_H  -g -O2   -c /home/php-handlersocket/handlersocket.cc -o 
handlersocket.lo 
mkdir .libs
 g++ -I. -I/home/php-handlersocket -DPHP_ATOM_INC -I/home/php-handlersocket/include -I/home/php-handlersocket/main -I/home/php-handlersocket -I/usr/local/php533/include/php -I/usr/local/php533/include/php/main -I/usr/local/php533/include/php/TSRM -I/usr/local/php533/include/php/Zend -I/usr/local/php533/include/php/ext -I/usr/local/php533/include/php/ext/date/lib -I/usr/local/include/handlersocket -DHAVE_CONFIG_H -g -O2 -c /home/php-handlersocket/handlersocket.cc  -fPIC -DPIC -o .libs/handlersocket.o
/home/php-handlersocket/handlersocket.cc: In function `void 
handlersocket_prepare(dena::hstcpcli_i*, size_t, char*, zval*, long int, long 
int, char*, zval*, zval*, long int, zval*)':
/home/php-handlersocket/handlersocket.cc:565: error: no matching function for 
call to `dena::hstcpcli_i::request_buf_exec_generic(size_t&, dena::string_ref&, 
dena::string_ref*, size_t, long int&, long int&, dena::string_ref&, 
dena::string_ref*, size_t, dena::hstcpcli_filter*, size_t, long int&, 
dena::string_ref*, size_t)'
/usr/local/include/handlersocket/hstcpcli.hpp:46: note: candidates are: virtual 
void dena::hstcpcli_i::request_buf_exec_generic(size_t, const 
dena::string_ref&, const dena::string_ref*, size_t, uint32_t, uint32_t, const 
dena::string_ref&, const dena::string_ref*, size_t, const 
dena::hstcpcli_filter*, size_t)
make: *** [handlersocket.lo] Error 1

What version of the product are you using? On what operating system?

php-handlersocket-0.2.0,Centos 32bit,Linux core version 2.6.9-78.ELsmp

Original issue reported on code.google.com by zoudep...@gmail.com on 23 Jun 2011 at 6:56