Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flex not installed by get-deps.pl #112

Open
allantokuda opened this issue May 25, 2015 · 2 comments
Open

Flex not installed by get-deps.pl #112

allantokuda opened this issue May 25, 2015 · 2 comments

Comments

@allantokuda
Copy link

On Ubuntu after running get-deps.pl when running make all I got this error:
Sorry - but I cannot find flex on your system.

I installed flex with sudo apt-get install flex and then the error went away. Seems that get-deps should have installed it for me, however.

@dtrace4linux
Copy link
Owner

the issue here is that flex shouldnt have been needed since the distro
contains the generated lex files - but its possible i released whilst doing
a build or a time stamp error forcing the files to be added. i'll update
get-deps to include flex.

thanks

On 26 May 2015 at 00:33, Allan Tokuda notifications@github.com wrote:

On Ubuntu after running get-deps.pl when running make all I got this
error:
Sorry - but I cannot find flex on your system.

I installed flex with sudo apt-get install flex and then the error went
away. Seems that get-deps should have installed it for me, however.


Reply to this email directly or view it on GitHub
#112.

@dtrace4linux
Copy link
Owner

actually get-deps.pl does install flex - strange that it didnt do it

sudo apt-get install "$@" flex bison make
sudo apt-get install "$@" libelf-dev
sudo apt-get install "$@" libc6-dev

On 28 May 2015 at 22:38, Paul Fox paul.d.fox@gmail.com wrote:

the issue here is that flex shouldnt have been needed since the distro
contains the generated lex files - but its possible i released whilst doing
a build or a time stamp error forcing the files to be added. i'll update
get-deps to include flex.

thanks

On 26 May 2015 at 00:33, Allan Tokuda notifications@github.com wrote:

On Ubuntu after running get-deps.pl when running make all I got this
error:
Sorry - but I cannot find flex on your system.

I installed flex with sudo apt-get install flex and then the error went
away. Seems that get-deps should have installed it for me, however.


Reply to this email directly or view it on GitHub
#112.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants