You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
On Ubuntu after running
get-deps.pl
when runningmake 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 thatget-deps
should have installed it for me, however.The text was updated successfully, but these errors were encountered: