2011-06-30 22:16:41

by mike tsai

[permalink] [raw]
Subject: How to build gatttool

Hi,

Adding --enable-attrib in bootstrap-configure does not work any
more. Is there a new way to build gatttool?

Regards,

Mike


2011-06-30 22:37:37

by Bastien Nocera

[permalink] [raw]
Subject: Re: How to build gatttool

On Thu, 2011-06-30 at 15:16 -0700, mike tsai wrote:
> Hi,
>
> Adding --enable-attrib in bootstrap-configure does not work any
> more. Is there a new way to build gatttool?

It's now an automagic dependency, as some people call it. Install
readline-devel (or whatever your distro calls it).


2011-07-01 16:16:55

by mike tsai

[permalink] [raw]
Subject: Re: How to build gatttool

Hi Arun,

On Fri, Jul 1, 2011 at 12:29 AM, Arun Kumar SINGH
<[email protected]> wrote:
> Hello Bastien, Mike,
>>>
>>> ? ?Adding --enable-attrib in bootstrap-configure does not work any
>>> more. Is there a new way to build gatttool?
>>
>>It's now an automagic dependency, as some people call it. Install
>>readline-devel (or whatever your distro calls it).
>
> Previously readline was needed only for interactive gatttool but I guess from Bluez 4.90 onwards, it[interactive version] got merged with regular gatttool version and it would get compiled automatically once readline-devel is installed on your host- as Bastien points...
>
Yes, the gatttool can be built now after installation of readline library,

regards,

mike

> Thanks,
> Arun
>

2011-07-01 07:29:27

by Arun Kumar SINGH

[permalink] [raw]
Subject: RE: How to build gatttool

Hello Bastien, Mike,
>>
>> Adding --enable-attrib in bootstrap-configure does not work any
>> more. Is there a new way to build gatttool?
>
>It's now an automagic dependency, as some people call it. Install
>readline-devel (or whatever your distro calls it).

Previously readline was needed only for interactive gatttool but I guess from Bluez 4.90 onwards, it[interactive version] got merged with regular gatttool version and it would get compiled automatically once readline-devel is installed on your host- as Bastien points...

Thanks,
Arun