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
_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to