Bug 9389

Summary: Missing include in tp-helpers.h
Product: Telepathy Reporter: Daniel Holbach <daniel.holbach>
Component: libtelepathyAssignee: Rob Taylor <rob.taylor>
Status: RESOLVED FIXED QA Contact: Telepathy bugs list <telepathy-bugs>
Severity: normal    
Priority: high    
Version: unspecified   
Hardware: x86 (IA32)   
OS: Linux (All)   
URL: https://launchpad.net/distros/ubuntu/+source/libtelepathy/+bug/76264
Whiteboard:
i915 platform: i915 features:

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.