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
I'm not sure about checking for Ruby in the configure script. When I release tarballs, they'll have generated source files (like src/lex.c, src/gen/*, etc.) pregenerated. So these are strictly development dependencies.
With that in mind, I should probably remove the check for flex from the configure script. Thoughts?
I think it would be better to check ruby, perl as well as flex, since they are used in developpement git tree, even if they are not used in release tarball.
I tried to build slash on my laptop which did not have ruby.
The configure did not warn me about it, and make obviously thrown an error when executing gen scripts.
I think it may be good to check ruby on configure to warn the user.
The text was updated successfully, but these errors were encountered: