however, on W32 you *also* need to specify the pdbinpath, so the
pd.dll/pd.lib can be found:
$ make pdincludepath=C:/Users/Lucarda/Downloads/pd/src
pdbinpath=C:/Users/Lucarda/Downloads/pd/bin
Thanx!!!
Mensaje telepatico asistido por maquinas.
From: Pd-list pd-list-bounces@lists.iem.at on behalf of IOhannes m zmoelnig zmoelnig@iem.at Sent: Tuesday, October 4, 2016 7:40 AM To: pd-list@lists.iem.at Subject: Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)
On 2016-10-04 01:26, Lucas Cordiviola wrote:
Did "make pdincludepath=C:/Users/Lucarda/Downloads/pd/src 2> logV2.txt"
yes, that's the currect use of pdincludepath.
however, on W32 you *also* need to specify the pdbinpath, so the pd.dll/pd.lib can be found:
$ make pdincludepath=C:/Users/Lucarda/Downloads/pd/src pdbinpath=C:/Users/Lucarda/Downloads/pd/bin
(yes, it would be great if you could just set pdpath=C:/Users/Lucarda/Downloads/pd/ and the makefile would figure out the include- and bin-path from that; but no, it doesn't do that right now).
Same results:
no. afaict, very different results. (though the net outcome - a failed build - is the same)
it seems like the build doesn't link together all the necessary objectfiles.
gmnasdr+ IOhannes