分页: 1 / 1

debian编译pidgin-lwqq错误

发表于 : 2013-08-27 8:45
Doucr

代码: 全选

$ 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

Re: debian编译pidgin-lwqq错误

发表于 : 2013-08-27 8:51
YeLee
缺一大堆的lib,其中包括libev的开发库。 :em01

Re: debian编译pidgin-lwqq错误

发表于 : 2013-08-27 11:43
Doucr
YeLee 写了:缺一大堆的lib,其中包括libev的开发库。 :em01
需要安装什么吗?
我安装了 libec-dev,还是一样的提示啊

Re: debian编译pidgin-lwqq错误

发表于 : 2013-08-27 14:05
daf3707
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

Re: debian编译pidgin-lwqq错误

发表于 : 2013-09-02 13:14
axlrose
我直接添加 ubuntu的ppa的源来用pidgin-lwqq还挺方便的

Re: debian编译pidgin-lwqq错误

发表于 : 2013-10-11 10:06
VaneHay
4楼 你的方法太对了,我成功装上并且能运行了。谢谢哈