Using Applescript to run GNU Make

2012-11-29 Thread Randall Venhola
I have been reading the BBEdit User Manual and I am stuck.My goal is to have the output of my GNU Makefile to become a clickable results browser. I have tested the Makefile and it works fine. I open the Applescript editor and then open the BBEdit dictionary. Then I start writing a script. I get

Re: Using Applescript to run GNU Make

2012-11-29 Thread Doug McNutt
At 20:19 -0800 11/28/12, Randall Venhola wrote: I have been reading the BBEdit User Manual and I am stuck.My goal is to have the output of my GNU Makefile to become a clickable results browser. I have tested the Makefile and it works fine. I open the Applescript editor and then open the BBEdit

Re: Using Applescript to run GNU Make

2012-11-29 Thread Randall Venhola
Hi Doug Thanks for the help. I did play around with the Unix worksheet and with the PATH variables. I am able to get the Unix worksheet to run my script, which runs GNU make and direct the output to another window. I am still stuck as to how to make that appear as a results browser. It looks

Re: Using Applescript to run GNU Make

2012-11-29 Thread Randall Venhola
Well, I found this great script (bberrors.py) from here (https://gist.github.com/3113810) and I am a lot closer to getting a solution. (Thanks Jay Lieske!) Jay's Python script seems to properly generate the BBEdit browser window just fine by piping the error stream output from my shell