Hey list! How are you?
I'm trying to compile PD in a Win 10 computer using MSYS2 portable. I've did it exactly the same steps as when I've installed MSYS2 on my Win 7 pc.
When running ./configure I've got an error
configure: error: no acceptable C compiler found in $PATH
"Makes sense", i think. This is an portable version after all. So I've added D:\software\msys2\mingw64\bin to the Win 10 %PATH% variable.
Got the same error.
Then I've added d/software/msys2/mingw64/bin to MSYS2's $PATH and still got the same error.
To add to $PATH I've used : export PATH=$PATH:d/software/msys2/mingw64/bin
Anybody have any clues in what is going wrong?
Full output of ./configure :
configure: loading site script /etc/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-pc-msys checking host system type... x86_64-pc-msys configure: iPhone SDK only available for arm-apple-darwin hosts, skipping tests configure: Android SDK only available for arm-linux hosts, skipping tests checking for as... no checking for dlltool... no checking for objdump... no checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: in `/e/Users/User/Desktop/Software/PureData/pure-data-0.49-0-kbd': configure: error: no acceptable C compiler found in $PATH See `config.log' for more details
Ok, got it.
I was inadvertently opening the msys2.exe instead of mingw64.exe
________________________________ De: Henri Augusto Bisognini Enviado: quinta-feira, 20 de fevereiro de 2020 14:57 Para: pd-dev@lists.iem.at pd-dev@lists.iem.at Assunto: MSYS2 Portable and PD
Hey list! How are you?
I'm trying to compile PD in a Win 10 computer using MSYS2 portable. I've did it exactly the same steps as when I've installed MSYS2 on my Win 7 pc.
When running ./configure I've got an error
configure: error: no acceptable C compiler found in $PATH
"Makes sense", i think. This is an portable version after all. So I've added D:\software\msys2\mingw64\bin to the Win 10 %PATH% variable.
Got the same error.
Then I've added d/software/msys2/mingw64/bin to MSYS2's $PATH and still got the same error.
To add to $PATH I've used : export PATH=$PATH:d/software/msys2/mingw64/bin
Anybody have any clues in what is going wrong?
Full output of ./configure :
configure: loading site script /etc/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-pc-msys checking host system type... x86_64-pc-msys configure: iPhone SDK only available for arm-apple-darwin hosts, skipping tests configure: Android SDK only available for arm-linux hosts, skipping tests checking for as... no checking for dlltool... no checking for objdump... no checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: in `/e/Users/User/Desktop/Software/PureData/pure-data-0.49-0-kbd': configure: error: no acceptable C compiler found in $PATH See `config.log' for more details