<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 28 May 2020, at 7:34, <a href="mailto:list_email@icloud.com" style="color:#3983C4">list_email@icloud.com</a> wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">After I exercised and exorcised all my other superstitions and tried this (changing the case of the file name), I finally noticed that the name in the title of the new, spurious, source window was the source file name but with upper case letters replaced by lower-case letters. So, for example, Test_Hermite_Cubic_Spline was displayed in the new title bar as test_hermite_cubic_spline, and, if I’ve not been clear yet, the malfunction was then present.<br>
<br>
Summary: Don’t use upper-case letters in the file name.<br>
<br>
Final note: Is this a Ruby thing? I’ll paste the build script below—some of it will look foreign to most. I’ve modified this from the original Ada bundle.</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">The code to “parse errors” in your build command should not do these case transformations.</p>

<p dir="auto">But I searched for <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">gprbuild</code> and <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">lowercase</code> and found this link:</p>

<p dir="auto"><a href="https://docs.adacore.com/gprbuild-docs/html/gprbuild_ug/gnat_project_manager.html#naming-schemes" style="color:#3983C4">https://docs.adacore.com/gprbuild-docs/html/gprbuild_ug/gnat_project_manager.html#naming-schemes</a></p>

<p dir="auto">So it appears that the Ada build tool might do some case transformations.</p>
</div>
</div>
</body>
</html>