Re: Re: Tichy and pygame on OM2008.8 update

2008-08-30 Thread rhn
The problem is solved by:

opkg install cpp

as stated on some mailing list I found yesterday

 Wiadomość Oryginalna 
Od: yves mahe [EMAIL PROTECTED]
Do: community@lists.openmoko.org
Data: 29 sierpnia 2008 19:43
Temat: Re: Tichy and pygame on OM2008.8 update

 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 :
 
 [EMAIL PROTECTED]:~/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é
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Tichy and pygame on OM2008.8 update

2008-08-29 Thread yves mahe
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é


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Tichy and pygame on OM2008.8 update

2008-08-29 Thread yves mahe

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 :

[EMAIL PROTECTED]:~/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é


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community