We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ 16s] cc -c -o build/dbd_mysql_statement.o dbd/mysql/statement.c -I/usr/include/lua5.1 -fomit-frame-pointer -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fPIC -I/usr/include/lua5.4 -shared -fPIC -DPIC -std=c99 -I. -shared -I/usr/include/mysql -lmysqlclient [ 16s] dbd/mysql/statement.c: In function ‘statement_execute’: [ 16s] dbd/mysql/statement.c:271:40: error: assignment to ‘long unsigned int *’ from incompatible pointer type ‘size_t *’ {aka ‘unsigned int *’} [-Wincompatible-pointer-types] [ 16s] 271 | bind[i].length = str_len; [ 16s] | ^ [ 16s] make: *** [Makefile:82: build/dbd_mysql_statement.o] Error 1
Complete build log with all packages used and steps taken to reproduce.
The text was updated successfully, but these errors were encountered:
This looks like a build against 0.7.3 which has a known failure for MySQL on 32-bit platforms. I suspect this was fixed by #76.
Sorry, something went wrong.
@mcepl Published 0.7.4; please see if that resolves your problem.
No branches or pull requests
Complete build log with all packages used and steps taken to reproduce.
The text was updated successfully, but these errors were encountered: