[PD] pd 0.44 vanilla build process

Jonathan Wilkes jancsika at yahoo.com
Wed Feb 20 03:55:04 CET 2013


Hi,
     Can someone tell me how I'm supposed to rebuild Pd vanilla
in 0.44?

Build 0.43 and before:
1) cd src
2) ./configure
3) make


Run 0.43 and before without installing:
cd src && ./pd

Selectively recompile the source file I'm revising:
make

***

Build 0.44
1) ./autogen.sh
2) ./configure
3) make
4) cp src/pd . && cp src/pd-watchdog bin/

Run 0.44:
./pd

Selectively recompile 0.44:
???
if I try "make", then "cp src/pd . && cp src/pd-watchdog bin/"
my changes aren't reflected even though I watched all the recompilation
messages to the console without any errors

the only way I can recompile is "make clean", then "make"
which is obviously quite annoying.

Any suggestions?
-Jonathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20130219/20282b34/attachment.htm>


More information about the Pd-list mailing list