摘要:
# tar -zxvf aaa.tar.gztar: This does not look like a tar archivetar: Skipping to next headertar: Error exit delayed from previous errors解决办法# gzip -d ... 阅读全文
posted @ 2014-09-23 17:47
foo__hack
阅读(658)
评论(0)
推荐(0)
摘要:
标题尚的错误,不是原因,因为which make的时候是有显示/usr/bin/make的,echo $PATH的时候也是有make的路径的。编译Qt ./configure的时候出现标题上错误,原因是压缩包解压时候的问题,我用的(下载的源码包)可能是windows版本的,移植到Linux上可能就出... 阅读全文
posted @ 2014-09-23 17:23
foo__hack
阅读(3182)
评论(3)
推荐(1)
摘要:
用命令行来编译Qt的时候发生标题尚的错误。原因是文件中带有DOS行结束符,必须把它转换成UNix结束符references:http://stackoverflow.com/questions/2920416/configure-bin-shm-bad-interpreterhttp://blog.... 阅读全文
posted @ 2014-09-23 16:11
foo__hack
阅读(729)
评论(0)
推荐(0)
摘要:
就是遇到类似标题上面的错误。原因是没有安装对应python的python-dev依赖,不然编译到boost python模块的时候就会出错。所以解决方案是sudo apt-get install python-dev就行了然后用boost自带的b2工具编译boost python模块的时候就不会出错... 阅读全文
posted @ 2014-09-23 14:49
foo__hack
阅读(3698)
评论(2)
推荐(0)