Compiling 5.6.11 from Source
Hello everyone,
i am trying to compile 5.6.11 from Source on a Raspberry Pi with Raspian Linux (optimised version of Debian)
ncurses 5.9 and cmake 2.8.10 are allready compiled
I used this command:
sudo cmake . -DCMAKE_INSTALL_PREFIX=/data/mysql -DWITH_INNOBASE_STORAGE_ENGINE=1
And when i use the sudo make command i get this error:
[ 63%] Building CXX object sql/CMakeFiles/sql.dir/unireg.cc.o
[ 63%] Building C object sql/CMakeFiles/sql.dir/__/libmysql/errmsg.c.o
[ 63%] Building C object sql/CMakeFiles/sql.dir/__/sql-common/client.c.o
[ 63%] Building C object sql/CMakeFiles/sql.dir/__/sql-common/client_plugin.c.o
/work/mysql-5.6.11/sql-common/client_plugin.c: In function âmysql_client_plugin_initâ:
/work/mysql-5.6.11/sql-common/client_plugin.c:252:5: error: incompatible type for argument 5 of âadd_pluginâ
/work/mysql-5.6.11/sql-common/client_plugin.c:120:1: note: expected âva_listâ but argument is of type âintâ
/work/mysql-5.6.11/sql-common/client_plugin.c: In function âmysql_client_register_pluginâ:
/work/mysql-5.6.11/sql-common/client_plugin.c:310:5: error: incompatible type for argument 5 of âadd_pluginâ
/work/mysql-5.6.11/sql-common/client_plugin.c:120:1: note: expected âva_listâ but argument is of type âintâ
make[2]: *** [sql/CMakeFiles/sql.dir/__/sql-common/client_plugin.c.o] Error 1
make[1]: *** [sql/CMakeFiles/sql.dir/all] Error 2
make: *** [all] Error 2
I was unable to find something about this on the internet. I hope you can help me
Thanks
Subject
Views
Written By
Posted
Compiling 5.6.11 from Source
4692
May 09, 2013 04:07AM
2154
May 10, 2013 04:34AM
2029
May 10, 2013 09:01AM
2146
May 13, 2013 03:47AM
1980
May 23, 2013 02:30PM
1911
May 24, 2013 01:42PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.