public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Bastien Nocera <hadess@hadess.net>
To: BlueZ Hackers <bluez-devel@lists.sourceforge.net>
Subject: Re: [Bluez-devel] [BlueZ-Announce] Release of bluez-libs-3.25 and	bluez-utils-3.25
Date: Sat, 02 Feb 2008 13:03:47 +0000	[thread overview]
Message-ID: <1201957427.2389.354.camel@cookie.hadess.net> (raw)
In-Reply-To: <1201926335.15090.32.camel@violet>

[-- Attachment #1: Type: text/plain, Size: 865 bytes --]

On Sat, 2008-02-02 at 05:25 +0100, Marcel Holtmann wrote:
> Hi Folks,
> 
> this is an update release of the new stable versions of the Bluetooth
> library and the utilities. This release updates the audio service with
> experimental MPEG12/MP3 support. It also updates the GStreamer plugins
> to make use of it.

I got a build problem with the 3.25 release of bluez-libs:
sdp.c: In function 'sdp_data_alloc_with_length':
sdp.c:450: error: 'USHRT_MAX' undeclared (first use in this function)
sdp.c:450: error: (Each undeclared identifier is reported only once
sdp.c:450: error: for each function it appears in.)
sdp.c: In function 'sdp_append_to_buf':
sdp.c:2393: error: 'UCHAR_MAX' undeclared (first use in this function)
make[2]: *** [sdp.lo] Error 1

The attached patch fixes it for me, although I don't see the problem on
my older system (Fedora 8 vs. Rawhide).

[-- Attachment #2: bluez-missing-limits-include.patch --]
[-- Type: text/x-patch, Size: 432 bytes --]

Index: sdp.c
===================================================================
RCS file: /cvsroot/bluez/libs/src/sdp.c,v
retrieving revision 1.79
diff -u -p -r1.79 src/sdp.c
--- src/sdp.c	2 Feb 2008 03:11:11 -0000	1.79
+++ src/sdp.c	2 Feb 2008 12:02:02 -0000
@@ -35,6 +35,7 @@
 #include <stdlib.h>
 #include <malloc.h>
 #include <syslog.h>
+#include <limits.h>
 #include <sys/un.h>
 #include <sys/socket.h>
 #include <sys/time.h>

[-- Attachment #3: Type: text/plain, Size: 228 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

[-- Attachment #4: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

       reply	other threads:[~2008-02-02 13:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1201926335.15090.32.camel@violet>
2008-02-02 13:03 ` Bastien Nocera [this message]
2008-02-02 13:18   ` [Bluez-devel] [BlueZ-Announce] Release of bluez-libs-3.25 and bluez-utils-3.25 Marcel Holtmann
2008-02-02 14:19     ` Bastien Nocera
2008-02-02 15:07       ` Marcel Holtmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1201957427.2389.354.camel@cookie.hadess.net \
    --to=hadess@hadess.net \
    --cc=bluez-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox