On Tue, Jul 28, 2009 at 11:32 AM, Allan Odgaard (mailinglist@textmate.org) wrote:
> > 0. cd ~/Desktop
> > 1. cp -r Aeneid\ Translation/ TexmateTest
> > 2. cd TextmateTest
> > 3. try local pdflatex....
>
> In your original letter you said you used the standard article
> template, so I assume your problem isn’t just with the
> ‘aeneid_book.tex’, right?

Correct, I can take Textmate -> New from Template -> LaTeX -> Article and then run ���R and the error also occurs.

> > Is there any way I could get some more debugging output on this?
>
> You can press ������U with the output window open, that should show you
> the source of what it is displaying. Maybe there is something in that
> which can shed some light on it.

That didn't give any enlightening output.  Just a bunch of HTML and CSS directives.

> You can also run something like `ps` to see which processes are
> running, that might show if pdflatex is the thing stalling, or if any
> commands are still being run by TextMate, e.g. use the following
> options for parent PID: ps -axww -o "ppid,pid,command="

I only see the PID for the running Textmate process, the PID has no children.

> Also maybe you could provide more details, like, has this ever worked
> for you? What if you create a new account and test it there, does that
> work?

I.

1.  I had this working on my old laptop.  I could edit aeneid_book.tex ( or, specifically included{} sub-files ), build within Textmate and view within Skim.
2.  What changed:  Got a new laptop, so there's a variety of changes that could be in place
3.  PATH=/usr/bin:/usr/local/texlive/2008/bin/universal-darwin

II.

2.  I created a new user, launched Textmate, created a new generic template LaTeX file and had the same error.