
错误库
zifuttt
这个作者很懒,什么都没留下…
展开
-
编译出现的错误
pthread08.c:8:22: error: request for member ?.hread_tid?.in something not a structure or union 8line pthread_create(&tptr.thread_tid, NULL, &thread_main, (void *) i); 改为: pthrea原创 2012-03-17 10:00:08 · 592 阅读 · 0 评论 -
make的常见错误信息
错误信息都有前缀,一种是执行程序名作为错误前缀(通常是“make”);另外一种是当Makefile本身存在语法错误无法被make解析并执行时,前缀包含了makefile文件名和出现错误的行号。在下述的错误列表中,省略了普通前缀:[FOO] Error NN[FOO] signal description这类错误并不是make的真正错误。它表示make检测到make所调用的作为执行命原创 2012-03-17 10:20:18 · 7455 阅读 · 0 评论 -
No symbol table is loaded. Use the "file" command
No symbol table is loaded. Use the "file" command symbol command table Use loaded 源文件在编译时,没有使用 -g 参数原创 2012-03-18 10:25:48 · 9710 阅读 · 2 评论 -
ubuntu 常见错误--Could not get lock /var/lib/dpkg/lock
通过终端安装程序sudo apt-get install xxx时出错:E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)E: Unable to lock the administration directory (/var/lib/dpkg/), is anothe原创 2012-03-19 18:44:29 · 901 阅读 · 1 评论 -
warning: incompatible implicit declaration of built-in function ‘strcpy’
warning: incompatible implicit declaration of built-in function‘strcpy’ warning: incompatible implicit declaration of built-in function‘strlen’ warning: incompatible implicit declaration of built原创 2012-03-22 22:40:26 · 7014 阅读 · 6 评论 -
关于“cannot find a valid peer process to connect to”错误的解决方法
用VMware安装了LINUX后.在使用过程中出现了"cannot find a valid peer process to connect to"的错误提示其实解决方法很简单,解决方法如下:1、在dos命令行下执行net start vmx86,以启动peer process解决掉这个问题后.重新打开虚拟机.启动熟悉的LINUX又可以继续用啦.原创 2012-05-12 15:42:21 · 2013 阅读 · 0 评论