Page 1 of 1

GTK and/or GTK-server on pocket PC ?

Posted: Mon Aug 23, 2004 4:35 pm
by HPW
Question for the GTK-guys:

Is there a GTK and/or GTK-server for PPC available?
(PocketGCC is there now)

Would make sence as a GUI-toolkit for pocket-newLISP.

Posted: Mon Aug 23, 2004 10:04 pm
by pjot
Hi HPW,

As far as I know, there is no port of GTK to the PPC (e.g. WinCE) yet. If there is one, it *should* be possible to compile the GTK-server with PocketGCC, since I am using MinGW myself for Win32.

There is an interesting project at http://zemljanka.sourceforge.net/cursed/ which ports GTK to the text console. It creates an ASCII backend for GTK. But then it's still text, not graphical, but I guess it'll work with PocketConsole.

And of course it may be possible to install Linux on the PPC, and use the framebuffer backend of GTK. But I do not think this is what you want.

Peter

Posted: Mon Aug 23, 2004 10:16 pm
by pjot
I just saw some proposals on the 'gtk-devel' mailinglist from july 2004 where the idea of porting GTK to WinCE was lanched. No reactions on that proposal so far.

Posted: Tue Aug 24, 2004 6:41 am
by HPW
Peter,

So wait and see. ;-)
Thanks for the info.