-
Notifications
You must be signed in to change notification settings - Fork 205
Fatal error: exception Failure("php checker needs a graph file") - Mac Sierra #151
Comments
I was just able to run it. You need to build graph data first. For some reason scheck requires working directory to be the source code of the target. This should work:
|
I was able to build pfff yesterday but codegraph was not there, so I downloaded and installed softwares/plugins like gtk but was failed in building pfff (ml_glib.c:165:3: error: use of undeclared identifier 'caml__frame'). Let me try to see if I can fix it. Thank you very much anyway! |
that's interesting, I used install_macos.txt guide |
I am also having issues compiling on OS X Sierra.
|
Same for me, but on OS X El Capitan. I followed the build instructions in install_macos.txt, make then dies with
|
@maxbeutel I encountered the same error in macOS Sierra. |
me too, but I'm not sure how to fix it |
It's seems to be related to ocaml 4.04. The same issue (facebook/hhvm#7560) exists in hhvm. Workarounds :
|
I downloaded the latest version from github today, but I always got the following error message when I tried scheck on a few php files on my Mac. This is what I tried:
./scheck ./tests/php/coverage/t1_a.php
Fatal error: exception Failure("php checker needs a graph file")
Please help. Thx!
The text was updated successfully, but these errors were encountered: