#818
帖子
由 simoncn » 2013-07-10 15:26
在github上下载了pidgin-lwqq-dev.zip,解压到opt/pidgin-lwqq-dev目录
然后:root@simon-pc:/opt/pidgin-lwqq-dev# mkdir build
root@simon-pc:/opt/pidgin-lwqq-dev# cd build
root@simon-pc:/opt/pidgin-lwqq-dev/build# cmake ..
-- The C compiler identification is GNU 4.7.3
-- The CXX compiler identification is GNU 4.7.3
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
-- checking for module 'purple'
-- found purple, version 2.10.7
-- checking for module 'glib-2.0'
-- found glib-2.0, version 2.36.0
-- checking for module 'libcurl'
-- found libcurl, version 7.29.0
-- checking for module 'sqlite3'
-- found sqlite3, version 3.7.15.2
-- checking for module 'zlib'
-- found zlib, version 1.2.7
libpurple version:2.10.7
would install to: /usr/lib/purple-2
-- Found Gettext: /usr/bin/msgmerge (found version "0.18.1")
-- Native Language Support: Yes
-- Found libev: /usr/lib/libev.so
-- Configuring done
CMake Error at src/CMakeLists.txt:32 (ADD_LIBRARY):
Cannot find source file:
../liblwqq/lib/url.c
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
.hxx .in .txx
-- Build files have been written to: /opt/pidgin-lwqq-dev/build
-------------------
lib的文件,下载下来的压缩包里没有。
请教:应该怎么处理?
另外看到有git clone的办法,有没有可以直接clone的包?