<div dir="ltr">Hi Alan,<div><br></div><div>I'm relatively new as well and had the same problem a few weeks ago.</div><div>In my case, Al.exe is part of <span style="font-family:Calibri,sans-serif;font-size:11pt">.NET
Framework 4.8 SDK.</span></div><div>So I solved the problem by going back to the Visual Studio Installer and modifying the installation </div><div>to include <span style="font-family:Calibri,sans-serif;font-size:11pt">.NET
Framework 4.8 SDK.  I chose this because it was the latest version available on my installer.</span></div><div><span style="font-family:Calibri,sans-serif;font-size:11pt">Also, be sure to include </span>Windows Universal C Runtime.</div><div><br></div><div>I found out that when I chose "Desktop development with C++" workload, 

.NET
Framework 4.8 SDK </div><div>and Windows Universal C Runtime were not included. You can go to the "Individual components" tab in</div><div>the "Modifying" window and select them manually.</div><div><br></div><div>Hope this helps.</div><div><br></div><div>Winston Tjong</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 25, 2021 at 5:53 PM Alan Frank <<a href="mailto:alan@8wheels.org">alan@8wheels.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I am a new developer, trying to get started.  Ilmari provided a bunch of <br>
resources; I installed lots of software and got to the point where I <br>
thought I was ready to build.  I entered the command and options from <br>
the instructions:<br>
<br>
/cygdrive/c/sources/libo-core<br>
$   /cygdrive/c/sources/libo-core/autogen.sh \<br>
                --with-external-tar=/cygdrive/c/sources/lo-externalsrc \<br>
                --with-junit=/cygdrive/c/sources/junit-4.10.jar \<br>
                --with-ant-home=/cygdrive/c/sources/apache-ant-1.9.5 \<br>
                --enable-pch --disable-ccache<br>
<br>
After lots of successful assertions, I ran into this error:<br>
<br>
checking for al.exe... configure: error: al.exe not found as /al.exe<br>
Error running configure at /cygdrive/c/sources/libo-core/autogen.sh line <br>
316.<br>
<br>
Line 316: system ("./configure", @args) && die "Error running <br>
configure";<br>
<br>
The file al.exe does not exist anywhere on my machine.  A web search <br>
suggests that it comes with the MS Visual Studio install and lives in <br>
C:\Windows\Microsoft.NET\Framework\v2.0.50727 (even though there are <br>
also folders for v3.0, v3.5, and v4.0.30319).  I did that as part of my <br>
install, and the directory has 185 files, but no al.exe.  I was not able <br>
to find any trustworthy place to just download al.exe.<br>
<br>
--Alan<br>
_______________________________________________<br>
LibreOffice mailing list<br>
<a href="mailto:LibreOffice@lists.freedesktop.org" target="_blank">LibreOffice@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/libreoffice" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/libreoffice</a><br>
</blockquote></div>