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 gives the following error:
Command "gcc -dumpmachine" did not return a target triplet
looking up what a target triplet could be, i have the impression
this error should not happen with pdlibbuilder.
(besides that i don't know what it should be and where to supply it)
any hint is appreciated.
rolf
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, rolfm@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.
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, rolfm@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, rolfm@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