When I am trying to 'quick build' my document in TeXstudio 2.1 on Mac OS X 10.6.8, I am getting and error: could not start the command (with 'quick build' options being LaTeX + DviPdf + PdfViewer). I know that this question has resonated across different forums:
- Latex community - Texmaker compilation error
- Souceforge for TeXstudio - Couldn't start the command (On Mac),
and I realized that the key to solution is to set the right commands paths in options > configure texstudio > commands - the image below shows exactly how I set it up. So I set ALL command paths to /usr/texbin/latex, Now, the error disappears, TeXstudio starts the compilation process, but never finishes - it simply freezes in the compilation process.
I have to add I compiled the document in TeXShop and it works fine, so... it must be something I messed up with the command paths...


/usr/texbinis fine, but it must be followed by the right tool; for PdfLaTeX it should bepdflatex, for instance. – egreg Dec 17 '11 at 21:37