2007-01-16 00:39:18

by Kelly Price

[permalink] [raw]
Subject: [Bluez-devel] Build problem with plugz

I'm having a problem compiling plugz:

gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -O2 -MT states.o -MD -MP -MF
.deps/states.Tpo -c -o states.o states.c
states.c: In function 'headsetIdleHandleApplConnReq':
states.c:300: error: 'SDP_NON_BLOCKING' undeclared (first use in this function)
states.c:300: error: (Each undeclared identifier is reported only once
states.c:300: error: for each function it appears in.)
make[3]: *** [states.o] Error 1

This was after the CVS pull. I'm building on Gentoo, kernel 2.6.19.2.

--
Kelly "STrRedWolf" Price
http://strredwolf.furrynet.com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-devel


2007-01-17 14:56:54

by Robert Huitl

[permalink] [raw]
Subject: Re: [Bluez-devel] Build problem with plugz

Hi Kelly,

> > > I'm using Bluez libs 2.25 which auto-generates the dev includes
> >
> > it needs 3.5 or newer iirc.
>
> Filed a bug in Gentoo to get it bumped to 3.8, filed as a blocker.

Just use version 3.7 which is available in the LiquidX overlay.

Robert

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-devel

2007-01-17 11:23:10

by Kelly Price

[permalink] [raw]
Subject: Re: [Bluez-devel] Build problem with plugz

On 1/16/07, Brad Midgley <[email protected]> wrote:
> Kelly
>
> > I'm using Bluez libs 2.25 which auto-generates the dev includes
>
> it needs 3.5 or newer iirc.
>

Filed a bug in Gentoo to get it bumped to 3.8, filed as a blocker.

--
Kelly "STrRedWolf" Price
http://strredwolf.furrynet.com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-devel

2007-01-17 04:55:12

by Brad Midgley

[permalink] [raw]
Subject: Re: [Bluez-devel] Build problem with plugz

Kelly

> I'm using Bluez libs 2.25 which auto-generates the dev includes

it needs 3.5 or newer iirc.

brad

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-devel

2007-01-16 21:14:17

by Kelly Price

[permalink] [raw]
Subject: Re: [Bluez-devel] Build problem with plugz

On 1/15/07, Brad Midgley <[email protected]> wrote:
> Kelly
>
> I think you'll need newer bluez libraries & dev packages.
>
> Brad
>

I'm using Bluez libs 2.25 which auto-generates the dev includes, and
the CVS pull of plugz.


> > I'm having a problem compiling plugz:
> >
> > gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -O2 -MT states.o -MD -MP -MF
> > .deps/states.Tpo -c -o states.o states.c
> > states.c: In function 'headsetIdleHandleApplConnReq':
> > states.c:300: error: 'SDP_NON_BLOCKING' undeclared (first use in this function)
> > states.c:300: error: (Each undeclared identifier is reported only once
> > states.c:300: error: for each function it appears in.)
> > make[3]: *** [states.o] Error 1
> >
> > This was after the CVS pull. I'm building on Gentoo, kernel 2.6.19.2.
> >
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Bluez-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bluez-devel
>


--
Kelly "STrRedWolf" Price
http://strredwolf.furrynet.com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-devel

2007-01-16 02:37:03

by Brad Midgley

[permalink] [raw]
Subject: Re: [Bluez-devel] Build problem with plugz

Kelly

I think you'll need newer bluez libraries & dev packages.

Brad

> I'm having a problem compiling plugz:
>
> gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -O2 -MT states.o -MD -MP -MF
> .deps/states.Tpo -c -o states.o states.c
> states.c: In function 'headsetIdleHandleApplConnReq':
> states.c:300: error: 'SDP_NON_BLOCKING' undeclared (first use in this function)
> states.c:300: error: (Each undeclared identifier is reported only once
> states.c:300: error: for each function it appears in.)
> make[3]: *** [states.o] Error 1
>
> This was after the CVS pull. I'm building on Gentoo, kernel 2.6.19.2.
>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-devel