Re: [PD] pd 0.44 vanilla build process

2013-02-21 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-02-20 23:47, Jonathan Wilkes wrote: >> Thanks for the help. Actually it's not such a big deal to do the >> cp command. The main problem is that when I make a src code >> change and do "make" again, it obviously recompiles the changed >> files

Re: [PD] pd 0.44 vanilla build process

2013-02-20 Thread katja
t; > From: IOhannes m zmoelnig > >To: pd-list@iem.at > >Sent: Wednesday, February 20, 2013 1:45 PM > >Subject: Re: [PD] pd 0.44 vanilla build process > > > >-BEGIN PGP SIGNED MESSAGE- > >Hash: SHA1 > > > >On 2013-02-20 18:55,

Re: [PD] pd 0.44 vanilla build process

2013-02-20 Thread Jonathan Wilkes
> > From: IOhannes m zmoelnig >To: pd-list@iem.at >Sent: Wednesday, February 20, 2013 1:45 PM >Subject: Re: [PD] pd 0.44 vanilla build process > >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >On 2013-02-20 18:55, Hans-Christoph

Re: [PD] pd 0.44 vanilla build process

2013-02-20 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-02-20 18:55, Hans-Christoph Steiner wrote: > > I'd skip the copy and just do: > > ./autogen.sh ./configure make ./src/pd -nrt(-nrt so it ignores > the watchdog) > that's not needed with Pd>=0.44: if the watchdog cannot be found, Pd will

Re: [PD] pd 0.44 vanilla build process

2013-02-20 Thread Hans-Christoph Steiner
I'd skip the copy and just do: ./autogen.sh ./configure make ./src/pd -nrt(-nrt so it ignores the watchdog) That's how it works on Pd-extended at least. I don't know how the Pd-vanilla files have changed since they were included in vanilla. .hc On Feb 19, 2013, at 9:55 PM, Jonathan Wilke

[PD] pd 0.44 vanilla build process

2013-02-19 Thread Jonathan Wilkes
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)