माउंटेन लायन रेल्स इंस्टाल (होमब्रू और आरवीएम का उपयोग करके) में मेरे लिए क्या काम किया गया था /usr/local/Cellar/mysql/5.XX.XX/bin/mysql_configand हटा रहा था -Wno-null-conversion -Wno-unused-private-field
cxflags और cxflags विकल्पों से निम्नानुसार है:
इससे पहले:
cflags="-I$pkgincludedir -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g -fno-strict-aliasing -DDBUG_OFF " #note: end space!
cxxflags="-I$pkgincludedir -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g -fno-strict-aliasing -DDBUG_OFF " #note: end space!
इसके बाद:
cflags="-I$pkgincludedir -Wall -Os -g -fno-strict-aliasing -DDBUG_OFF " #note: end space!
cxxflags="-I$pkgincludedir -Wall -Os -g -fno-strict-aliasing -DDBUG_OFF " #note: end space!
उसके बाद मणि इंस्टॉल mysql2 बिना हिचकी के आगे बढ़ा
नोट:यह संभवत:5.6.10 के बाद mysql_config में किए गए परिवर्तन के कारण है:http://bugs.mysql.com/bug.php?id=69645