分页: 71 / 81
Re: 新的qq插件 pidgin-lwqq 0.3.0 更新
发表于 : 2014-04-30 13:04
由 xiehuc
joeroot 写了:编译成功,但 pidgin中无法找到webqq协议啊。
Ubuntu 14.04 32位 Pidgin 2.10.9 (libpurple 2.10.9)
NOTE!! add 'export $LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH' to ~/.xprofile when need load library from desktop application such as pidgin
NOTE!! add 'export $LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH' to ~/.xprofile when need load library from desktop application such as pidgin
NOTE!! add 'export $LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH' to ~/.xprofile when need load library from desktop application such as pidgin
NOTE!! add 'export $LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH' to ~/.xprofile when need load library from desktop application such as pidgin
NOTE!! add 'export $LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH' to ~/.xprofile when need load library from desktop application such as pidgin
NOTE!! add 'export $LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH' to ~/.xprofile when need load library from desktop application such as pidgin
NOTE!! add 'export $LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH' to ~/.xprofile when need load library from desktop application such as pidgin
NOTE!! add 'export $LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH' to ~/.xprofile when need load library from desktop application such as pidgin
NOTE!! add 'export $LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH' to ~/.xprofile when need load library from desktop application such as pidgin
NOTE!! add 'export $LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH' to ~/.xprofile when need load library from desktop application such as pidgin
NOTE!! add 'export $LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH' to ~/.xprofile when need load library from desktop application such as pidgin
wiki上没有吗? cmake提示没有吗? 还要怎么提示.
Re: 新的qq插件 pidgin-lwqq 0.3.0 更新
发表于 : 2014-04-30 14:52
由 浅笑这段伤

有个问题 新版的在群聊天时发送图片一直提示图片大小超过1m
个人聊天时,图片发送后接受不到
Re: 新的qq插件 pidgin-lwqq 0.3.0 更新
发表于 : 2014-04-30 17:48
由 warmsun
一直用 相当好
Re: 新的qq插件 pidgin-lwqq 0.3.0 更新
发表于 : 2014-05-06 15:51
由 clsilent
debian7编译出错!!!
编译pidgin-lwqq时:
clsilent@debian:~/src/github/pidgin-lwqq/pidgin-lwqq/build$ cmake ..
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- 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.28")
-- checking for module 'purple'
-- found purple, version 2.10.9
-- checking for module 'glib-2.0'
-- found glib-2.0, version 2.40.0
-- checking for module 'lwqq>=0.3.0'
-- package 'lwqq>=0.3.0' not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:279 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:333 (_pkg_check_modules_internal)
CMakeLists.txt:21 (pkg_check_modules)
libpurple version:2.10.9
-- Could NOT find Gettext (missing: GETTEXT_MSGMERGE_EXECUTABLE GETTEXT_MSGFMT_EXECUTABLE)
===============pidgin-lwqq flags===============
-- Native Language Support : false
-- Install Path : /usr/lib/purple-2
===============================================
-- Configuring incomplete, errors occurred!
是否需要先编译lwqq.wiki????
编译lwqq.wiki时:
clsilent@debian:~/src/github/lwqq.wiki/build$ cmake ..
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- 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
CMake Error at CMakeLists.txt:2 (sphinx_build):
Unknown CMake command "sphinx_build".
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.8)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
See also "/home/clsilent/src/github/lwqq.wiki/build/CMakeFiles/CMakeOutput.log".
怎么解决?请楼主帮忙。
Re: 新的qq插件 pidgin-lwqq 0.3.0 更新
发表于 : 2014-05-06 17:16
由 lainme
@joeroot
你的lwqq是安装到/usr/local的,要么用
代码: 全选
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
重新编译安装到/usr,要么在~/.xprofile 文件中加入这行
代码: 全选
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
仔细读:
https://github.com/xiehuc/lwqq/wiki/Build-From-Source
Re: 新的qq插件 pidgin-lwqq 0.3.0 更新
发表于 : 2014-05-06 17:20
由 lainme
@clsilent
lwqq.wiki是怎么回事?你是不是找错源码了?要编译的是lwqq
https://github.com/xiehuc/lwqq
Re: 新的qq插件 pidgin-lwqq 0.3.0 更新
发表于 : 2014-05-06 18:27
由 lainme
PPA更新了,取消了pidgin-lwqq-unstable,现在只有pidgin-lwqq和lwqq两个包(后者会在安装pidgin-lwqq的时候自动安装)。同时不再拆分调试符号到-dbg包,pidgin-lwqq和lwqq两个包已经包含调试符号。
Re: 新的qq插件 pidgin-lwqq 0.3.0 更新
发表于 : 2014-05-06 21:16
由 sddu5

不错,比wine好用
Re: 新的qq插件 pidgin-lwqq 0.3.0 更新
发表于 : 2014-05-08 14:46
由 zhjgcom
@debian:~/pidgin-lwqq/build$ cmake ..
-- The C compiler identification is GNU 4.7.2
-- The CXX compiler identification is GNU 4.7.2
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- 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.9
-- checking for module 'glib-2.0'
-- found glib-2.0, version 2.32.4
-- checking for module 'lwqq>=0.3.0'
-- package 'lwqq>=0.3.0' not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:279 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:333 (_pkg_check_modules_internal)
CMakeLists.txt:21 (pkg_check_modules)
libpurple version:2.10.9
-- Found Gettext: /usr/bin/msgmerge (found version "0.18.1")
===============pidgin-lwqq flags===============
-- Native Language Support : true
-- Install Path : /usr/lib/purple-2
===============================================
-- Configuring incomplete, errors occurred
大神,有解的没有呀
Re: 新的qq插件 pidgin-lwqq 0.3.0 更新
发表于 : 2014-05-08 14:47
由 lainme
Re: 新的qq插件 pidgin-lwqq 0.3.0 更新
发表于 : 2014-05-09 10:00
由 jsxlop
Mark下,周末装个试试
Re: 新的qq插件 pidgin-lwqq 0.3.0 更新
发表于 : 2014-05-09 21:35
由 jinjiachen
-- checking for module 'lwqq>=0.3.0'
-- package 'lwqq>=0.3.0' not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:283 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:337 (_pkg_check_modules_internal)
CMakeLists.txt:21 (pkg_check_modules)
libpurple version:2.10.9
===============pidgin-lwqq flags===============
-- Native Language Support : true
-- Install Path : /usr/lib/purple-2
===============================================
-- Configuring incomplete, errors occurred!
See also "/home/ifk/下载/pidgin-lwqq/build/CMakeFiles/CMakeOutput.log".
以前安装没这问题,这次重装了电脑,然后编译出现这个错误,请问是缺少什么依赖?
Re: 新的qq插件 pidgin-lwqq 0.3.0 更新
发表于 : 2014-05-09 21:42
由 lainme
@jinjiachen
看1060 楼
Re: 新的qq插件 pidgin-lwqq 0.3.0 更新
发表于 : 2014-05-12 19:17
由 wayoca
浅笑这段伤 写了:
有个问题 新版的在群聊天时发送图片一直提示图片大小超过1m
个人聊天时,图片发送后接受不到
同
Re: 新的qq插件 pidgin-lwqq 0.3.0 更新
发表于 : 2014-05-13 11:51
由 durongze
我想说的是,我费了好大劲编译成功了,但是安装后,依然提示无法连接,连接错误。