debian编译pidgin-lwqq错误

最大的社区版本,Ubuntu的发源地
回复
Doucr
帖子: 5
注册时间: 2013-03-24 21:58
系统: ubuntu 12.04

debian编译pidgin-lwqq错误

#1

帖子 Doucr » 2013-08-27 8:45

代码: 全选

$ cmake ..
信息如下:

CMake Warning at CMakeLists.txt:21 (find_package):
By not providing "FindEV.cmake" in CMAKE_MODULE_PATH this project has asked
CMake to find a package configuration file provided by "EV", but CMake did
not find one.

Could not find a package configuration file provided by "EV" with any of
the following names:

EVConfig.cmake
ev-config.cmake

Add the installation prefix of "EV" to CMAKE_PREFIX_PATH or set "EV_DIR" to
a directory containing one of the above files. If "EV" provides a separate
development package or SDK, be sure it has been installed.


libpurple version:2.10.6
-- Could NOT find Gettext (missing: GETTEXT_MSGMERGE_EXECUTABLE GETTEXT_MSGFMT_EXECUTABLE)
CMake Warning (dev) at CMakeLists.txt:81 (add_subdirectory):
The source directory

/home/gebron/downloads/pidgin-lwqq/liblwqq

does not contain a CMakeLists.txt file.

CMake does not support this case but it used to work accidentally and is
being allowed for compatibility.

Policy CMP0014 is not set: Input directories must have CMakeLists.txt. Run
"cmake --help-policy CMP0014" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.

===============================================
-- With Libev (Option) : 0
-- Native Language Support : false
-- Install Path : /usr/lib/purple-2
===============================================
-- Configuring done
-- Generating done
-- Build files have been written to: /home/gebron/downloads/pidgin-lwqq/build


系统信息:
Linux crunchbang 3.2.0-4-amd64 #1 SMP Debian 3.2.46-1 x86_64 GNU/Linux
头像
YeLee
论坛版主
帖子: 26406
注册时间: 2008-08-13 8:48
系统: Fundu i64
来自: 东海硇州,一双管钥。
联系:

Re: debian编译pidgin-lwqq错误

#2

帖子 YeLee » 2013-08-27 8:51

缺一大堆的lib,其中包括libev的开发库。 :em01
◎当我站在道德的高度上俯视别人的时候,发现自己是多么渺小。
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关
Doucr
帖子: 5
注册时间: 2013-03-24 21:58
系统: ubuntu 12.04

Re: debian编译pidgin-lwqq错误

#3

帖子 Doucr » 2013-08-27 11:43

YeLee 写了:缺一大堆的lib,其中包括libev的开发库。 :em01
需要安装什么吗?
我安装了 libec-dev,还是一样的提示啊
头像
daf3707
论坛版主
帖子: 12739
注册时间: 2007-06-13 15:57
来自: 在他乡

Re: debian编译pidgin-lwqq错误

#4

帖子 daf3707 » 2013-08-27 14:05

cat install_pidgin-lwqq

代码: 全选

sudo apt-get install build-essential cmake pkg-config libglib2.0-dev libpurple-dev libsqlite3-dev libmozjs185-dev libcurl4-gnutls-dev
git clone -b dev https://github.com/xiehuc/pidgin-lwqq.git
cd pidgin-lwqq/
git submodule init
git submodule update
mkdir build;cd build
cmake ..
make
sudo make install
axlrose
帖子: 69
注册时间: 2007-02-11 15:58

Re: debian编译pidgin-lwqq错误

#5

帖子 axlrose » 2013-09-02 13:14

我直接添加 ubuntu的ppa的源来用pidgin-lwqq还挺方便的
VaneHay
帖子: 1
注册时间: 2013-10-09 18:07
系统: debian

Re: debian编译pidgin-lwqq错误

#6

帖子 VaneHay » 2013-10-11 10:06

4楼 你的方法太对了,我成功装上并且能运行了。谢谢哈
回复