You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#17 43.90 ../libmemcached/server.cc: In function 'const char* memcached_server_ipaddress(memcached_instance_st)':
#17 43.90 ../libmemcached/server.cc:268:11: error: could not convert 'self' from 'const memcached_instance_st' to 'bool'
#17 43.90 if (self)
#17 43.90 ^
#17 43.90 ../libmemcached/server.cc:270:16: error: base operand of '->' has non-pointer type 'const memcached_instance_st'
#17 43.90 return self->_ipaddress;
I also get an error when compiling
../libtest/cmdline.cc:65:15: error: 'environ' was declared 'extern' and later 'static' [-fpermissive]
65 | static char **environ= NULL;
I get some errors while compiling:
It seems caused by PR #18
The text was updated successfully, but these errors were encountered: