Re: [PD] Pd-GUI-Rewrite test builds

2009-10-27 Thread Mathieu Bouchard
On Tue, 27 Oct 2009, colet.patr...@free.fr wrote: Now I can admire the ugly tcl/tk-8.4 GUI, in french, but with curious symbols replacing letters with accent like é or ê probably same problem on OSX... instead of é, do you see à followed by © ? if not, then it's a different problem than

Re: [PD] Pd-GUI-Rewrite test builds

2009-10-27 Thread Hans-Christoph Steiner
Glad you got it working. Could post a diff -uw of your changes as an attached file? Cygwin is not _WIN32, by the way. It is a POSIX-style API much closer to GNU/Linux than Win32. MinGW is _WIN32 with as much POSIX/UNIX thrown in as possible. .hc On Oct 27, 2009, at 8:56 AM,

Re: [PD] Pd-GUI-Rewrite test builds

2009-10-27 Thread Hans-Christoph Steiner
On Oct 27, 2009, at 9:59 AM, Mathieu Bouchard wrote: On Tue, 27 Oct 2009, colet.patr...@free.fr wrote: Now I can admire the ugly tcl/tk-8.4 GUI, in french, but with curious symbols replacing letters with accent like é or ê probably same problem on OSX... instead of é, do you see Ã

Re: [PD] Pd-GUI-Rewrite test builds

2009-10-27 Thread colet . patrice
yes, é is é, É is Ã%#3664; and ê is ê Selon Mathieu Bouchard ma...@artengine.ca: On Tue, 27 Oct 2009, colet.patr...@free.fr wrote: Now I can admire the ugly tcl/tk-8.4 GUI, in french, but with curious symbols replacing letters with accent like é or ê probably same problem on OSX...

Re: [PD] Pd-GUI-Rewrite test builds

2009-10-27 Thread colet . patrice
Selon Hans-Christoph Steiner h...@at.or.at: Cygwin is not _WIN32, by the way. It is a POSIX-style API much closer to GNU/Linux than Win32. MinGW is _WIN32 with as much POSIX/UNIX thrown in as possible. the compiler define both _WIN32 and UNIX preprocessor, so it's troubling... maybe the

Re: [PD] Pd-GUI-Rewrite test builds

2009-10-27 Thread Hans-Christoph Steiner
On Oct 27, 2009, at 3:14 PM, colet.patr...@free.fr wrote: Selon Hans-Christoph Steiner h...@at.or.at: Cygwin is not _WIN32, by the way. It is a POSIX-style API much closer to GNU/Linux than Win32. MinGW is _WIN32 with as much POSIX/UNIX thrown in as possible. the compiler define both

Re: [PD] Pd-GUI-Rewrite test builds

2009-10-27 Thread Hans-Christoph Steiner
That flag sounds like it enables the WIN32 stuff. But it doesn't seem to useful for use, since Pd is more conformable in UNIXland than Win32land. .hc On Oct 27, 2009, at 5:38 PM, colet.patr...@free.fr wrote: what about this: $ gcc -mwin32 test.c like specified in this link:

[PD] Pd-GUI-Rewrite test builds

2009-10-26 Thread colet . patrice
hello, I've tried to build on cygwin, but no luck, it didn't work, simply crashes, with --disable-asio --disable-portaudio, without disabling it doesn't build. So I tried a nightly build and submitted [openpanel] fix the other day, I'd like to know how to enable tcl plugins, do I have to put a

Re: [PD] Pd-GUI-Rewrite test builds

2009-10-26 Thread Hans-Christoph Steiner
On Oct 26, 2009, at 7:03 AM, colet.patr...@free.fr wrote: hello, I've tried to build on cygwin, but no luck, it didn't work, simply crashes, with --disable-asio --disable-portaudio, without disabling it doesn't build. Hmm, I wonder what it is, I got it going on Cygwin when I tried, but

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-18 Thread Max
: [PD] Pd-GUI-Rewrite test builds To: Jonathan Wilkes jancs...@yahoo.com Cc: PD List pd-list@iem.at Date: Friday, September 4, 2009, 8:42 PM Thanks, fixed. .hc On Sep 4, 2009, at 2:12 PM, Jonathan Wilkes wrote: 403 Forbidden for the windows link. (macos link works) -Jonathan --- On Fri, 9/4

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-18 Thread Max
Am 17.09.2009 um 23:51 schrieb Hans-Christoph Steiner: First off, make sure you have de.msg in your .app, it should be here: Pd-devel.app/Contents/Resources/po/de.msg If de.msg is there, could you send me the results of these commands: in Pd-GU-Rewrite.app or in Pd-devel.app? it's not

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-18 Thread Hans-Christoph Steiner
On Sep 18, 2009, at 5:19 AM, Max wrote: Am 17.09.2009 um 23:51 schrieb Hans-Christoph Steiner: First off, make sure you have de.msg in your .app, it should be here: Pd-devel.app/Contents/Resources/po/de.msg If de.msg is there, could you send me the results of these commands: in

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-17 Thread adrian.g
:28 -0700 Jonathan Wilkes jancs...@yahoo.com wrote --- On Fri, 9/11/09, Hans-Christoph Steiner h...@at.or.at wrote: From: Hans-Christoph Steiner h...@at.or.at Subject: Re: [PD] Pd-GUI-Rewrite test builds To: Jonathan Wilkes jancs...@yahoo.com Cc: g...@itchybit.org, PD

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-17 Thread András Murányi
How do I make a 32-bit build on my 64-bit system? CFLAGS=-m32 and CXXFLAGS=-m32 don't work, they log the following error: configure:3455: gcc -m32-O6 -funroll-loops -fomit-frame-pointer conftest.c 5 cc1: error: unrecognized command line option -m32-O6 configure:3458: $? = 1

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-17 Thread Max
Hans: Is it supposed to use the localisations? because it doesn't. Am 04.09.2009 um 18:45 schrieb Hans-Christoph Steiner: Ok, so there are now some Mac OS X and Windows test builds for people to try. For GNU/Linux, building from source is still the easiest way.

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-17 Thread András Murányi
On Thu, Sep 17, 2009 at 10:27 PM, Max abonneme...@revolwear.com wrote: Hans: Is it supposed to use the localisations? because it doesn't. did you try export LANG=xy ? it works here Andras ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-17 Thread Hans-Christoph Steiner
Steiner h...@at.or.at wrote: From: Hans-Christoph Steiner h...@at.or.at Subject: Re: [PD] Pd-GUI-Rewrite test builds To: Jonathan Wilkes jancs...@yahoo.com Cc: g...@itchybit.org, PD List pd-list@iem.at Date: Friday, September 11, 2009, 12:43 AM On Sep 10, 2009, at 3:59 PM, Jonathan Wilkes wrote

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-17 Thread adrian.g
On Fri, 11 Sep 2009 09:25:28 -0700 Jonathan Wilkes jancs...@yahoo.com wrote --- On Fri, 9/11/09, Hans-Christoph Steiner h...@at.or.at wrote: From: Hans-Christoph Steiner h...@at.or.at Subject: Re: [PD] Pd-GUI-Rewrite test builds To: Jonathan Wilkes jancs

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-17 Thread Hans-Christoph Steiner
It is supposed to, but on Mac OS X, the localization stuff is confusing and over-complicated. First off, make sure you have de.msg in your .app, it should be here: Pd-devel.app/Contents/Resources/po/de.msg If de.msg is there, could you send me the results of these commands: defaults

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-11 Thread Jonathan Wilkes
--- On Fri, 9/11/09, Hans-Christoph Steiner h...@at.or.at wrote: From: Hans-Christoph Steiner h...@at.or.at Subject: Re: [PD] Pd-GUI-Rewrite test builds To: Jonathan Wilkes jancs...@yahoo.com Cc: g...@itchybit.org, PD List pd-list@iem.at Date: Friday, September 11, 2009, 12:43 AM On Sep

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-10 Thread András Murányi
I'm very interested in making a good pd window' as mentioned before. Where's the 'brainstorming taking place? (Maybe here on the list??) ...and: What do you guys recommend for me on amd64 with my 32bit externals? Thanks, -- Muranyi Andras ___

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-10 Thread Hans-Christoph Steiner
On Sep 10, 2009, at 1:10 PM, András Murányi wrote: I'm very interested in making a good pd window' as mentioned before. Where's the 'brainstorming taking place? (Maybe here on the list??) Have you seen the most recent Pd window? I made it better than the original, but there is still

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-10 Thread Hans-Christoph Steiner
On Sep 10, 2009, at 1:00 AM, Jonathan Wilkes wrote: From: Hans-Christoph Steiner h...@at.or.at Subject: Re: [PD] Pd-GUI-Rewrite test builds To: Jonathan Wilkes jancs...@yahoo.com Cc: g...@itchybit.org, PD List pd-list@iem.at Date: Saturday, September 5, 2009, 3:24 AM Ok, so it seems

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-10 Thread Hans-Christoph Steiner
On Sep 10, 2009, at 3:59 PM, Jonathan Wilkes wrote: * clicking the Text Editor gives the following error: invalid command name menu_texteditor invalid command name menu_texteditor while executing menu_texteditor $::focused_window (menu invoke) not implemented and perhaps unneeded

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-09 Thread Hans-Christoph Steiner
On Sep 7, 2009, at 11:46 PM, Jonathan Wilkes wrote: --- On Sat, 9/5/09, Hans-Christoph Steiner h...@at.or.at wrote: From: Hans-Christoph Steiner h...@at.or.at Subject: Re: [PD] Pd-GUI-Rewrite test builds To: Jonathan Wilkes jancs...@yahoo.com Cc: g...@itchybit.org, PD List pd-list@iem.at

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-08 Thread alan . dubdub
Subject: Re: [PD] Pd-GUI-Rewrite test builds To: Jonathan Wilkes jancs...@yahoo.com Cc: g...@itchybit.org, PD List pd-list@iem.at Date: Saturday, September 5, 2009, 3:24 AM Ok, so it seems there was some kind of permissions problem. I reset the permissions and zipped

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-08 Thread Hans-Christoph Steiner
:46, Jonathan Wilkes jancs...@yahoo.com wrote: --- On Sat, 9/5/09, Hans-Christoph Steiner h...@at.or.at wrote: From: Hans-Christoph Steiner h...@at.or.at Subject: Re: [PD] Pd-GUI-Rewrite test builds To: Jonathan Wilkes jancs...@yahoo.com Cc: g...@itchybit.org, PD List pd-list

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-08 Thread Hans-Christoph Steiner
On Sep 7, 2009, at 11:46 PM, Jonathan Wilkes wrote: --- On Sat, 9/5/09, Hans-Christoph Steiner h...@at.or.at wrote: From: Hans-Christoph Steiner h...@at.or.at Subject: Re: [PD] Pd-GUI-Rewrite test builds To: Jonathan Wilkes jancs...@yahoo.com Cc: g...@itchybit.org, PD List pd-list@iem.at

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-07 Thread Jonathan Wilkes
--- On Sat, 9/5/09, Hans-Christoph Steiner h...@at.or.at wrote: From: Hans-Christoph Steiner h...@at.or.at Subject: Re: [PD] Pd-GUI-Rewrite test builds To: Jonathan Wilkes jancs...@yahoo.com Cc: g...@itchybit.org, PD List pd-list@iem.at Date: Saturday, September 5, 2009, 3:24 AM Ok

[PD] Pd-GUI-Rewrite test builds

2009-09-04 Thread Hans-Christoph Steiner
Ok, so there are now some Mac OS X and Windows test builds for people to try. For GNU/Linux, building from source is still the easiest way. http://puredata.info/dev/PdGuiRewriteTestBuilds I think its pretty useable on GNU/Linux and Mac OS X. The Windows side needs more work, so I would

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-04 Thread Jonathan Wilkes
403 Forbidden for the windows link. (macos link works) -Jonathan --- On Fri, 9/4/09, Hans-Christoph Steiner h...@at.or.at wrote: From: Hans-Christoph Steiner h...@at.or.at Subject: [PD] Pd-GUI-Rewrite test builds To: PD List pd-list@iem.at Date: Friday, September 4, 2009, 6:45 PM Ok, so

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-04 Thread Jonathan Wilkes
is corrupt -Jonathan --- On Fri, 9/4/09, Hans-Christoph Steiner h...@at.or.at wrote: From: Hans-Christoph Steiner h...@at.or.at Subject: Re: [PD] Pd-GUI-Rewrite test builds To: Jonathan Wilkes jancs...@yahoo.com Cc: PD List pd-list@iem.at Date: Friday, September 4, 2009, 8:42 PM Thanks

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-04 Thread Hans-Christoph Steiner
Thanks, fixed. .hc On Sep 4, 2009, at 2:12 PM, Jonathan Wilkes wrote: 403 Forbidden for the windows link. (macos link works) -Jonathan --- On Fri, 9/4/09, Hans-Christoph Steiner h...@at.or.at wrote: From: Hans-Christoph Steiner h...@at.or.at Subject: [PD] Pd-GUI-Rewrite test builds

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-04 Thread Hans-Christoph Steiner
Steiner h...@at.or.at Subject: Re: [PD] Pd-GUI-Rewrite test builds To: Jonathan Wilkes jancs...@yahoo.com Cc: PD List pd-list@iem.at Date: Friday, September 4, 2009, 8:42 PM Thanks, fixed. .hc On Sep 4, 2009, at 2:12 PM, Jonathan Wilkes wrote: 403 Forbidden for the windows link. (macos link

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-04 Thread Hans-Christoph Steiner
Sounds like good stuff. I tried it on Mac OS X using Pd-extended 0.41.4, there are some ttk:style statements not wrapped in the Tcl/Tk 8.5 test around line 414, so that caused problems with 8.4. On Mac OS X, the font is a bit weird and others things are too. That's the pain of

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-04 Thread Jonathan Wilkes
Yep, same errors on two different XP machines. There's something wrong with your zip file. -Jonathan --- On Fri, 9/4/09, Hans-Christoph Steiner h...@at.or.at wrote: From: Hans-Christoph Steiner h...@at.or.at Subject: Re: [PD] Pd-GUI-Rewrite test builds To: Jonathan Wilkes jancs

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-04 Thread Hans-Christoph Steiner
. -Jonathan --- On Fri, 9/4/09, Hans-Christoph Steiner h...@at.or.at wrote: From: Hans-Christoph Steiner h...@at.or.at Subject: Re: [PD] Pd-GUI-Rewrite test builds To: Jonathan Wilkes jancs...@yahoo.com Cc: PD List pd-list@iem.at Date: Friday, September 4, 2009, 9:43 PM Hmm, strange, on Mac OS X, I

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-04 Thread Jonathan Wilkes
\Desktop\pd-0.43-gui-rewrite.zip: The archive is corrupt -Jonathan --- On Fri, 9/4/09, Hans-Christoph Steiner h...@at.or.at wrote: From: Hans-Christoph Steiner h...@at.or.at Subject: Re: [PD] Pd-GUI-Rewrite test builds To: Jonathan Wilkes jancs...@yahoo.com Cc: PD List pd-list

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-04 Thread gnd
: Re: [PD] Pd-GUI-Rewrite test builds To: Jonathan Wilkes jancs...@yahoo.com Cc: PD List pd-list@iem.at Date: Friday, September 4, 2009, 11:16 PM Ok, rezipped it using the command line 'zip' program in Cygwin and  reuploaded.  It works for me on Mac OS X.  Please try it and let me. .hc

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-04 Thread Jonathan Wilkes
--- On Sat, 9/5/09, g...@itchybit.org g...@itchybit.org wrote: From: g...@itchybit.org g...@itchybit.org Subject: Re: [PD] Pd-GUI-Rewrite test builds To: Jonathan Wilkes jancs...@yahoo.com Cc: Hans-Christoph Steiner h...@at.or.at, PD List pd-list@iem.at Date: Saturday, September 5, 2009

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-04 Thread Hans-Christoph Steiner
Subject: Re: [PD] Pd-GUI-Rewrite test builds To: Jonathan Wilkes jancs...@yahoo.com Cc: Hans-Christoph Steiner h...@at.or.at, PD List pd-list@iem.at Date: Saturday, September 5, 2009, 12:29 AM Hello, i repacked the .zip into a .tar (should be no problem to unpack it in windoze) http

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-04 Thread Jonathan Wilkes
--- On Sat, 9/5/09, Hans-Christoph Steiner h...@at.or.at wrote: From: Hans-Christoph Steiner h...@at.or.at Subject: Re: [PD] Pd-GUI-Rewrite test builds To: Jonathan Wilkes jancs...@yahoo.com Cc: g...@itchybit.org, PD List pd-list@iem.at Date: Saturday, September 5, 2009, 3:24 AM Ok, so