Re: [PD] problem with use of pdlibbuilder

2021-11-08 Thread Christof Ressi
pdincludepath should be PDDIR if PDDIR is set, "pdincludepath" becomes "$(PDDIR)/src" and "pdbinpath" becomes "$(PDDIR)/bin", so it is just a short cut. PDDIR should point to the Pd installation directory. By default, this is "C:\Programs Files\Pd" resp. "C:\Program Files (x86)\Pd", so you can

Re: [PD] problem with use of pdlibbuilder

2021-11-08 Thread rolfm
i found 'lucas' webpage https://puredata.info/docs/developer/mingw/WindowsMinGW installed MSYS2 following the instructions. sofar so good. starting MSYS2 MinGW 64-bit, following the https://github.com/pure-data/helloworld webpage: make install pdincludepath=../pure-data/src/ objectsdir=./bui

Re: [PD] problem with use of pdlibbuilder

2021-11-07 Thread Lucas Cordiviola
On 11/7/2021 9:18 AM, ro...@dds.nl wrote: following the instructions, with a powershell in the folder i do: powershell? You should use the MinGW[32 or 64] shell. Not the powershell. -- Mensaje telepatico asistido por maquinas. ___ Pd-list@lists

[PD] problem with use of pdlibbuilder

2021-11-07 Thread rolfm
hi, (Windows 10, MinGW32 installed) i'm want to use pdlibbuilder and started with the 'helloworld' example: https://github.com/pure-data/helloworld (danomatica) following the instructions, with a powershell in the folder i do: make install pdincludepath=./src/ objectsdir=./build this gi