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 simply type "make" and be done. But if you have installed Pd in another location, you would have to set PDDIR manually.

Christof

On 08.11.2021 16:39, ro...@dds.nl wrote:
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=./build

ERROR:
"cannot find C:\Program Files/Pd/bin/pd.dll: No such file or directory"

in the Makefile.pdlibbuilder i could find that
pdincludepath should be PDDIR
and ../pure-data/src/ is NOT meant being the /src folder of Pd
but the 'root' of the Pd install.

then this finally worked.


rolf

Lucas Cordiviola schreef op 07-11-2021 13:36:
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.iem.at mailing list
UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list



_______________________________________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list

Reply via email to