|
2010-02-01
, 11:00
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#2
|
apt-get install libtelepathy-glib-dev
|
2010-02-01
, 11:13
|
Posts: 22 |
Thanked: 3 times |
Joined on Jan 2010
@ India
|
#3
|
Hi,
which example are you using, do you have the link? Have you installed libtelepathy-glib-dev? You can do that with:
inside scratchbox. How do compile it?Code:apt-get install libtelepathy-glib-dev
Daniel
|
2010-02-01
, 11:23
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#4
|
gcc example.c `pkg-config --cflags --libs telepathy-glib`
|
2010-02-01
, 12:09
|
Posts: 22 |
Thanked: 3 times |
Joined on Jan 2010
@ India
|
#5
|
Ok, try to compile it like this:
DanielCode:gcc example.c `pkg-config --cflags --libs telepathy-glib`
telepathy-glib/connection-manager.h: No such file or directory
|
2010-02-02
, 10:15
|
Posts: 22 |
Thanked: 3 times |
Joined on Jan 2010
@ India
|
#6
|
|
2010-02-03
, 00:07
|
Posts: 5 |
Thanked: 2 times |
Joined on Feb 2010
|
#7
|
|
2010-02-03
, 12:33
|
Posts: 22 |
Thanked: 3 times |
Joined on Jan 2010
@ India
|
#8
|
telepathy-glib/connection-manager.h: No such file or directory
OSSO_CFLAGS = -I/usr/include/dbus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/dbus-1.0/include -I/usr/include/telepathy-1.0
OSSO_LIBS = -losso -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lglib-2.0 -ltelepathy-glib
|
2010-02-03
, 13:00
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#9
|
On a Windows or Mac OS X host, the C/C++ indexer will not be able to find any system header files in your projects unless, before project creation, you have set up Shared folders under ESbox > Build Machines > Shared Folders that map a path from /scratchbox or /home/maemo in the virtual machine to a shared drive or mount on your host. This will allow ESbox to provide indexer settings that will fetch the files from the shared folder. (There's no other way to do this at the moment, such as replicating /usr/include on your host, unless you manually edit the C/C++ Include Paths and Symbols settings.)
|
2010-02-03
, 22:32
|
Posts: 5 |
Thanked: 2 times |
Joined on Feb 2010
|
#10
|
The Following 2 Users Say Thank You to Charleshan For This Useful Post: | ||
I am new to Maemo.
I need to develop an application using telepathy-glib.
I have studied one example application.
When I tried to build it ,the following errors have been displayed.
How can I solve this issue?
Thanks
Remya