----- "Hans-Christoph Steiner" hans@at.or.at a écrit :
On Aug 22, 2011, at 11:54 AM, Patrice Colet wrote:
Hi Hans,
I've looked at you patch, and there is something I didn't figured out before, the git sources you are using aren't pd-extended but pd-anything ^^ It's not specificated anywhere in docs.
maybe that's why I couldn't build libdir.dll?
For generating patches, I usually work with Miller's pure-data repo.
That's essential if its a patch to submit to Miller.
with new changes made into pd sources if I try
cd /home/patko/pd-extended/0.43/packages/ make install
I've got this error:
ln -s ../extra/libdir/libdir.dll \ /home/patko/pd-extended/0.43/packages/build/startup/libdir.dll ln: creating symbolic link `/home/patko/pd-extended/0.43/packages/build/startup/libdir.dll' to `../extra/libdir/libdir.dll': No such file or directory make: *** [pd_install] Error 1
those sources have been downloaded with cygwin's svn, like usually, it was compiling fine until the end before I've applied the changes,
do I need to put sources from Miller's repo into it?