Scriptor / pharen

Lisp to PHP Compiler
http://pharen.org
BSD 3-Clause "New" or "Revised" License
218 stars 31 forks source link

Developer's machine-specific paths are in distribution #53

Closed philip-peterson closed 11 years ago

philip-peterson commented 11 years ago

When I clone Pharen and follow the installation process outlined on http://scriptor.github.io/pharen/tutorial.html, I get the following error:

Fatal error: require_once(): Failed opening required '/Users/historium/pharen/lang.php' (include_path=...

This seems to be because the developer compiled the .pha files ahead of time, neglecting that this would only work on the developer's computer.

Scriptor commented 11 years ago

Sorry for the long reply time. The tutorial is rather out of date, as are the library files it uses that are causing these errors. I plan to remove the .php files and rewrite the tutorial itself soon. Until then, the reference is up-to-date.