<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>Le 4 oct. 2014 à 23:28, Lars Madsen <<a href="mailto:daleif@math.au.dk">daleif@math.au.dk</a>> a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite"><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;">Where exactly is tmp? As I read your file is should be a subdirectory. Does it exist?<span class="Apple-converted-space"> </span></span><br style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"></blockquote></div><br><div>Indeed Lars, overwriting TMPDIR via TMPDIR = tmp </div><div>caused a problem because the subdirectory tmp/ did *not*</div><div>exist for those rules of the Makefile doing latex+dvipdfmx</div><div><br></div><div>(it was not explicitly needed there: a subdirectory tmp/ was needed, </div><div>created, used and then removed by some other rules from the Makefile)</div><div> </div><div>thus the Makefile was running dvipdfmx with a TMPDIR variable set to</div><div>a non-existent directory</div><div><br></div><div>that this would trigger a warning isn't that surprising</div><div><br></div><div>it's all my fault,</div><div><br></div><div>Best regards</div><div><br></div><div>Jean-Francois</div><div><br></div></body></html>