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
If ragel is not installed, running cmake succeeds but running make fails with:
/bin/sh: ragel: command not found
Although ragel is mentioned as a requirement in mpw's readme, it would be an improvement if CMakeLists.txt checked for ragel and any other dependencies.
The text was updated successfully, but these errors were encountered:
The CMakeList has been updated to check for ragel and give an error if not found. the only other odd dependency is lemon and that only runs if it's found.
If ragel is not installed, running
cmake
succeeds but runningmake
fails with:Although ragel is mentioned as a requirement in mpw's readme, it would be an improvement if CMakeLists.txt checked for ragel and any other dependencies.
The text was updated successfully, but these errors were encountered: