当前位置:  技术问答>linux和unix

unix下部署libevent

    来源: 互联网  发布时间:2017-03-19

    本文导语:  起初装了libevent,也显示成功了,据同事说。 我去安装的时候同事又没和我说安装过,所以我把他以前解压的包给删掉了。然后就自己安装了,可是总是报这个错   "./compat/sys/_time.h", line 79: warning #2047-D: incompatible...

起初装了libevent,也显示成功了,据同事说。
我去安装的时候同事又没和我说安装过,所以我把他以前解压的包给删掉了。然后就自己安装了,可是总是报这个错
 

"./compat/sys/_time.h", line 79: warning #2047-D: incompatible redefinition of
          macro "timerclear" (declared at line 138 of
          "/usr/include/sys/time.h")
  #define       timerclear(tvp)         (tvp)->tv_sec = (tvp)->tv_usec = 0
                ^

"./compat/sys/_time.h", line 80: warning #2047-D: incompatible redefinition of
          macro "timerisset" (declared at line 131 of
          "/usr/include/sys/time.h")
  #define       timerisset(tvp)         ((tvp)->tv_sec || (tvp)->tv_usec)
                ^

"./compat/sys/_time.h", line 81: warning #2047-D: incompatible redefinition of
          macro "timercmp" (declared at line 133 of "/usr/include/sys/time.h")
  #define       timercmp(tvp, uvp, cmp)                                         
                ^

"./compat/sys/_time.h", line 105: warning #2047-D: incompatible redefinition
          of macro "timespecclear" (declared at line 157 of
          "/usr/include/sys/time.h")
  #define       timespecclear(tsp)              (tsp)->tv_sec = (tsp)->tv_nsec = 0
                ^

"./compat/sys/_time.h", line 106: warning #2047-D: incompatible redefinition
          of macro "timespecisset" (declared at line 159 of
          "/usr/include/sys/time.h")
  #define       timespecisset(tsp)              ((tsp)->tv_sec || (tsp)->tv_nsec)
                ^

"./compat/sys/_time.h", line 107: warning #2047-D: incompatible redefinition
          of macro "timespeccmp" (declared at line 148 of
          "/usr/include/sys/time.h")
  #define       timespeccmp(tsp, usp, cmp)                                      
                ^

"./compat/sys/_time.h", line 138: error #2101: "itimerval" has already been
          declared in the current scope
  struct        itimerval {
                ^

"min_heap.h", line 60: warning #2068-D: integer conversion resulted in a
          change of sign
  void min_heap_elem_init(struct event* e) { e->min_heap_idx = -1; }
                                                               ^

"min_heap.h", line 79: warning #2068-D: integer conversion resulted in a
          change of sign
          e->min_heap_idx = -1;
                            ^

"min_heap.h", line 90: warning #2068-D: integer conversion resulted in a
          change of sign
          e->min_heap_idx = -1;
                            ^

"event.c", line 159: warning #2167-D: argument of type "struct timeval *" is
          incompatible with parameter of type "struct timeval *"
        return (evutil_gettimeofday(tp, NULL));
                ^

"event.c", line 700: warning #2167-D: argument of type "struct timeval *" is
          incompatible with parameter of type "struct timeval *"
                evutil_gettimeofday(&now, NULL);
                ^

4 errors detected in the compilation of "event.c".
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.

然后网上查了好久,都没有这样说的错误。
后来同事和我说他之前已经装成功了,于是我就把以前的给卸载了,用的是find . -name libevent*把里面东西都删了,然后删除压缩包重新安装libevent,但是仍然出现了上面的错误。
真是郁闷,怎么都解决不了。我用的是hp unix的,各位大虾,有谁知道怎么解决的吗?

|
unix是高端货, 咱只能玩到linux.

    
 
 

您可能感兴趣的文章:

 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • java命名空间java.util.regex类pattern的类成员方法: unix_lines定义及介绍
  • 刚刚接触Unix系统和Unix编程。急需Unix下多线程程序设计和网络Socket程序设计方面的资料。
  • unix/Linux下c++ boost thread库读写锁介绍
  • 关于UNIX的历史 : 1973年,K.Thompson和D.M.ritchie,用C改写UNIX。那么,在此之前,UNIX是用什么写的?
  • php将标准字符串格式时间转换成unix时间戳_strtotime
  • 没有unix系统我如何学习unix
  • php将unix时间戳转换成字符串时间函数(date)
  • unix盘哪里有下载的??哪里有比较好的unix论坛??万分感谢!!!!!!!!!
  • unix/Linux下c/c++ pthread库读写锁函数介绍
  • 急!装完unix5.06,再装win2000。重启后不能进unix.
  • UNIX特急!!!digital unix问题,请专家快来!!!
  • UNIX支持中文否,请推荐UNIX好书
  • SCO UNIX 5.0用软盘启动之后无法启动UNIX
  • 散分!!unix 用户调查!!!你使用哪款unix
  • hp unix 和 sco unix的区别
  • 入门问题,我想向UNIX编程方向发展,单目前不会UNIX,我该如何做
  • 强烈建议将linux/Unix栏目放到“软件开发者”大类里面来。----Unix开发的人助威支持!!!
  • HTML教程 iis7站长之家
  • 小问题, Unix 如何建立一个文件 ,unix 文件有后缀名吗
  • 我想学习Unix,请高手给个下载网址,用linux来学习Unix差别大吗?
  • 请问各位unix大虾,哪有免费的unix下载?


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3