Linux bluetooth development
 help / color / mirror / Atom feed
* unable to find the lex libraries
@ 2012-04-04 11:49 Anju Manoj
  2012-04-04 13:41 ` Vinicius Costa Gomes
  0 siblings, 1 reply; 4+ messages in thread
From: Anju Manoj @ 2012-04-04 11:49 UTC (permalink / raw)
  To: linux-bluetooth@vger.kernel.org

hi all,

        i am having a bluez4.82 with me and i am trying  to configure it using the below command in ubuntu 11.04

./configure --enable-maintainer-mode --enable-health --enable-attrib  --enable-gstreamer --enable-alsa --enable-usb --enable-tracer --enable-tools --enable-bccmd --enable-pcmcia --enable-hid2hci --enable-dfutool --enable-hidd --enable-pand --enable-dund --enable-cups --enable-test --enable-udevrules --enable-configfiles --enable-debug --enable-maemo6 --enable-hal

now i am getting an error

  LEX    tools/lexer.c
make[1]: *** [tools/lexer.c] Error 1
make: *** [all] Error 2

not able to find which lex library have to be installed in order to get around this problem

Please help me as i am new to this technology.

Anju

SASKEN BUSINESS DISCLAIMER: This message may contain confidential, proprietary or legally privileged information. In case you are not the original intended Recipient of the message, you must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message and you are requested to delete it and inform the sender. Any views expressed in this message are those of the individual sender unless otherwise stated. Nothing contained in this message shall be construed as an offer or acceptance of any offer by Sasken Communication Technologies Limited ("Sasken") unless sent with that express intent and with due authority of Sasken. Sasken has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email.
Read Disclaimer at http://www.sasken.com/extras/mail_disclaimer.html

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

* Re: unable to find the lex libraries
  2012-04-04 11:49 unable to find the lex libraries Anju Manoj
@ 2012-04-04 13:41 ` Vinicius Costa Gomes
  2012-04-04 17:05   ` Anju Manoj
  0 siblings, 1 reply; 4+ messages in thread
From: Vinicius Costa Gomes @ 2012-04-04 13:41 UTC (permalink / raw)
  To: Anju Manoj; +Cc: linux-bluetooth@vger.kernel.org

Hi Anju,

On 17:19 Wed 04 Apr, Anju Manoj wrote:
> hi all,
> 
>         i am having a bluez4.82 with me and i am trying  to configure it using the below command in ubuntu 11.04
> 
> ./configure --enable-maintainer-mode --enable-health --enable-attrib  --enable-gstreamer --enable-alsa --enable-usb --enable-tracer --enable-tools --enable-bccmd --enable-pcmcia --enable-hid2hci --enable-dfutool --enable-hidd --enable-pand --enable-dund --enable-cups --enable-test --enable-udevrules --enable-configfiles --enable-debug --enable-maemo6 --enable-hal
> 
> now i am getting an error
> 
>   LEX    tools/lexer.c
> make[1]: *** [tools/lexer.c] Error 1
> make: *** [all] Error 2
> 
> not able to find which lex library have to be installed in order to get around this problem

Most probably you just need to install flex, Ubuntu has it.

> 
> Please help me as i am new to this technology.
> 
> Anju
> 
> SASKEN BUSINESS DISCLAIMER: This message may contain confidential, proprietary or legally privileged information. In case you are not the original intended Recipient of the message, you must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message and you are requested to delete it and inform the sender. Any views expressed in this message are those of the individual sender unless otherwise stated. Nothing contained in this message shall be construed as an offer or acceptance of any offer by Sasken Communication Technologies Limited ("Sasken") unless sent with that express intent and with due authority of Sasken. Sasken has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email.
> Read Disclaimer at http://www.sasken.com/extras/mail_disclaimer.html
> --
> To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


Cheers,
-- 
Vinicius

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

* RE: unable to find the lex libraries
  2012-04-04 13:41 ` Vinicius Costa Gomes
@ 2012-04-04 17:05   ` Anju Manoj
  2012-04-04 17:17     ` Anderson Lizardo
  0 siblings, 1 reply; 4+ messages in thread
From: Anju Manoj @ 2012-04-04 17:05 UTC (permalink / raw)
  To: linux-bluetooth@vger.kernel.org

hi,

i already installed flex.

Anju
________________________________________
From: Vinicius Costa Gomes [vinicius.gomes@openbossa.org]
Sent: Wednesday, April 04, 2012 7:11 PM
To: Anju Manoj
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: unable to find the lex libraries

Hi Anju,

On 17:19 Wed 04 Apr, Anju Manoj wrote:
> hi all,
>
>         i am having a bluez4.82 with me and i am trying  to configure it using the below command in ubuntu 11.04
>
> ./configure --enable-maintainer-mode --enable-health --enable-attrib  --enable-gstreamer --enable-alsa --enable-usb --enable-tracer --enable-tools --enable-bccmd --enable-pcmcia --enable-hid2hci --enable-dfutool --enable-hidd --enable-pand --enable-dund --enable-cups --enable-test --enable-udevrules --enable-configfiles --enable-debug --enable-maemo6 --enable-hal
>
> now i am getting an error
>
>   LEX    tools/lexer.c
> make[1]: *** [tools/lexer.c] Error 1
> make: *** [all] Error 2
>
> not able to find which lex library have to be installed in order to get around this problem

Most probably you just need to install flex, Ubuntu has it.

>
> Please help me as i am new to this technology.
>
> Anju
>
> SASKEN BUSINESS DISCLAIMER: This message may contain confidential, proprietary or legally privileged information. In case you are not the original intended Recipient of the message, you must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message and you are requested to delete it and inform the sender. Any views expressed in this message are those of the individual sender unless otherwise stated. Nothing contained in this message shall be construed as an offer or acceptance of any offer by Sasken Communication Technologies Limited ("Sasken") unless sent with that express intent and with due authority of Sasken. Sasken has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email.
> Read Disclaimer at http://www.sasken.com/extras/mail_disclaimer.html
> --
> To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


Cheers,
--
Vinicius

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

* Re: unable to find the lex libraries
  2012-04-04 17:05   ` Anju Manoj
@ 2012-04-04 17:17     ` Anderson Lizardo
  0 siblings, 0 replies; 4+ messages in thread
From: Anderson Lizardo @ 2012-04-04 17:17 UTC (permalink / raw)
  To: Anju Manoj; +Cc: linux-bluetooth@vger.kernel.org

Hi,

On Wed, Apr 4, 2012 at 1:05 PM, Anju Manoj <anju.manoj@sasken.com> wrote:
> hi,
>
> i already installed flex.

Be sure to install bison as well.

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

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

end of thread, other threads:[~2012-04-04 17:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-04 11:49 unable to find the lex libraries Anju Manoj
2012-04-04 13:41 ` Vinicius Costa Gomes
2012-04-04 17:05   ` Anju Manoj
2012-04-04 17:17     ` Anderson Lizardo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox