Thank you for answering fast
autogen.sh && ./configure && make
works good with all the PD_XXXX_CHECK, I've been running autoconf instead,
so now I can submit the patches to the tracker without breaking anything.
notice that the compiled files aren't the same as the ones made by makefile.mingw:
$ ls pd/src/.libs/ libpd-0.dll libpd.lai pd.exe pdsend.exe libpd.a lt-pd.c pd_ltshwrapper pdsend_ltshwrapper libpd.dll.a lt-pdreceive.c pdreceive.exe libpd.la lt-pdsend.c pdreceive_ltshwrapper
and it needs libpthread-2.dll, so the package script would need some changes.
I'll try TortoiseGIT :)
----- "IOhannes m zmölnig" zmoelnig@iem.at a écrit :
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 08/19/2011 08:33 PM, Patrice Colet wrote:
hello, I've attached the patches that make working libtools with
msys, but there is something I couldn't resolve,
all the PD_XXXX_CHECK shows synthax errors so those lines are under
comments, maybe you could help with this?
which syntax errors? did you run autogen.shh (or equivalent) to get the macros in m4/ included in your aclocal.m4?
the diff is made with files from git repository, could you also
suggest an easy git manager,
or an url to find some documentation for windows, thank you.
i found TortoiseGIT very easy to use (esp. if you are used to TortoiseSVN and the like)
please also note, that there is no "makefile.am" in Pd's tree, there is only "Makefile.am": many filesystems are case-sensitive
mfgasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk5P7XoACgkQkX2Xpv6ydvRqMgCdE0DEwwEjjJMLVyIrOQziKypW Qd8AoNc/mwbgq85LQ2hY7anKFciwqtMT =C1L9 -----END PGP SIGNATURE-----
Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
I tried these patches a bit but haven't fully tested them yet. But I did just finish updating the MinGW setup, there have been big improvements in the last 2 years since I looked last. The nicest is 'mingw-get' for installing packages :)
Here's the documentation on the whole setup, it now includes ffmpeg with many codecs, but gmerlin-avdecoder didn't build. It also includes a pthread DLL that can be linked using only -lpthread like all other platforms (i.e. libpthread-2.dll). I left in -lpthreadGC2 for backwards compatibility:
http://puredata.info/docs/developer/WindowsMinGWGet/
.hc
On Aug 20, 2011, at 5:06 PM, Patrice Colet wrote:
Thank you for answering fast
autogen.sh && ./configure && make
works good with all the PD_XXXX_CHECK, I've been running autoconf instead,
so now I can submit the patches to the tracker without breaking anything.
notice that the compiled files aren't the same as the ones made by makefile.mingw:
$ ls pd/src/.libs/ libpd-0.dll libpd.lai pd.exe pdsend.exe libpd.a lt-pd.c pd_ltshwrapper pdsend_ltshwrapper libpd.dll.a lt-pdreceive.c pdreceive.exe libpd.la lt-pdsend.c pdreceive_ltshwrapper
and it needs libpthread-2.dll, so the package script would need some changes.
I'll try TortoiseGIT :)
----- "IOhannes m zmölnig" zmoelnig@iem.at a écrit :
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 08/19/2011 08:33 PM, Patrice Colet wrote:
hello, I've attached the patches that make working libtools with
msys, but there is something I couldn't resolve,
all the PD_XXXX_CHECK shows synthax errors so those lines are under
comments, maybe you could help with this?
which syntax errors? did you run autogen.shh (or equivalent) to get the macros in m4/ included in your aclocal.m4?
the diff is made with files from git repository, could you also
suggest an easy git manager,
or an url to find some documentation for windows, thank you.
i found TortoiseGIT very easy to use (esp. if you are used to TortoiseSVN and the like)
please also note, that there is no "makefile.am" in Pd's tree, there is only "Makefile.am": many filesystems are case-sensitive
mfgasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk5P7XoACgkQkX2Xpv6ydvRqMgCdE0DEwwEjjJMLVyIrOQziKypW Qd8AoNc/mwbgq85LQ2hY7anKFciwqtMT =C1L9 -----END PGP SIGNATURE-----
Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
-- Patrice Colet
----------------------------------------------------------------------------
"We have nothing to fear from love and commitment." - New York Senator Diane Savino, trying to convince the NY Senate to pass a gay marriage bill
On 2011-08-20 21:21, Hans-Christoph Steiner wrote:
I tried these patches a bit but haven't fully tested them yet. But I did just finish updating the MinGW setup, there have been big improvements in the last 2 years since I looked last. The nicest is 'mingw-get' for installing packages :)
Here's the documentation on the whole setup, it now includes ffmpeg with many codecs, but gmerlin-avdecoder didn't build. It also includes a pthread DLL that can be linked using only -lpthread like all other platforms (i.e. libpthread-2.dll). I left in -lpthreadGC2 for backwards compatibility:
That looks very nice, I need to try it (usually something sticks because I can't find the right version of something, the MinGW people seem to randomly change what's in their packages) but I see you have the lines: svn co https://pure-data.svn.sourceforge.net/svnroot/pure-data/branches/pd-extended... cd 0.41/pd/src make -f makefile.mingw
Are Windows folks doomed to live in the past or is it possible to build 0.43 with MinGW the same way?
Martin
On Aug 21, 2011, at 10:34 AM, Martin Peach wrote:
On 2011-08-20 21:21, Hans-Christoph Steiner wrote:
I tried these patches a bit but haven't fully tested them yet. But I did just finish updating the MinGW setup, there have been big improvements in the last 2 years since I looked last. The nicest is 'mingw-get' for installing packages :)
Here's the documentation on the whole setup, it now includes ffmpeg with many codecs, but gmerlin-avdecoder didn't build. It also includes a pthread DLL that can be linked using only -lpthread like all other platforms (i.e. libpthread-2.dll). I left in -lpthreadGC2 for backwards compatibility:
That looks very nice, I need to try it (usually something sticks because I can't find the right version of something, the MinGW people seem to randomly change what's in their packages) but I see you have the lines: svn co https://pure-data.svn.sourceforge.net/svnroot/pure-data/branches/pd-extended... cd 0.41/pd/src make -f makefile.mingw
Are Windows folks doomed to live in the past or is it possible to build 0.43 with MinGW the same way?
Martin
I updated the page and put it as the official one. I'm moving into place on the build server now. http://puredata.info/docs/developer/WindowsMinGW
Patco has been working on the final bugs that have prevented the new autotools builds system from working on MinGW, that's what this thread is about. It would be great if you could contribute as well, Martin, since you have more Windows knowledge and experience than say, me.
But yes, the only pd/src/makefile.mingw should still work on 0.43, but the plan is to make it obsolete so we only have one build system for all platforms.
.hc
----------------------------------------------------------------------------
You can't steal a gift. Bird gave the world his music, and if you can hear it, you can have it. - Dizzy Gillespie
Hey patco,
I boiled down your patch set into this stripped down version, and fixed the error while trying to build pd~ (pd~ doesn't work on Windows). Its best to make sure patches only include the changes that are absolutely necessary, and not any whitespace changes or cosmetic changes. This patch builds and runs for me on MinGW, but I don't really have a good way to test ASIO audio. If you want to submit it as a git patch, here's what you can do in a clean, up-to-date git:
cd pure-data git reset --hard (watch out, this wipes changes) patch -p1 < mingw.patch git commit configure.ac src/Makefile.am extra/Makefile.am -m "a real msg" git format-patch -n1
.hc
On Aug 20, 2011, at 5:06 PM, Patrice Colet wrote:
Thank you for answering fast
autogen.sh && ./configure && make
works good with all the PD_XXXX_CHECK, I've been running autoconf instead,
so now I can submit the patches to the tracker without breaking anything.
notice that the compiled files aren't the same as the ones made by makefile.mingw:
$ ls pd/src/.libs/ libpd-0.dll libpd.lai pd.exe pdsend.exe libpd.a lt-pd.c pd_ltshwrapper pdsend_ltshwrapper libpd.dll.a lt-pdreceive.c pdreceive.exe libpd.la lt-pdsend.c pdreceive_ltshwrapper
and it needs libpthread-2.dll, so the package script would need some changes.
I'll try TortoiseGIT :)
----- "IOhannes m zmölnig" zmoelnig@iem.at a écrit :
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 08/19/2011 08:33 PM, Patrice Colet wrote:
hello, I've attached the patches that make working libtools with
msys, but there is something I couldn't resolve,
all the PD_XXXX_CHECK shows synthax errors so those lines are under
comments, maybe you could help with this?
which syntax errors? did you run autogen.shh (or equivalent) to get the macros in m4/ included in your aclocal.m4?
the diff is made with files from git repository, could you also
suggest an easy git manager,
or an url to find some documentation for windows, thank you.
i found TortoiseGIT very easy to use (esp. if you are used to TortoiseSVN and the like)
please also note, that there is no "makefile.am" in Pd's tree, there is only "Makefile.am": many filesystems are case-sensitive
mfgasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk5P7XoACgkQkX2Xpv6ydvRqMgCdE0DEwwEjjJMLVyIrOQziKypW Qd8AoNc/mwbgq85LQ2hY7anKFciwqtMT =C1L9 -----END PGP SIGNATURE-----
Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
-- Patrice Colet
----------------------------------------------------------------------------
If nature has made any one thing less susceptible than all others of exclusive property, it is the action of the thinking power called an idea, which an individual may exclusively possess as long as he keeps it to himself; but the moment it is divulged, it forces itself into the possession of everyone, and the receiver cannot dispossess himself of it. - Thomas Jefferson
Oops, I just noticed one unneeded line in the patch I sent you:
+#pd_LINK = $(CXXLINK)
There is no need to add a line of code that is comment out :)
.hc
On Aug 21, 2011, at 10:29 PM, Hans-Christoph Steiner wrote:
Hey patco,
I boiled down your patch set into this stripped down version, and fixed the error while trying to build pd~ (pd~ doesn't work on Windows). Its best to make sure patches only include the changes that are absolutely necessary, and not any whitespace changes or cosmetic changes. This patch builds and runs for me on MinGW, but I don't really have a good way to test ASIO audio. If you want to submit it as a git patch, here's what you can do in a clean, up-to- date git:
cd pure-data git reset --hard (watch out, this wipes changes) patch -p1 < mingw.patch git commit configure.ac src/Makefile.am extra/Makefile.am -m "a real msg" git format-patch -n1
<mingw.patch>
.hc
On Aug 20, 2011, at 5:06 PM, Patrice Colet wrote:
Thank you for answering fast
autogen.sh && ./configure && make
works good with all the PD_XXXX_CHECK, I've been running autoconf instead,
so now I can submit the patches to the tracker without breaking anything.
notice that the compiled files aren't the same as the ones made by makefile.mingw:
$ ls pd/src/.libs/ libpd-0.dll libpd.lai pd.exe pdsend.exe libpd.a lt-pd.c pd_ltshwrapper pdsend_ltshwrapper libpd.dll.a lt-pdreceive.c pdreceive.exe libpd.la lt-pdsend.c pdreceive_ltshwrapper
and it needs libpthread-2.dll, so the package script would need some changes.
I'll try TortoiseGIT :)
----- "IOhannes m zmölnig" zmoelnig@iem.at a écrit :
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 08/19/2011 08:33 PM, Patrice Colet wrote:
hello, I've attached the patches that make working libtools with
msys, but there is something I couldn't resolve,
all the PD_XXXX_CHECK shows synthax errors so those lines are under
comments, maybe you could help with this?
which syntax errors? did you run autogen.shh (or equivalent) to get the macros in m4/ included in your aclocal.m4?
the diff is made with files from git repository, could you also
suggest an easy git manager,
or an url to find some documentation for windows, thank you.
i found TortoiseGIT very easy to use (esp. if you are used to TortoiseSVN and the like)
please also note, that there is no "makefile.am" in Pd's tree, there is only "Makefile.am": many filesystems are case-sensitive
mfgasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk5P7XoACgkQkX2Xpv6ydvRqMgCdE0DEwwEjjJMLVyIrOQziKypW Qd8AoNc/mwbgq85LQ2hY7anKFciwqtMT =C1L9 -----END PGP SIGNATURE-----
Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
-- Patrice Colet
If nature has made any one thing less susceptible than all others of exclusive property, it is the action of the thinking power called an idea, which an individual may exclusively possess as long as he keeps it to himself; but the moment it is divulged, it forces itself into the possession of everyone, and the receiver cannot dispossess himself of it. - Thomas Jefferson
----------------------------------------------------------------------------
I have the audacity to believe that peoples everywhere can have three meals a day for their bodies, education and culture for their minds, and dignity, equality and freedom for their spirits. - Martin Luther King, Jr.
----- "Hans-Christoph Steiner" hans@at.or.at a écrit :
Oops, I just noticed one unneeded line in the patch I sent you:
+#pd_LINK = $(CXXLINK)
There is no need to add a line of code that is comment out :)
Hi Hans,
I had to add this line for linking asio with G++, I'm trying out right now if asio are ok without it, hope to find it out as soon as possible, my internet connection is actually very very slow.
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?
.hc
On Aug 21, 2011, at 10:29 PM, Hans-Christoph Steiner wrote:
Hey patco,
I boiled down your patch set into this stripped down version, and fixed the error while trying to build pd~ (pd~ doesn't work on Windows). Its best to make sure patches only include the changes that are absolutely necessary, and not any whitespace changes or cosmetic changes. This patch builds and runs for me on MinGW, but I
don't really have a good way to test ASIO audio. If you want to submit it as a git patch, here's what you can do in a clean, up-to-
date git:
cd pure-data git reset --hard (watch out, this wipes changes) patch -p1 < mingw.patch git commit configure.ac src/Makefile.am extra/Makefile.am -m "a real
msg" git format-patch -n1
<mingw.patch>
.hc
On Aug 20, 2011, at 5:06 PM, Patrice Colet wrote:
Thank you for answering fast
autogen.sh && ./configure && make
works good with all the PD_XXXX_CHECK, I've been running autoconf
instead,
so now I can submit the patches to the tracker without breaking anything.
notice that the compiled files aren't the same as the ones made by
makefile.mingw:
$ ls pd/src/.libs/ libpd-0.dll libpd.lai pd.exe pdsend.exe libpd.a lt-pd.c pd_ltshwrapper pdsend_ltshwrapper libpd.dll.a lt-pdreceive.c pdreceive.exe libpd.la lt-pdsend.c pdreceive_ltshwrapper
and it needs libpthread-2.dll, so the package script would need some changes.
I'll try TortoiseGIT :)
----- "IOhannes m zmölnig" zmoelnig@iem.at a écrit :
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 08/19/2011 08:33 PM, Patrice Colet wrote:
hello, I've attached the patches that make working libtools with
msys, but there is something I couldn't resolve,
all the PD_XXXX_CHECK shows synthax errors so those lines are
under
comments, maybe you could help with this?
which syntax errors? did you run autogen.shh (or equivalent) to get the macros in m4/ included in your aclocal.m4?
the diff is made with files from git repository, could you also
suggest an easy git manager,
or an url to find some documentation for windows, thank you.
i found TortoiseGIT very easy to use (esp. if you are used to TortoiseSVN and the like)
please also note, that there is no "makefile.am" in Pd's tree,
there
is only "Makefile.am": many filesystems are case-sensitive
mfgasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk5P7XoACgkQkX2Xpv6ydvRqMgCdE0DEwwEjjJMLVyIrOQziKypW Qd8AoNc/mwbgq85LQ2hY7anKFciwqtMT =C1L9 -----END PGP SIGNATURE-----
Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
-- Patrice Colet
If nature has made any one thing less susceptible than all others of
exclusive property, it is the action of the thinking power called an
idea, which an individual may exclusively possess as long as he keeps it to himself; but the moment it is divulged, it forces itself
into the possession of everyone, and the receiver cannot dispossess
himself of it. - Thomas Jefferson
I have the audacity to believe that peoples everywhere can have three
meals a day for their bodies, education and culture for their minds,
and dignity, equality and freedom for their spirits. - Martin Luther King, Jr.
On Aug 22, 2011, at 11:54 AM, Patrice Colet wrote:
----- "Hans-Christoph Steiner" hans@at.or.at a écrit :
Oops, I just noticed one unneeded line in the patch I sent you:
+#pd_LINK = $(CXXLINK)
There is no need to add a line of code that is comment out :)
Hi Hans,
I had to add this line for linking asio with G++, I'm trying out right now if asio are ok without it, hope to find it out as soon as possible, my internet connection is actually very very slow.
Oops, sorry, yeah, it looks like that line is needed after all.
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.
.hc
.hc
On Aug 21, 2011, at 10:29 PM, Hans-Christoph Steiner wrote:
Hey patco,
I boiled down your patch set into this stripped down version, and fixed the error while trying to build pd~ (pd~ doesn't work on Windows). Its best to make sure patches only include the changes that are absolutely necessary, and not any whitespace changes or cosmetic changes. This patch builds and runs for me on MinGW, but I
don't really have a good way to test ASIO audio. If you want to submit it as a git patch, here's what you can do in a clean, up-to-
date git:
cd pure-data git reset --hard (watch out, this wipes changes) patch -p1 < mingw.patch git commit configure.ac src/Makefile.am extra/Makefile.am -m "a real
msg" git format-patch -n1
<mingw.patch>
.hc
On Aug 20, 2011, at 5:06 PM, Patrice Colet wrote:
Thank you for answering fast
autogen.sh && ./configure && make
works good with all the PD_XXXX_CHECK, I've been running autoconf
instead,
so now I can submit the patches to the tracker without breaking anything.
notice that the compiled files aren't the same as the ones made by
makefile.mingw:
$ ls pd/src/.libs/ libpd-0.dll libpd.lai pd.exe pdsend.exe libpd.a lt-pd.c pd_ltshwrapper pdsend_ltshwrapper libpd.dll.a lt-pdreceive.c pdreceive.exe libpd.la lt-pdsend.c pdreceive_ltshwrapper
and it needs libpthread-2.dll, so the package script would need some changes.
I'll try TortoiseGIT :)
----- "IOhannes m zmölnig" zmoelnig@iem.at a écrit :
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 08/19/2011 08:33 PM, Patrice Colet wrote:
hello, I've attached the patches that make working libtools with
msys, but there is something I couldn't resolve,
all the PD_XXXX_CHECK shows synthax errors so those lines are
under
comments, maybe you could help with this?
which syntax errors? did you run autogen.shh (or equivalent) to get the macros in m4/ included in your aclocal.m4?
the diff is made with files from git repository, could you also
suggest an easy git manager,
or an url to find some documentation for windows, thank you.
i found TortoiseGIT very easy to use (esp. if you are used to TortoiseSVN and the like)
please also note, that there is no "makefile.am" in Pd's tree,
there
is only "Makefile.am": many filesystems are case-sensitive
mfgasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk5P7XoACgkQkX2Xpv6ydvRqMgCdE0DEwwEjjJMLVyIrOQziKypW Qd8AoNc/mwbgq85LQ2hY7anKFciwqtMT =C1L9 -----END PGP SIGNATURE-----
Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
-- Patrice Colet
If nature has made any one thing less susceptible than all others of
exclusive property, it is the action of the thinking power called an
idea, which an individual may exclusively possess as long as he keeps it to himself; but the moment it is divulged, it forces itself
into the possession of everyone, and the receiver cannot dispossess
himself of it. - Thomas Jefferson
I have the audacity to believe that peoples everywhere can have three
meals a day for their bodies, education and culture for their minds,
and dignity, equality and freedom for their spirits. - Martin Luther King, Jr.
-- Patrice Colet
----------------------------------------------------------------------------
"We have nothing to fear from love and commitment." - New York Senator Diane Savino, trying to convince the NY Senate to pass a gay marriage bill
----- "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?
On Aug 22, 2011, at 1:11 PM, Patrice Colet wrote:
----- "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?
I think for the sake of getting this working, its easiest to just work out of Miller's pure-data.git. Then once we have the patch ironed out, I'll included it in Pd-extended and it'll be in the nightly builds. Here's what I did to get it building and running:
git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure- data cd pure-data ./autogen.sh && ./configure && make cp -a /c/Program\ Files/pd/bin src/ rm src/bin/pd* cp -a /c/Program\ Files/pd/lib src/ cp -a tcl src/ ./src/pd
(Yes its a kludge, but it works for quick testing)
.hc
----------------------------------------------------------------------------
Mistrust authority - promote decentralization. - the hacker ethic