<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dan Luecking wrote:
<blockquote cite="mid:200910211641.n9LGf13g025614@comp.uark.edu"
 type="cite">At 07:26 AM 10/20/2009, you wrote:
  <br>
  <blockquote type="cite">I am using metapost 0.993 on Debian lenny
(installed this morning).
    <br>
    <br>
When processing my .mp file mpost does not find a file to be included
by "input ...;"
    <br>
even though it is located in the same directory as my .mp-file.
    <br>
    <br>
What am I missing?
    <br>
  </blockquote>
  <br>
Mpost looks in the current directory. If that is the same as
  <br>
the .mp file, then mpost should find it. However, the algorithm
  <br>
for handling filenames with dots in them has undergone some
  <br>
change[1].
  <br>
  <br>
If you say "input filename;" mpost certainly looks for
  <br>
"filename.mp", but some versions did not look for
  <br>
"filename"[2]. If you say "input file.name;" mpost
  <br>
certainly looks for "file.name", but not all versions
  <br>
looked for "file.name.mp"[2]. I am pretty sure the
  <br>
current version looks for all these.
  <br>
  <br>
I have no idea where 0.993 stood on this matter.
  <br>
  <br>
[1] Supplying the _exact_ failing command (including name of
  <br>
&nbsp;&nbsp;&nbsp; file in this case) is a must for getting good help.
  <br>
[2] I seem to remember that version 0.64 in emTeX (DOS) did not.
  <br>
  <br>
  <br>
Regards,
  <br>
Dan
  <br>
  <br>
  <br>
  <br>
Daniel H. Luecking
  <br>
Department of Mathematical Sciences
  <br>
1 University of Arkansas
  <br>
Fayetteville, Arkansas 72701
  <br>
  <br>
  <br>
</blockquote>
<font face="sans-serif">Thank you very much for your extensive reply.<br>
I went through the .mp-file again and detected the reason for the
problem: a typo in<br>
a so far unreviewed part of the code.<br>
I hope it will not happen again.<br>
<br>
Thank you.<br>
<br>
K. D. Jantzen.<br>
</font>
</body>
</html>