facebookarchive / pfff

Tools for code analysis, visualizations, or style-preserving source transformation.
http://github.com/facebook/pfff/wiki/Main
Other
2.44k stars 205 forks source link

Codegraph unknown option -lang #135

Open MrAtiebatie opened 8 years ago

MrAtiebatie commented 8 years ago

Whenever I try to run Codegraph none of the documented options exists following Codegraph. And when I run it without options the following error was produced:

Fatal error: the file '/Applications/AMPPS/Web/klantenportal' is not a bytecode executable file

The strange thing is that it works fine on my MacBook but not on my Mac Mini.

Thanks in advance,

MrAtiebatie

aryx commented 8 years ago

You compiled it also on your Mac Mini? You installed ocaml also on your mac mini?

What is this klantenportal? What is the exact command you run to generate this error?

MrAtiebatie commented 8 years ago

It's the folder I want a codegraph of. The command I use:

codegraph -lang php -build "/Applications/AMPPS/Web/klantenportal"