"xdvi-xaw: Fatal error: currinf.set_char_p is not a registered routine!"
xdvi returns the above error and exits when called with the following command:
xdvi -sourceposition "1:1 file.tex" file.dvi
The source code for file.tex is as follows. Both the times package and the
\section command seem to be significant for triggering the error message.
\documentclass{article}
\usepackage{times}
\begin{document}
Line 1
\section{test}
\end{document}
output of "xdvi -v":
xdvik version 22.86 (Xaw toolkit)
Libraries: kpathsea version 6.1.1, freetype version 2.5.0
A patch has been committed to the source code in cvs, and it will be included in the next release.