- 积分
- 117977
- 威望
-
- 金钱
-
- 注册时间
- 2009-4-24
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2017-8-8 09:37:43
|
显示全部楼层
[ 41%] Building C object storage/myisam/CMakeFiles/myisam.dir/ft_update.c.o
In file included from /home/lnmp1.4-full/src/mysql-5.6.36/storage/myisam/fulltext.h:20:0,
from /home/lnmp1.4-full/src/mysql-5.6.36/storage/myisam/ftdefs.h:20,
from /home/lnmp1.4-full/src/mysql-5.6.36/storage/myisam/ft_update.c:20:
/home/lnmp1.4-full/src/mysql-5.6.36/storage/myisam/myisamdef.h:807:61: 错误:expected identifier or ‘(’ before ‘}’ token
extern PSI_file_key mi_key_file_datatmp, mi_key_file_dfile, mi_key_file_kfile,
^
/home/lnmp1.4-full/src/mysql-5.6.36/storage/myisam/myisamdef.h:807:62: 警告:数据定义时没有类型或存储类 [默认启用]
extern PSI_file_key mi_key_file_datatmp, mi_key_file_dfile, mi_key_file_kfile,
^
/home/lnmp1.4-full/src/mysql-5.6.36/storage/myisam/myisamdef.h:807:62: 警告:在‘i_key_file_kfile’的声明中,类型默认为‘int’ [-Wimplicit-int]
/home/lnmp1.4-full/src/mysql-5.6.36/storage/myisam/myisamdef.h:808:3: 警告:在‘mi_key_file_log’的声明中,类型默认为‘int’ [-Wimplicit-int]
mi_key_file_log;
^
make[2]: *** [storage/myisam/CMakeFiles/myisam.dir/ft_update.c.o] 错误 1
make[1]: *** [storage/myisam/CMakeFiles/myisam.dir/all] 错误 2
。。。。。。
src/http/modules/ngx_http_charset_filter_module.c
cc: 编译器内部错误:已杀死(程序 cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
make[1]: *** [objs/src/http/modules/ngx_http_charset_filter_module.o] 错误 4
mysql错误原因未知,nginx编译失败原因是编译过程中cc编译器被kill有可能是其他程序占用内存,导致无法分配足够内存进行编译 |
|