[Telepathy] buddy list methods

Daniel Pocock daniel at pocock.pro
Tue May 24 16:04:45 UTC 2016



On 24/05/16 17:58, Mateus Bellomo wrote:
>> Just build the example application, start CM and register an account
> (e.g. via mc-tool).
> 
> I've tried to
> 
> ~/simpleCm/example$ cmake CMakeLists.txt
> ~/simpleCm/example$ make
> 
> but I'm getting this errors:
> 
> /home/mateus/simpleCm/example/CContactsModel.cpp:3:22: fatal error:
> protocol.h: No such file or directory
>  #include "protocol.h"
>                       ^
> compilation terminated.
> /home/mateus/simpleCm/example/main.cpp:4:29: fatal error:
> TelepathyQt/Debug: No such file or directory
>  #include <TelepathyQt/Debug>
> 
> 
> I thought the Qt that I've installed for resiprocate could be used by
> any other program but apparently this is not true. How can I use the
> telepathy-qt library from resiprocate?
> 


Look at build/debian.sh and see the way we build ${QT_LIBS} and add it
to $CPPFLAGS

I think you can then run

  cmake CPPFLAGS='..... whatever'  CMakeLists.txt


and it will work

Regards,

Daniel


More information about the telepathy mailing list