All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix compilation with --disable-sap and glib < 2.28
@ 2011-07-18 11:01 Szymon Janc
  2011-07-18 21:13 ` Johan Hedberg
  2011-07-27 20:05 ` Mike
  0 siblings, 2 replies; 6+ messages in thread
From: Szymon Janc @ 2011-07-18 11:01 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: par-gunnar.p.hjalmdahl, ulrik.lauren, Szymon Janc

---
 audio/telephony-maemo6.c |    3 +++
 audio/telephony-ofono.c  |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/audio/telephony-maemo6.c b/audio/telephony-maemo6.c
index 14d1ead..4430cc1 100644
--- a/audio/telephony-maemo6.c
+++ b/audio/telephony-maemo6.c
@@ -36,6 +36,9 @@
 #include <dbus/dbus.h>
 #include <gdbus.h>
 
+#include <bluetooth/sdp.h>
+
+#include "glib-helper.h"
 #include "log.h"
 #include "telephony.h"
 #include "error.h"
diff --git a/audio/telephony-ofono.c b/audio/telephony-ofono.c
index e72734c..26815cf 100644
--- a/audio/telephony-ofono.c
+++ b/audio/telephony-ofono.c
@@ -35,6 +35,9 @@
 #include <dbus/dbus.h>
 #include <gdbus.h>
 
+#include <bluetooth/sdp.h>
+
+#include "glib-helper.h"
 #include "log.h"
 #include "telephony.h"
 
-- 
on behalf of ST-Ericsson


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] Fix compilation with --disable-sap and glib < 2.28
  2011-07-18 11:01 [PATCH] Fix compilation with --disable-sap and glib < 2.28 Szymon Janc
@ 2011-07-18 21:13 ` Johan Hedberg
  2011-07-19  6:04   ` Szymon Janc
  2011-07-27 20:05 ` Mike
  1 sibling, 1 reply; 6+ messages in thread
From: Johan Hedberg @ 2011-07-18 21:13 UTC (permalink / raw)
  To: Szymon Janc; +Cc: linux-bluetooth, par-gunnar.p.hjalmdahl, ulrik.lauren

Hi Szymon,

On Mon, Jul 18, 2011, Szymon Janc wrote:
> ---
>  audio/telephony-maemo6.c |    3 +++
>  audio/telephony-ofono.c  |    3 +++
>  2 files changed, 6 insertions(+), 0 deletions(-)

Thanks, the patch has been upstream (after I rewrote the commit message
since I don't see how this has anything to do with SAP).

Johan

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Fix compilation with --disable-sap and glib < 2.28
  2011-07-18 21:13 ` Johan Hedberg
@ 2011-07-19  6:04   ` Szymon Janc
  0 siblings, 0 replies; 6+ messages in thread
From: Szymon Janc @ 2011-07-19  6:04 UTC (permalink / raw)
  To: Johan Hedberg; +Cc: linux-bluetooth, par-gunnar.p.hjalmdahl, ulrik.lauren

> Hi Szymon,

Hi,

> Thanks, the patch has been upstream (after I rewrote the commit message
> since I don't see how this has anything to do with SAP).

I added sap in commit message because build failure was triggered by 
./bootstrap-configure --disable-sap  (now sure why though:)

-- 
BR
Szymon Janc

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Fix compilation with --disable-sap and glib < 2.28
  2011-07-18 11:01 [PATCH] Fix compilation with --disable-sap and glib < 2.28 Szymon Janc
  2011-07-18 21:13 ` Johan Hedberg
@ 2011-07-27 20:05 ` Mike
  2011-07-27 20:48   ` Anderson Lizardo
  1 sibling, 1 reply; 6+ messages in thread
From: Mike @ 2011-07-27 20:05 UTC (permalink / raw)
  To: Szymon Janc; +Cc: linux-bluetooth, par-gunnar.p.hjalmdahl, ulrik.lauren

> +#include <bluetooth/sdp.h>

I must be missing something, because I'm trying to compile from git
(d7f192a) and I get an error "audio/telephony-ofono.c:38: fatal error:
bluetooth/sdp.h: No such file or directory".  I was previously
compiling bluez 4.94 just fine.  Ideas?

Mike

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Fix compilation with --disable-sap and glib < 2.28
  2011-07-27 20:05 ` Mike
@ 2011-07-27 20:48   ` Anderson Lizardo
  2011-07-27 20:56     ` Mike
  0 siblings, 1 reply; 6+ messages in thread
From: Anderson Lizardo @ 2011-07-27 20:48 UTC (permalink / raw)
  To: Mike; +Cc: Szymon Janc, linux-bluetooth, par-gunnar.p.hjalmdahl, ulrik.lauren

Hi Mike,

On Wed, Jul 27, 2011 at 5:05 PM, Mike <puffy.taco@gmail.com> wrote:
>> +#include <bluetooth/sdp.h>
>
> I must be missing something, because I'm trying to compile from git
> (d7f192a) and I get an error "audio/telephony-ofono.c:38: fatal error:
> bluetooth/sdp.h: No such file or directory".  I was previously
> compiling bluez 4.94 just fine.  Ideas?

Try applying the patch from this email:

http://article.gmane.org/gmane.linux.bluez.kernel/14625

Regards,
-- 
Anderson Lizardo
Instituto Nokia de Tecnologia - INdT
Manaus - Brazil

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Fix compilation with --disable-sap and glib < 2.28
  2011-07-27 20:48   ` Anderson Lizardo
@ 2011-07-27 20:56     ` Mike
  0 siblings, 0 replies; 6+ messages in thread
From: Mike @ 2011-07-27 20:56 UTC (permalink / raw)
  To: Anderson Lizardo
  Cc: Szymon Janc, linux-bluetooth, par-gunnar.p.hjalmdahl, ulrik.lauren

On Wed, Jul 27, 2011 at 3:48 PM, Anderson Lizardo
<anderson.lizardo@openbossa.org> wrote:
> Hi Mike,
>
> On Wed, Jul 27, 2011 at 5:05 PM, Mike <puffy.taco@gmail.com> wrote:
>>> +#include <bluetooth/sdp.h>
>>
>> I must be missing something, because I'm trying to compile from git
>> (d7f192a) and I get an error "audio/telephony-ofono.c:38: fatal error:
>> bluetooth/sdp.h: No such file or directory".  I was previously
>> compiling bluez 4.94 just fine.  Ideas?
>
> Try applying the patch from this email:
>
> http://article.gmane.org/gmane.linux.bluez.kernel/14625

That fixes it!  Thanks!

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-07-27 20:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-18 11:01 [PATCH] Fix compilation with --disable-sap and glib < 2.28 Szymon Janc
2011-07-18 21:13 ` Johan Hedberg
2011-07-19  6:04   ` Szymon Janc
2011-07-27 20:05 ` Mike
2011-07-27 20:48   ` Anderson Lizardo
2011-07-27 20:56     ` Mike

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.