登录社区云,与社区用户共同成长
邀请您加入社区
该用户还未填写简介
暂无可提供的服务
1.linux环境下编译项目出现make: Warning: File 'Makefile.in' has modification time 11974293 s in the future.怎么解决呢?办法如下:在终端输入:find . -type f | xargs touch Makefile即可解决.