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
@trent30 That's because it's a file generated from pixel_parse.rl by Ragel, see the bottom of Makefile.am
So you'll need to install Ragel (version 6, since 7 apparently just segfaults on that file) and then compiling from the cloned repo works fine.
Hi,
pixel_parse.cc is not in the repo. And it's very weird :
$ wc pixel_parse.cc -l
17970
$ grep goto pixel_parse.cc | wc -l
7592
7592 GOTO !!! It's just insane ^^.
The text was updated successfully, but these errors were encountered: