2010-03-24 16:38 | xiedejian

ronnie@ronnie-desktop:~/下载/g2ipmsg$ ./configure --prefix=/usr --sysconfdir=/et

c --enable-systray --with-ext-charcode=GBK

checking for doxygen... no

configure: WARNING: doxygen not found - will not generate any doxygen documentation

checking for perl... /usr/bin/perl

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... /bin/mkdir -p

checking for gawk... no

checking for mawk... mawk

checking whether make sets $(MAKE)... yes

checking whether to enable maintainer-specific portions of Makefiles... no

checking for style of include used by make... GNU

checking for gcc... gcc

checking for C compiler default output file name... a.out

checking whether the C compiler works... yes

checking whether we are cross compiling... no

checking for suffix of executables...

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ISO C89... none needed

checking dependency style of gcc... gcc3

checking for library containing strerror... none required

checking for gcc... (cached) gcc

checking whether we are using the GNU C compiler... (cached) yes

checking whether gcc accepts -g... (cached) yes

checking for gcc option to accept ISO C89... (cached) none needed

checking dependency style of gcc... (cached) gcc3

checking for gcc... (cached) gcc

checking whether we are using the GNU C compiler... (cached) yes

checking whether gcc accepts -g... (cached) yes

checking for gcc option to accept ISO C89... (cached) none needed

checking dependency style of gcc... (cached) gcc3

checking for intltool >= 0.31... 0.37.1 found

checking for xgettext... /usr/bin/xgettext

checking for msgmerge... /usr/bin/msgmerge

checking for msgfmt... /usr/bin/msgfmt

checking for perl... /usr/bin/perl

checking for XML::Parser... ok

checking how to run the C preprocessor... gcc -E

checking for grep that handles long lines and -e... /bin/grep

checking for egrep... /bin/grep -E

checking for ANSI C header files... yes

checking for special C compiler options needed for large files... no

checking for _FILE_OFFSET_BITS value needed for large files... 64

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... yes

checking for unistd.h... yes

checking libintl.h usability... yes

checking libintl.h presence... yes

checking for libintl.h... yes

checking for dirfd... yes

checking for asctime_r... yes

checking for localtime_r... yes

checking for pkg-config... /usr/bin/pkg-config

checking OpenSSL options with pkg-config... no

checking for gdi32... no

checking for CRYPTO_lock in -lcrypto... no

checking for CRYPTO_add_lock in -lcrypto... no

checking for pkg-config... /usr/bin/pkg-config

checking pkg-config is at least version 0.9.0... yes

checking for G2IPMSG... yes

checking for DBUSGLIB... no

checking whether to be enable dbus-glib... no

checking whether to be enable gnome-screensaver-interaction... nodbus-glib not available

checking for SYSTRAY... yes

checking whether to be enable systray... yes

checking whether to be enable IPMSG UTF-8 extension support... no

checking whether to be enable applet... yes

checking for APPLET... configure: error: Package requirements (libpanelapplet-2.0) were not met:

No package 'libpanelapplet-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you

installed software in a non-standard prefix.

Alternatively, you may set the environment variables APPLET_CFLAGS

and APPLET_LIBS to avoid the need to call pkg-config.

See the pkg-config man page for more details.

这样子应该怎么做啊~~~

我在网上找了好多方法都不行啊``也下了好几种版本  回复  更多评论

新蓝剑java_Ubuntu 8.10 编译安装飞鸽(IPMsg 0.9.6)相关推荐

  1. LAMP(httpd 2.4.1 + mysql-5.5.19 + php-5.3.10)编译安装

    LAMP(httpd 2.4.1+mysql-5.5.19+php-5.3.10)编译安装 一.安装开发包组: yum groupinstall "Development Tools&quo ...

  2. linux编译安装wine,Ubuntu 13.10 编译安装Wine 1.7

    Ubuntu 13.10 编译安装Wine 1.7 先安装依赖的库: sudo apt-get install flex bison qt4-qmake apt-get install libfree ...

  3. Ubuntu18.04下安装NVIDIA显卡驱动、docker、nvidia-docker;容器中编译安装opencv-4.4.0与darknet-yolov4并完成测试;容器封装镜像转移。2022

    记录一下第一次在CSDN发博客,欢迎大家光临~ 文章目录 前言 一.宿主机配置 1.安装Ubunntu18.04 64位系统 2.为宿主机系统更换国内软件源Ubuntu 官方源服务器在欧洲,国内访问很 ...

  4. 保姆级教程——Ubuntu16.04 Server下深度学习环境搭建:安装CUDA8.0,cuDNN6.0,Bazel0.5.4,源码编译安装TensorFlow1.4.0(GPU版)...

    写在前面 本文叙述了在Ubuntu16.04 Server下安装CUDA8.0,cuDNN6.0以及源码编译安装TensorFlow1.4.0(GPU版)的亲身经历,包括遇到的问题及解决办法,也有一些 ...

  5. mysql+1.6安装,CentOS 7.0编译安装Nginx1.6.0+MySQL5.6.19+PHP5.5.14方法

    这篇文章主要介绍了CentOS 7.0编译安装Nginx1.6.0+MySQL5.6.19+PHP5.5.14方法分享,需要的朋友可以参考下准备篇: 一.配置防火墙,开启80端口.3306端口 Cen ...

  6. centos 6.2 编译安装mysql_CentOS 6.2编译安装Nginx1.2.0+MySQL5.5.25+PHP5.3.13

    CentOS 6.2编译安装Nginx1.2.0+MySQL5.5.25+PHP5.3.13 2013-10-24 15:31:12 标签:服务器 防火墙 file 配置文件 written 一.配置 ...

  7. linux编译安装Nginx1.6.0+MySQL5.6.19+PHP5.5.14

    linux编译安装Nginx1.6.0+MySQL5.6.19+PHP5.5.14的方法对于 我这个小菜菜来讲是非常的复杂的还好有这篇文章,下面一起来看看吧. 一.使用系统镜像文件配置本地yum源 1 ...

  8. opencv4.0在linux下编译,Ubuntu 18.04源码编译安装OpenCV 4.0步骤

    Ubuntu 18.04下标准常规安装方法安装的OpenCV版本比较低,想尝鲜使用4.0版本,只好源码安装. 安装环境 OS:Ubuntu 18.04 64 bit 显卡:NVidia GTX 108 ...

  9. CentOS 6.2编译安装Nginx1.2.0+MySQL5.5.25+PHP5.3.13

    CentOS 6.2编译安装Nginx1.2.0+MySQL5.5.25+PHP5.3.13 2013-10-24 15:31:12 标签:服务器 防火墙 file 配置文件 written 一.配置 ...

最新文章

  1. Dojo学习笔记(六):dojo/_base/declare
  2. 分享一个针对触摸设备优化的图片幻灯jQuery插件 - touchtouch
  3. Spring Security 和 Apache Shiro
  4. Nginx.代理MySQL
  5. php 循环打开目录读取文件
  6. python基本使用-Python的基本用法
  7. C++ Qt 访问权限总结
  8. 素数筛法求素数(线性时间)
  9. 17.企业应用架构模式 --- 会话状态模式
  10. HenCoder Android 自定义 View 1-6:属性动画(上手篇)
  11. 九九乘法表java代码_java怎么实现九九乘法表
  12. easyui textbox onblur失效
  13. WinForm下多层架构的实现
  14. 彪悍的人生不需要解释!
  15. InstallShield Professional,开发解决方案
  16. 如何在矩池云上安装语音识别模型 Whisper
  17. vue封装qq表情包和符号表情的发送
  18. 成功编译和运行roslaunch qbo_webi qbo_webi.launch(解决qbo_object_recognition之后的其他问题)
  19. TCP/IP网络编程_第6章基于UDP的服务器端/客户端
  20. 【笔记】二重积分概念与计算

热门文章

  1. chrome 使用gpu 加速_DLI每周一课|用CUDA C的GPU加速库加速应用程序(新人有礼)
  2. mysql按首数字分表_MySql基础-数据分表
  3. 部署项目到Linux服务器步骤
  4. BeyondCompare3提示许可密钥过期完美解决方法:3281-0350
  5. 用c语言写的电话簿的程序,用C语言散列表实现电话薄
  6. es用python增加字段_使用Python在ElasticSearch中添加@timestamp字段
  7. python pyqt教程_『开发技巧』PyQt5入门教程
  8. python中response对象的属性_Django 中的响应对象 Response
  9. python 基础列表解析(十八)
  10. Java之AOP解释