On 8/28/2010 10:31 AM, Reini Urban wrote:
2010/8/27 Charles Wilson:
Obviously git and
python-idle both work with X (on linux) so it's doable to convert --
just a nuisance.
A big nuisance in my eyes.
Why do I have to start a xserver, when I can use native fast small GDI?
Why do you have to start cygserver (for posix IPC), when you can use
native fast small named pipes, or native fast small shared memory?
So, the right answer is a "real" port of tcl/tk. There are two ways to
do this:
1) just compile it like you would on unix. Then, you get X11, not GDI
-- but you also avoid all the other win32isms. This will "just work";
recompile with the "correct" options and you're golden.
2) disentagle all the assumptions in the tcl/tk code between
"windowing system" and "win32ness as it relates to non-windowing code".
This is a BIG job, and NOBODY wants to do it.