Re: linux preprocessor permission denied
- Posted by mattlewis (admin) Feb 03, 2013
- 1305 views
slowmaker said...
I'm off to try to figure a workaround - I really want to make this multiple level thing work.
It seems like the preprocessor isn't recognizing foo.lex as something it can run. Try something like:
-- foo.ex include foo.lex
...and passing foo.ex as the preprocessor, instead of foo.lex.
Matt