unknow type name 'off64_t'
或者
代替:
即可.
错误"error: 'off64_t' does not name a type"
MinGW的bug,使用-std=c++11, 有可能出现, 修改{MinGW dir}/include/io.h文件,
使用:
代替:
即可.
参考: http://stackoverflow.com/questions/20126219/static-linking-qt-5-1-error-when-running
~奋力追求梦想的泰坦~