Tichy and pygame on OM2008.8 update

yves mahe ymahe at zindep.com
Fri Aug 29 19:43:05 CEST 2008


I tried to use cython for the tichy's GUI because it's  really slow:

opkg install gcc make gcc-symlinks

and the make fails :

root at om-gta02:~/tichy/tichy/guic# make
cc -c -fPIC -I. -I/usr/include/python2.5/ 
-L/usr/local/openmoko/arm/usr/lib/ -O3 -fno-strict-aliasing geo.c -o geo.o
cc: error trying to exec 'cc1': execvp: No such file or directory
make: *** [geo.o] Error 1


I will investigate later.
Yves Mahé


yves mahe wrote:
> Hi,
> 
> I finally install pygame and tichy on OM2008.8 update (27/08/2008)
> 
> I used
> 
> - opkg install 
> http://www.angstrom-distribution.org/unstable/armv4t/base/libsmpeg-0.4-0_0.4.4+0.4.5cvs20040311-r0_armv4t.ipk
> - opkg install 
> http://www.angstrom-distribution.org/unstable/armv4t/python/python-pygame_1..7.1-ml2_armv4t.ipk
> 
> I lazily patch tichy here in tichy/tichy/timeservice/timeservice.py
> line 45
>          # self.event_id = gobject.timeout_add_seconds(1, 
> self.time_changed)
>          self.event_id = gobject.timeout_add(1, self.time_changed)
> 
> Yves Mahé





More information about the community mailing list