<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
Ok, got it.</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
I was inadvertently opening the msys2.exe instead of mingw64.exe</div>
<div>
<div id="appendonsend"></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size: 11pt;" data-ogsc=""><b>De:</b> Henri Augusto Bisognini<br>
<b>Enviado:</b> quinta-feira, 20 de fevereiro de 2020 14:57<br>
<b>Para:</b> pd-dev@lists.iem.at <pd-dev@lists.iem.at><br>
<b>Assunto:</b> MSYS2 Portable and PD</font>
<div> </div>
</div>
<div dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
Hey list! How are you?</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
I'm trying to compile PD in a Win 10 computer using MSYS2 portable.</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
I've did it exactly  the same steps as when I've installed MSYS2 on my Win 7 pc.</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
When running ./configure I've got an error</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<blockquote style="border-left:3px solid rgb(200,200,200); border-top-color:rgb(200,200,200); border-right-color:rgb(200,200,200); border-bottom-color:rgb(200,200,200); padding-left:1ex; margin-left:0.8ex">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="color: rgb(51, 51, 51);">configure: error: no acceptable C compiler found in $PATH</span><br>
</div>
</blockquote>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
"Makes sense", i think. This is an portable version after all. So I've added <i>D:\software\msys2\mingw64\bin</i> to the Win 10 %PATH% variable.<i></i></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
Got the same error.</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
Then I've added d/<i>software/msys2/mingw64/bin to </i>MSYS2's $PATH and still got the same error.</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
To add to $PATH I've used :</div>
<blockquote style="border-left:3px solid rgb(200,200,200); border-top-color:rgb(200,200,200); border-right-color:rgb(200,200,200); border-bottom-color:rgb(200,200,200); padding-left:1ex; margin-left:0.8ex">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
export PATH=$PATH:d/<i>software/msys2/mingw64/bin</i></div>
</blockquote>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
Anybody have any clues in what is going wrong?</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
Full output of <i>./configure</i> :</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<i style="font-size:12pt; font-variant-ligatures:inherit; font-variant-caps:inherit; font-weight:inherit"> </i><br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<blockquote style="border-left:3px solid rgb(200,200,200); border-top-color:rgb(200,200,200); border-right-color:rgb(200,200,200); border-bottom-color:rgb(200,200,200); padding-left:1ex; margin-left:0.8ex">
<div><span style="color: rgb(102, 102, 102);">configure: loading site script /etc/config.site</span><br>
</div>
<div><span style="color: rgb(102, 102, 102);">checking for a BSD-compatible install... /usr/bin/install -c</span><br>
</div>
<div><span style="color: rgb(102, 102, 102);">checking whether build environment is sane... yes</span><br>
</div>
<div><span style="color: rgb(102, 102, 102);">checking for a thread-safe mkdir -p... /usr/bin/mkdir -p</span><br>
</div>
<div><span style="color: rgb(102, 102, 102);">checking for gawk... gawk</span><br>
</div>
<div><span style="color: rgb(102, 102, 102);">checking whether make sets $(MAKE)... yes</span><br>
</div>
<div><span style="color: rgb(102, 102, 102);">checking whether make supports nested variables... yes</span><br>
</div>
<div><span style="color: rgb(102, 102, 102);">checking build system type... x86_64-pc-msys</span><br>
</div>
<div><span style="color: rgb(102, 102, 102);">checking host system type... x86_64-pc-msys</span><br>
</div>
<div><span style="color: rgb(102, 102, 102);">configure: iPhone SDK only available for arm-apple-darwin hosts, skipping tests</span><br>
</div>
<div><span style="color: rgb(102, 102, 102);">configure: Android SDK only available for arm-linux hosts, skipping tests</span><br>
</div>
<div><span style="color: rgb(102, 102, 102);">checking for as... no</span><br>
</div>
<div><span style="color: rgb(102, 102, 102);">checking for dlltool... no</span><br>
</div>
<div><span style="color: rgb(102, 102, 102);">checking for objdump... no</span><br>
</div>
<div><span style="color: rgb(102, 102, 102);">checking how to print strings... printf</span><br>
</div>
<div><span style="color: rgb(102, 102, 102);">checking whether make supports the include directive... yes (GNU style)</span><br>
</div>
<div><span style="color: rgb(102, 102, 102);">checking for gcc... no</span><br>
</div>
<div><span style="color: rgb(102, 102, 102);">checking for cc... no</span><br>
</div>
<div><span style="color: rgb(102, 102, 102);">checking for cl.exe... no</span><br>
</div>
<div><span style="color: rgb(102, 102, 102);">configure: error: in `/e/Users/User/Desktop/Software/PureData/pure-data-0.49-0-kbd':</span><br>
</div>
<div><span style="color: rgb(102, 102, 102);">configure: error: no acceptable C compiler found in $PATH</span><br>
</div>
<div><span style="color: rgb(102, 102, 102);">See `config.log' for more details</span></div>
</blockquote>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span></span></div>
</div>
</div>
</body>
</html>