<div dir="ltr">Hi,<br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Sep 20, 2014 at 1:12 PM, Brendan Grant <span dir="ltr">&lt;<a href="mailto:grantb@dahat.com" target="_blank">grantb@dahat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">





<div link="#0563C1" vlink="#954F72" lang="EN-US">
<div>
<p class="MsoNormal">I am attempting to build the RC1 drop of libspeex for Windows with the MSVC toolchain (VS2013) and MinGW, the following is my configure line:<u></u><u></u></p>
<p class="MsoNormal"><u></u>&nbsp;<u></u></p>
<p class="MsoNormal" style="text-indent:0.5in">CC=cl.exe CFLAGS=-MD ./configure --enable-shared=no --prefix /builds/Windows81/x86 --host i686-pc-mingw32<u></u><u></u></p>
<p class="MsoNormal"><u></u>&nbsp;<u></u></p>
<p class="MsoNormal">During the configure process (specifically the &ldquo;checking whether the C compiler works...&rdquo;) I get a Windows popup telling me that the test program cannot started because it is missing msvcr12_app.dll (which is ok given the way store apps
 work), and closing the error and the resulting crash dialog allows configure to complete seemingly normally.<u></u><u></u></p>
<p class="MsoNormal"><u></u>&nbsp;<u></u></p>
<p class="MsoNormal">When I kick off the make things appear to proceed along for a while with a linking failure at the end of:<u></u><u></u></p>
<p class="MsoNormal"><u></u>&nbsp;<u></u></p>
<p class="MsoNormal" style="text-indent:0.5in">LINK : fatal error LNK1181: cannot open input file &#39;cb_search.obj&#39;<u></u><u></u></p>
<p class="MsoNormal"><u></u>&nbsp;<u></u></p>
<p class="MsoNormal">Nothing really stands out about the building of cb_search.obj&hellip; other than the fact there are no obj files anywhere in the directory which makes me suspect that nothing at all was built, yet nothing in the attached big log screams to me
 as having those kinds of issues.</p></div></div></blockquote><div><br></div><div>cb_search.obj is just the first in the list, you would probably get the same error for the subsequent obj files.<br>&nbsp;<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div link="#0563C1" vlink="#954F72" lang="EN-US"><div><p class="MsoNormal"><u></u><u></u></p>
<p class="MsoNormal"><u></u>&nbsp;<u></u></p>
<p class="MsoNormal">For note, this same MinGW+VS2013 environment and very similar args were able to configure &amp; build libogg just fine earlier&hellip; so I&rsquo;m left puzzled as to what could be wrong here.<u></u><u></u></p>
<p class="MsoNormal"><u></u>&nbsp;<u></u></p>
<p class="MsoNormal">Any ideas?</p></div></div></blockquote><div><br></div><div>From your attached build log, this error jumps out at me:<br>&nbsp;<pre class="">../libtool: line 1231: cygpath: command not found<br><br></pre><pre class="">You need to put cygpath in your PATH. This might also be why configure is failing.<br><br></pre><pre class="">Best,<br>Tristan<br></pre></div></div></div></div>