If you want to build Chicken for the Nokia N*** devices just install
scratchbox. You can cross compile eggs with that also. Chicken runs
nicely on the N770 etc. You can then just manually copy over what you
need or package it.

It is also possible to cross compile eggs if you follow Felix's
instructions on the wiki for cross compilation. This is what I do on
OpenMoko. On my Nokia I would build with scratchbox though.

In terms of GUI, well I just use GTK+ as IMO it is fairly high-level
and abstracted enough from raw C that it is pretty easy to use. You
also get the benefit of cut 'n pasting a lot of pre-written code if
you go this route. Chicken embeds easily into a GTK+ app. I just do
the interface code in GTK+ and backend in Chicken.

Cheers,

John.

On 06/12/2007, Matthew Welland <[EMAIL PROTECTED]> wrote:
> Has anyone attempted this? Which gui (if any) works?
>
> I see this:
>
> http://zedstar.org/blog/2007/11/07/latest-chicken-scheme-packaged-for-openmoko/
>
> which is encouraging (Thanks go to the maintainer). However does
> chicken-setup work and can I install eggs? Also does it work with OS2008?
>
> Thanks.
>
> Matt
> --
>
>
> _______________________________________________
> Chicken-users mailing list
> Chicken-users@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/chicken-users
>


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to