Now I can't conclude the compilation...
I did: cd ~/pure-data/pd/src make -f makefile.mingw clean make -f makefile.mingw
Something in jack.h ... I have this file in C:/Program Files (x86)/Jack/includes/jack
What can I do?
2013/1/22 Hans-Christoph Steiner hans@at.or.at
Ah, I think I know the issue, try rebulding it, there were a couple of changes in the latest makefile.mingw that didn't take effect:
cd ~/pure-data/src make -f makefile.mingw clean make -f makefile.mingw make -f makefile.mingw DESTDIR=~/pure-data/Pd-0.43.4-extended-20130117 prefix= install
Then the one you want is in: ~/pure-data/Pd-0.43.4-extended-20130117/bin
You can't run it directly in ~/pure-data/pd/src because it is missing all of the Tcl files that are in ~/pure-data/Pd-0.43.4-extended-20130117/bin
.hc
On 01/21/2013 09:19 PM, Esteban Viveros wrote:
Yes... Pd-0.43.4-extended-20130117 .. Nut I need to run the pd.exe in ~/pure-data/pd/src or ~/pure-data/Pd-0.43.4-extended-20130117/bin ??
~/pure-data/Pd-0.43.4-extended-20130117/bin/pd.exe are running.. But I don't have jackrouter option...
~/pure-data/pd/src/pd.exe nothing happens
2013/1/22 Hans-Christoph Steiner hans@at.or.at
You can look at the date on the pd.exe in ~/pure-data/Pd-0.43.4-extended-20130117/bin and see if its your new one. And make sure this is all on the same line:
make -f makefile.mingw DESTDIR=~/pure-data/Pd-0.43.4-extended-20130117 prefix= install
.hc
On 01/21/2013 09:11 PM, Esteban Viveros wrote:
Yeah.. I'm trying that but nothind happend.. Maybe the pd-extended installed in system...??
2013/1/22 Hans-Christoph Steiner hans@at.or.at
- download the zip version:
http://autobuild.puredata.info/auto-build/2013-01-17/Pd-0.43.4-extended-2013...
unzip it into ~/pure-data
in ~/pure-data/pd/src, run:
make -f makefile.mingw DESTDIR=~/pure-data/Pd-0.43.4-extended-20130117 prefix= install
(make sure the last line is all on one line)
Now you should be able to go to
~/pure-data/Pd-0.43.4-extended-20130117/bin
and run pd.exe and have a working Pd with jack (fingers crossed)
.hc
On 01/21/2013 09:05 PM, Esteban Viveros wrote:
Ok.. It's done!
How to play?
2013/1/21 Hans-Christoph Steiner hans@at.or.at
> > Getting closer... try the newly attached makefile. > > .hc > > On 01/21/2013 07:25 PM, Esteban Viveros wrote: >> 2013/1/21 Hans-Christoph Steiner hans@at.or.at >> >>> once you get the asiosdk2.2.zip, then unzip it into
~/pure-data/pd/asio
> so >>> that there is a folder called ASIOSDK2 like this: >>> ~/pure-data/pd/asio/ASIOSDK2 >>> >> >> Ok! It's done. >> >> New log file >> >> >