I installed emacs 24.5 and auctex 11.88 on os 10.9. The compilation (C-c C-c) of a tex file does not work in the GUI (Emacs.app), but it does work in the terminal. I get the following error

I believe that I set up the necessary paths because the preview functionality is working. Not sure what else to try. Thank you for any suggestions.
TeXitself ?. – Nov 06 '15 at 21:22exec-path-from-shelladdresses exact that type of problem on OSX. Just install it via thelist-packagesinterface and call `(exec-path-from-shell-initialize)' in your emacs init file. – Andrew Swann Nov 06 '15 at 21:32