摘要:
出现 Undefined symbols for architecture x86_64: 的原因 1.函数申明了,却未被定义。 2.申明的虚函数未被实现。 NOTE: a missing vtable usually means the first non-inline virtual membe 阅读全文
摘要:
Cygwin Unable to get setup from * 错误 解决方案 是因为用自定义镜像站点,比如 http://mirrors.xdlinux.info/cygwin/x86_64/ 安装x86_64位Cygwin时,因为多加了/导致Cygwin安装程序找不到steup 换成如下即可 阅读全文