Always viewing pdf output in okular.
kile was running smoothly for a long time. With last set of updates, kile does not build PDFlatex anymore.
After trying to compile empty article file
Code: Select all
\documentclass[a4paper,10pt]{article}
\usepackage[utf8x]{inputenc}
%opening
\title{}
\author{}
\begin{document}
\maketitle
\begin{abstract}
\end{abstract}
\section{}
\end{document}
Code: Select all
Cannot open log file; did you run latex?
Code: Select all
*****
***** PDFLaTeX output:
***** cd "/home/nikos/Desktop/kile-test"
***** pdflatex -interaction=nonstopmode 'test-kile-2.tex'--shell-escape
*****
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
entering extended mode
! I can't find file `test-kile-2.tex--shell-escape'.
<*> test-kile-2.tex--shell-escape
(Press Enter to retry, or Control-D to exit)
Please type another input file name
! Emergency stop.
<*> test-kile-2.tex--shell-escape
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on texput.log.
Different build methods work, for example LaTeX+DVItoPDF+ViewPDF produces proper pdf output.
What is going on?