Hi!
PD newbie here. Tried to build latest pd for Win10 with Msys2 using guidelines in install.txt from git drop. Ran into some problems:
one (after a few tries).
other midi or audio APIs found, and s_audio.c still looked for OSS.
It's not critical that this build works for me right now, so FYI only.
Thanks
============================================= Andrew D Lyons | Tools Developer | http://www.tstex.com =============================================
Hi,
See http://puredata.info/docs/developer/WindowsMinGW
:)
Mensaje telepatico asistido por maquinas.
On 11/28/2019 12:01 AM, Andrew Lyons wrote: Hi!
PD newbie here. Tried to build latest pd for Win10 with Msys2 using guidelines in install.txt from git drop. Ran into some problems:
It's not critical that this build works for me right now, so FYI only.
Thanks
============================================= Andrew D Lyons | Tools Developer | http://www.tstex.com =============================================
Pd-list@lists.iem.atmailto:Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Ok - that helped, but ./configure still couldn't find any audio/midi libraries, and defaulted to OSS.
From the asio/README.txt I noted that the root folder has to be
called "pure-data". That's not how it comes down from github (pure-data-master), but I renamed my folder, and immediately all audio libraries were found.
I then had to clean the portaudio folders, but then got a successful build.
Thanks!
============================================= Andrew D Lyons | Tools Developer | http://www.tstex.com =============================================
On Wed, 27 Nov 2019 at 19:17, Lucas Cordiviola lucarda27@hotmail.com wrote:
Hi,
See http://puredata.info/docs/developer/WindowsMinGW
:)
Mensaje telepatico asistido por maquinas.
On 11/28/2019 12:01 AM, Andrew Lyons wrote:
Hi!
PD newbie here. Tried to build latest pd for Win10 with Msys2 using guidelines in install.txt from git drop. Ran into some problems:
- No mention of autogen.sh in install.txt
- No C compiler in msys2 by default. pacman -S msys/gcc was the
correct one (after a few tries).
- Failed trying to link OSS. Tried ./configure --disable-oss - but no
other midi or audio APIs found, and s_audio.c still looked for OSS.
It's not critical that this build works for me right now, so FYI only.
Thanks
============================================= Andrew D Lyons | Tools Developer | http://www.tstex.com =============================================
_______________________________________________Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Am 28. November 2019 06:39:03 MEZ schrieb Andrew Lyons tstexture@gmail.com:
Ok - that helped, but ./configure still couldn't find any audio/midi libraries, and defaulted to OSS.
this can really only happen if the build process fails to detect that you are running msys (or cygwin), which indicates that your build environment is broken.
since it seems that you have missed a few crucial steps in INSTALL.txt (as christof has pointed out), i guess you should re-read that file and follow it exactly. if there are things unclear, please ask for specific clarifications so they can be incorporated into the docs later...
From the asio/README.txt I noted that the root folder has to be called "pure-data". That's not how it comes down from github (pure-data-master)
well technically: no. it comes as " pure-data" from github if you use github as intended: via git. only the zip-download contains version suffixes (like "-master")
mfg.hft.fsl IOhannes