All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bluez-devel] Build problem with plugz
@ 2007-01-16  0:39 Kelly Price
  2007-01-16  2:37 ` Brad Midgley
  0 siblings, 1 reply; 6+ messages in thread
From: Kelly Price @ 2007-01-16  0:39 UTC (permalink / raw)
  To: bluez-devel

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
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] Build problem with plugz
  2007-01-16  0:39 [Bluez-devel] Build problem with plugz Kelly Price
@ 2007-01-16  2:37 ` Brad Midgley
  2007-01-16 21:14   ` Kelly Price
  0 siblings, 1 reply; 6+ messages in thread
From: Brad Midgley @ 2007-01-16  2:37 UTC (permalink / raw)
  To: BlueZ development

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
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] Build problem with plugz
  2007-01-16  2:37 ` Brad Midgley
@ 2007-01-16 21:14   ` Kelly Price
  2007-01-17  4:55     ` Brad Midgley
  0 siblings, 1 reply; 6+ messages in thread
From: Kelly Price @ 2007-01-16 21:14 UTC (permalink / raw)
  To: BlueZ development

On 1/15/07, Brad Midgley <bmidgley@xmission.com> 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
> Bluez-devel@lists.sourceforge.net
> 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
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] Build problem with plugz
  2007-01-16 21:14   ` Kelly Price
@ 2007-01-17  4:55     ` Brad Midgley
  2007-01-17 11:23       ` Kelly Price
  0 siblings, 1 reply; 6+ messages in thread
From: Brad Midgley @ 2007-01-17  4:55 UTC (permalink / raw)
  To: BlueZ development

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
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] Build problem with plugz
  2007-01-17  4:55     ` Brad Midgley
@ 2007-01-17 11:23       ` Kelly Price
  2007-01-17 14:56         ` Robert Huitl
  0 siblings, 1 reply; 6+ messages in thread
From: Kelly Price @ 2007-01-17 11:23 UTC (permalink / raw)
  To: BlueZ development

On 1/16/07, Brad Midgley <bmidgley@xmission.com> 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
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] Build problem with plugz
  2007-01-17 11:23       ` Kelly Price
@ 2007-01-17 14:56         ` Robert Huitl
  0 siblings, 0 replies; 6+ messages in thread
From: Robert Huitl @ 2007-01-17 14:56 UTC (permalink / raw)
  To: BlueZ development

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
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

end of thread, other threads:[~2007-01-17 14:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-16  0:39 [Bluez-devel] Build problem with plugz Kelly Price
2007-01-16  2:37 ` Brad Midgley
2007-01-16 21:14   ` Kelly Price
2007-01-17  4:55     ` Brad Midgley
2007-01-17 11:23       ` Kelly Price
2007-01-17 14:56         ` Robert Huitl

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.