huzheng001 / stardict-3

Automatically exported from code.google.com/p/stardict-3
GNU General Public License v3.0
304 stars 65 forks source link

FTBFS against MariaDB 10.3 (Debian) #83

Open fauust opened 5 years ago

fauust commented 5 years ago

Hi, I am filling this issue, to link it to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919408 and to be sure that upstream dev are aware of it.

Error was:

wikipediaImage.cpp:34:76: error: 'MYSQL_PORT' was not declared in this scope if (!mysql_real_connect(&mysql, CONN_HOST , CONN_USER , CONN_PASS, NULL , MYSQL_PORT, NULL, 0)) ^~~~~~ wikipediaImage.cpp:34:76: note: suggested alternative: 'MYSQL_STMT' if (!mysql_real_connect(&mysql, CONN_HOST , CONN_USER , CONN_PASS, NULL , MYSQL_PORT, NULL, 0)) ^~~~~~ MYSQL_STMT make[5]: *** [Makefile:2162: wikipediaImage-wikipediaImage.o] Error 1

Can you please take a look at: https://github.com/monitoring-plugins/monitoring-plugins/pull/1522 https://github.com/monitoring-plugins/monitoring-plugins/issues/1508#issuecomment-334528542

Regards, Faustin