Bug 9389 - Missing include in tp-helpers.h
Summary: Missing include in tp-helpers.h
Status: RESOLVED FIXED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: libtelepathy (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Rob Taylor
QA Contact: Telepathy bugs list
URL: https://launchpad.net/distros/ubuntu/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-19 05:25 UTC by Daniel Holbach
Modified: 2006-12-28 04:09 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Daniel Holbach 2006-12-19 05:25:08 UTC
Forwarded from: https://launchpad.net/distros/ubuntu/+source/libtelepathy/+bug/76264


Binary package hint: libtelepathy-dev

The file:
/usr/include/telepathy-1.0/libtelepathy/tp-helpers.h

Is missing a:
#include <dbus/dbus-glib.h>

Without that, it will have invalid lines after that:
DBusGConnection *tp_get_bus ();
DBusGProxy *tp_get_bus_proxy ();
Comment 1 Xavier Claessens 2006-12-20 12:13:49 UTC
It should be fixed with my patch Dafydd committed in darcs head

http://lists.freedesktop.org/archives/telepathy/2006-December/000412.html
Comment 2 Diego Escalante Urrelo 2006-12-24 19:55:23 UTC
Just pulled from the darcs repo, I compiled and installed libtelepathy but same
problem, I just added manually the line...

Are you sure it's committed?


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.