参考这个修改不能解决问题
vi <gd_dir>/include/gd_io.h
gdIOCtx结构中增加void *data;
后来发现编译配置参数需要变更一下才能解决
./configure --with-gd=/usr/local/gd2 ,后来变更为 ./configure --with-gd
编译通过。
参考这个修改不能解决问题
vi <gd_dir>/include/gd_io.h
gdIOCtx结构中增加void *data;
后来发现编译配置参数需要变更一下才能解决
./configure --with-gd=/usr/local/gd2 ,后来变更为 ./configure --with-gd
编译通过。
上一篇:linux64位编译php遇到configure: error: GD build test failed. Please check the config.log for details
下一篇:org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool ex
1、问题error: 'const struct JNINativeInterface' has no member named 'callVoidMethod''obj' undeclared (first use in this function)2、原因JNINativeInterfacecallVoidMethod函数写错了obj 函数参数没有定
1、问题ndk-build提示JNIEnv has no member named 'GetMehtodID'2、原因我把那个函数写错了3、解决办法复制上面正常的函数,把函数改为env->GetMethodID
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M