DeNA / HandlerSocket-Plugin-for-MySQL

HandlerSocket is a NoSQL plugin for MySQL, working as a daemon inside the mysqld process, to accept tcp connections, and execute requests from clients. HandlerSocket does not support SQL queries; instead it supports simple CRUD operations on tables.
Other
1.13k stars 150 forks source link

automake >= 1.12 build problems #86

Closed svartalf closed 12 years ago

svartalf commented 12 years ago

Since automake >= 1.12

The warnings in the category 'extra-portability' are now enabled by '-Wall'.
In previous versions, one has to use '-Wextra-portability' to enable them.

So handlersocket cannot be built and fails with this error

Running automake ...
automake: warnings are treated as errors
/usr/share/automake-1.12/am/ltlibrary.am: warning: 'handlersocket.la': linking libtool libraries using a non-POSIX
/usr/share/automake-1.12/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
handlersocket/Makefile.am:3:   while processing Libtool library 'handlersocket.la'
/usr/share/automake-1.12/am/ltlibrary.am: warning: 'libhsclient.la': linking libtool libraries using a non-POSIX
/usr/share/automake-1.12/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
libhsclient/Makefile.am:7:   while processing Libtool library 'libhsclient.la'
rs commented 12 years ago

+1 for merging