Wow, I've been playing wit it for a long time without success. But your patch doesn't seem to work. I did a clean hg clone, and this is what i get:
[EMAIL PROTECTED]:/tmp/qutecom-2.2$ hg patch
~/VoIPEX/qutecom-2.2_rev156.patch
applying /home/pitel/VoIPEX/qutecom-2.2_rev156.patch
patching file libs/imwrapper/src/multiim/CMakeLists.txt
Hunk #1 FAILED at 0
1 out of 1 hunk FAILED -- saving rejects to file
libs/imwrapper/src/multiim/CMakeLists.txt.rej
patching file wengophone/src/buildid/CMakeLists.txt
Hunk #1 FAILED at 1
1 out of 1 hunk FAILED -- saving rejects to file
wengophone/src/buildid/CMakeLists.txt.rej
abort: patch failed to apply
[EMAIL PROTECTED]:/tmp/qutecom-2.2$ hg stat
M CMakeLists.txt
M libs/3rdparty/CMakeLists.txt
M libs/imwrapper/src/multiim/MultiIMFactory.cpp
M libs/imwrapper/src/multiim/multiim/MultiIMFactory.h
M wengophone/src/WengoPhoneBuildId.cpp
M wengophone/src/WengoPhoneBuildId.h
M wengophone/src/presentation/main.cpp
M wengophone/src/presentation/qt/QtAbout.cpp
A libs/3rdparty/libpurple/CMakeLists.txt
A libs/imwrapper/src/purple/CMakeLists.txt
A libs/imwrapper/src/purple/PurpleAccountMngr.cpp
A libs/imwrapper/src/purple/PurpleAccountMngr.h
A libs/imwrapper/src/purple/PurpleChatMngr.cpp
A libs/imwrapper/src/purple/PurpleChatMngr.h
A libs/imwrapper/src/purple/PurpleConnectMngr.cpp
A libs/imwrapper/src/purple/PurpleConnectMngr.h
A libs/imwrapper/src/purple/PurpleContactListMngr.cpp
A libs/imwrapper/src/purple/PurpleContactListMngr.h
A libs/imwrapper/src/purple/PurpleEnumIMProtocol.cpp
A libs/imwrapper/src/purple/PurpleEnumIMProtocol.h
A libs/imwrapper/src/purple/PurpleEnumPresenceState.cpp
A libs/imwrapper/src/purple/PurpleEnumPresenceState.h
A libs/imwrapper/src/purple/PurpleIMChat.cpp
A libs/imwrapper/src/purple/PurpleIMChat.h
A libs/imwrapper/src/purple/PurpleIMConnect.cpp
A libs/imwrapper/src/purple/PurpleIMConnect.h
A libs/imwrapper/src/purple/PurpleIMContactList.cpp
A libs/imwrapper/src/purple/PurpleIMContactList.h
A libs/imwrapper/src/purple/PurpleIMFactory.cpp
A libs/imwrapper/src/purple/PurpleIMFactory.h
A libs/imwrapper/src/purple/PurpleIMPresence.cpp
A libs/imwrapper/src/purple/PurpleIMPresence.h
A libs/imwrapper/src/purple/PurplePresenceMngr.cpp
A libs/imwrapper/src/purple/PurplePresenceMngr.h
A owbuild/FindLibPurple.cmake
? libs/imwrapper/src/multiim/CMakeLists.txt.rej
? wengophone/src/buildid/CMakeLists.txt.rej
When I look at the reject file, those patches seems pretty simple,
so I did them by hand.
But when I try to build it, I get this error:
CMake Error at libs/3rdparty/libpurple/CMakeLists.txt:2 (find_package):
find_package could not find module FindLIBPURPLE.cmake or a
configuration
file for package LIBPURPLE.
Adjust CMAKE_MODULE_PATH to find FindLIBPURPLE.cmake or set
LIBPURPLE_DIR
to the directory containing a CMake configuration file for
LIBPURPLE. The
file will have one of the following names:
LIBPURPLEConfig.cmake
libpurple-config.cmake
CMake Error at owbuild/owbuild/OWUsePublicLibraries.cmake:22 (message):
libpurple: LIBPURPLE_INCLUDE_DIRS and LIBPURPLE_INCLUDE_DIR empty,
check
that LIBPURPLE is declared before libpurple
Call Stack (most recent call first):
libs/3rdparty/libpurple/CMakeLists.txt:11 (ow_use_public_libraries)
Tarrisse Laurent napsal(a):
> Hello QuteCom list,
>
> This is a patch to use libpurple 2.5.1 in qutecom on linux and mac:
>
> -download pidgin-2.5.1 source : http://www.pidgin.im/download/source/
>
> ./configure ( I use ./configure --disable-missing-dependencies
> -disable-gtkui --disable-consoleui --disable-dbus)
> make
> make install
>
> -apply the path
> build qutecom
>
> i've test hotmail and gmail protocols : it works well !
> Give me feedback for the other protocols or if you plan to add anothers
>
> For win32-msvc you will wait a little ...
>
> Laurent
>
>
>
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> QuteCom-dev mailing list
> [email protected]
> http://lists.qutecom.org/mailman/listinfo/qutecom-dev
signature.asc
Description: OpenPGP digital signature
_______________________________________________ QuteCom-dev mailing list [email protected] http://lists.qutecom.org/mailman/listinfo/qutecom-dev
