apple-darwin18.6.0 compile fail
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libmemcached |
New
|
Undecided
|
Unassigned |
Bug Description
configure is ok;
when "make",get error:
libmemcached/
return ntohll(value);
libmemcached/
return htonll(value);
---------- modify fix up-------
sudo vi libmemcached/
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
-----re confiure and make get error----
clients/
if (opt_servers == false)
~~~~~~~~~~~ ^ ~~~~~
clients/
if (opt_servers == false)
~~~~~~~~~~~ ^ ~~~~~
----replace false to NULL----
----re configure and make success--------