Chikashi found a regression, it seems that one of the commits that's part of the whole win32 unicode suite breaks [soundfiler] loading files. The commit in question is 1089c6d1cef4dd82d9469ee1144bf022cb4f55c8 "Win32: use 'binary' file mode by default, we don't want the translations".
This patch is handy because it should make Win32 act more like POSIX, and never use the Win32 text translation mode crap. But apparently, something somewhere is relying on that. Any ideas as to how to fix this, or shall it just be reverted?
.hc
Let me see if I can figure it out... Just tried and found out I can't run Pd at all in wine now - I need to add the dde lib (should have known :) Off to a concert but I'll see what I can figure out afterward.
cheers M
On Mon, Dec 17, 2012 at 10:13:13PM -0500, Hans-Christoph Steiner wrote:
Chikashi found a regression, it seems that one of the commits that's part of the whole win32 unicode suite breaks [soundfiler] loading files. The commit in question is 1089c6d1cef4dd82d9469ee1144bf022cb4f55c8 "Win32: use 'binary' file mode by default, we don't want the translations".
This patch is handy because it should make Win32 act more like POSIX, and never use the Win32 text translation mode crap. But apparently, something somewhere is relying on that. Any ideas as to how to fix this, or shall it just be reverted?
.hc
Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
Hmm, I can't reproduce the problem right away (reading/writing mono .wav files using soundfiler is working fine) - how do I make this fail?
(will shuffle files around to get dde to load OK - this is something dumb about the way I copy files to windows).
cheers M
On Mon, Dec 17, 2012 at 07:23:40PM -0800, Miller Puckette wrote:
Let me see if I can figure it out... Just tried and found out I can't run Pd at all in wine now - I need to add the dde lib (should have known :) Off to a concert but I'll see what I can figure out afterward.
cheers M
On Mon, Dec 17, 2012 at 10:13:13PM -0500, Hans-Christoph Steiner wrote:
Chikashi found a regression, it seems that one of the commits that's part of the whole win32 unicode suite breaks [soundfiler] loading files. The commit in question is 1089c6d1cef4dd82d9469ee1144bf022cb4f55c8 "Win32: use 'binary' file mode by default, we don't want the translations".
This patch is handy because it should make Win32 act more like POSIX, and never use the Win32 text translation mode crap. But apparently, something somewhere is relying on that. Any ideas as to how to fix this, or shall it just be reverted?
.hc
Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
It seems to be MinGW-only. I just submitted a patch to get the makefile.mingw working again. Were you building with msvc?
.hc
On Dec 18, 2012, at 1:54 AM, Miller Puckette wrote:
Hmm, I can't reproduce the problem right away (reading/writing mono .wav files using soundfiler is working fine) - how do I make this fail?
(will shuffle files around to get dde to load OK - this is something dumb about the way I copy files to windows).
cheers M
On Mon, Dec 17, 2012 at 07:23:40PM -0800, Miller Puckette wrote:
Let me see if I can figure it out... Just tried and found out I can't run Pd at all in wine now - I need to add the dde lib (should have known :) Off to a concert but I'll see what I can figure out afterward.
cheers M
On Mon, Dec 17, 2012 at 10:13:13PM -0500, Hans-Christoph Steiner wrote:
Chikashi found a regression, it seems that one of the commits that's part of the whole win32 unicode suite breaks [soundfiler] loading files. The commit in question is 1089c6d1cef4dd82d9469ee1144bf022cb4f55c8 "Win32: use 'binary' file mode by default, we don't want the translations".
This patch is handy because it should make Win32 act more like POSIX, and never use the Win32 text translation mode crap. But apparently, something somewhere is relying on that. Any ideas as to how to fix this, or shall it just be reverted?
.hc
Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
Yeah... i need to get mingw up and running here someway :)
M On Tue, Dec 18, 2012 at 01:34:54PM -0500, Hans-Christoph Steiner wrote:
It seems to be MinGW-only. I just submitted a patch to get the makefile.mingw working again. Were you building with msvc?
.hc
On Dec 18, 2012, at 1:54 AM, Miller Puckette wrote:
Hmm, I can't reproduce the problem right away (reading/writing mono .wav files using soundfiler is working fine) - how do I make this fail?
(will shuffle files around to get dde to load OK - this is something dumb about the way I copy files to windows).
cheers M
On Mon, Dec 17, 2012 at 07:23:40PM -0800, Miller Puckette wrote:
Let me see if I can figure it out... Just tried and found out I can't run Pd at all in wine now - I need to add the dde lib (should have known :) Off to a concert but I'll see what I can figure out afterward.
cheers M
On Mon, Dec 17, 2012 at 10:13:13PM -0500, Hans-Christoph Steiner wrote:
Chikashi found a regression, it seems that one of the commits that's part of the whole win32 unicode suite breaks [soundfiler] loading files. The commit in question is 1089c6d1cef4dd82d9469ee1144bf022cb4f55c8 "Win32: use 'binary' file mode by default, we don't want the translations".
This patch is handy because it should make Win32 act more like POSIX, and never use the Win32 text translation mode crap. But apparently, something somewhere is relying on that. Any ideas as to how to fix this, or shall it just be reverted?
.hc
Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
On Dec 18, 2012, at 2:05 PM, IOhannes m zmölnig wrote:
On 12/18/2012 19:34, Hans-Christoph Steiner wrote:
It seems to be MinGW-only. I just submitted a patch to get the makefile.mingw working again.
is autotools still not working with mingw?
autotools works with MinGW, except with ASIO. It builds with ASIO, but doesn't make sound last I checked. That was a long while ago.
.hc
On Dec 18, 2012, at 2:28 PM, Hans-Christoph Steiner wrote:
On Dec 18, 2012, at 2:05 PM, IOhannes m zmölnig wrote:
On 12/18/2012 19:34, Hans-Christoph Steiner wrote:
It seems to be MinGW-only. I just submitted a patch to get the makefile.mingw working again.
is autotools still not working with mingw?
autotools works with MinGW, except with ASIO. It builds with ASIO, but doesn't make sound last I checked. That was a long while ago.
I small correction: This is the case on Pd-extended's autotools. I haven't checked with vanillas.
.hc
On 12/18/2012 20:28, Hans-Christoph Steiner wrote:
autotools works with MinGW, except with ASIO. It builds with ASIO, but doesn't make sound last I checked. That was a long while ago.
thanks for the clarification.
i guess i have to download the asio-sdk at some point...
fgmadsr IOhannes