Hi all,
First post here, but I have an issue I hope you can help me with.
I’m using Sublime Text 2.0.2 on Mac OS X 10.9.1 and I’m trying to add a PHP build system.
I go to Tools > Build System > New Build System…
add and save,
{
“cmd”: “php”, “-l”, “$file”]
}
to /Users/brett/builds/php.sublime-build.
I go back to Tools > Build System and don’t see ‘php’ listed.
I’ve tried this with different file names, saving at different locations and looking at different tutorials, including restarting Sublime Text and my machine, and no matter what, no error appears, but neither does ‘php’ under Tools > Build System. I’ve looked in View > Show Console and nothing is stated there either that could be a related error. I also tried “/usr/bin/php” rather than “php”, but that doesn’t seem to make a difference.
I’ve tried following,
joeybaker.tumblr.com/post/730401 … ime-text-2
pixafy.com/blog/2013/06/subl … es-part-2/
tutsplus.com/lesson/custom-builds/
and still nothing seems to work when saving the new build.
I’ve Googled and found no related issue. Maybe my googlfu is zero today, or maybe I’m the only one experiencing this.
Anyone know what’s going on? Thanks.