Author Topic: Sudoku  (Read 4146 times)

pungipungi

  • Jr. Member
  • **
  • Posts: 74
    • View Profile
    • http://members.cheese.at/woody/zaurus
Sudoku
« on: January 01, 2006, 05:05:42 pm »
Since I'm going to travel to holidays and my wife was doing some sudoku games per paper I wondered if there's one available for the zaurus/gpe environment.

I've found an fltk example which runs after 2 hours with doing some minor work ...

Before going to holidays you can find my results on

http://members.cheese.at/woody/zaurus/archives

[img]http://members.cheese.at/woody/zaurus/archives/sudoku-screen.png\" border=\"0\" class=\"linked-image\" /]
SL5500G OZ3.5.3 (GPE) , SD 1G,   D-Link air 660 wlan
C1000 pdaXrom, SD 256, D-Link air 660 wlan
Suse 9.3
My Zaurus Page

darmou

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
Sudoku
« Reply #1 on: January 08, 2006, 09:09:04 am »
Quote
Since I'm going to travel to holidays and my wife was doing some sudoku games per paper I wondered if there's one available for the zaurus/gpe environment.

I've found an fltk example which runs after 2 hours with doing some minor work ...

Thanks for that, can you please include the libfltk_image.so lib so it can run?

Thanks,

darmou

darmou

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
Sudoku
« Reply #2 on: January 08, 2006, 09:28:50 am »
Quote
Thanks for that, can you please include the libfltk_image.so lib so it can run?

[div align=\"right\"][{POST_SNAPBACK}][/a][/div]


Don't worry I've found the lib mentioned in another oe forum post  

(https://www.oesf.org/forums/index.php?showtopic=14507&pid=99747&st=0&#entry99747)

relevant ipkg is below:

[a href=\"http://members.kabsi.at/woody/feed/]http://members.kabsi.at/woody/feed/[/url]

richie

  • Newbie
  • *
  • Posts: 44
    • View Profile
Sudoku
« Reply #3 on: January 12, 2006, 02:52:25 pm »
Quote
Quote

Thanks for that, can you please include the libfltk_image.so lib so it can run?

[div align=\"right\"][{POST_SNAPBACK}][/a][/div]
relevant ipkg is below:

[a href=\"http://members.kabsi.at/woody/feed/]http://members.kabsi.at/woody/feed/[/url]
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

Hi

I'm struggling to use the feed, I get this error

Downloading [a href=\"http://members.kabsi.at/woody/feed/(null)]http://members.kabsi.at/woody/feed/(null)[/url]
sh: Syntax error: "(" unexpected

Nothing to be done
An error occured, return value: 22
Collected errors:
ipkg_download: ERROR: Command failed with return value 2: `wget --passive-ftp -q -P /tmp/ipkg-CRMpTJ http://members.kabsi.at/woody/feed/(null)'
Failed to download screenshotapplet. Perhaps you need to run 'ipkg update'?

My /etc/ipkg/woody-conf is

src woody http://members.kabsi.at/woody/feed

Any ideas to fix? I'm running Zaurus sl-5500 collie, with OZ/GPE 3.5.4RC

Cheers
Rich

pungipungi

  • Jr. Member
  • **
  • Posts: 74
    • View Profile
    • http://members.cheese.at/woody/zaurus
Sudoku
« Reply #4 on: January 15, 2006, 04:27:54 pm »
Quote
Hi

I'm struggling to use the feed, I get this error ....

[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

It seems to be a problem with ipkg and 3.5.4RC.

I've tried it with my 3.5.3 version and it worked. As you see it tried to load (null) instead of Packages (is that a feature or a bug?)
maybe try:
- add / to the end
- add /Packages to the end
- try wget [a href=\"http://members.kabsi.at/woody/feed/Packages]http://members.kabsi.at/woody/feed/Packages[/url] per hand

If it's not working then load the ipks directly to the zaurus and try a local feed?
(or extract the fltk libs via:  
Code: [Select]
cd /tmp; ar -x ipkgname; tar -xvzf data.tar.gztry it  with setting the LD_LIBRARY_PATH  befor installing it per hand

andreas
SL5500G OZ3.5.3 (GPE) , SD 1G,   D-Link air 660 wlan
C1000 pdaXrom, SD 256, D-Link air 660 wlan
Suse 9.3
My Zaurus Page

pungipungi

  • Jr. Member
  • **
  • Posts: 74
    • View Profile
    • http://members.cheese.at/woody/zaurus
Sudoku
« Reply #5 on: January 15, 2006, 05:26:29 pm »
I've added the sudoku package to my feed

http://members.cheese.at/woody/feed/

and sources and a bb trial to

http://members.cheese.at/woody/zaurus/src/

andreas
SL5500G OZ3.5.3 (GPE) , SD 1G,   D-Link air 660 wlan
C1000 pdaXrom, SD 256, D-Link air 660 wlan
Suse 9.3
My Zaurus Page

richie

  • Newbie
  • *
  • Posts: 44
    • View Profile
Sudoku
« Reply #6 on: January 16, 2006, 08:20:41 am »
Quote
If it's not working then load the ipks directly to the zaurus and try a local feed?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=111074\"][{POST_SNAPBACK}][/a][/div]

Thanks, I installed locally before trying out the package. Thanks very much, I love Sudoku and its excellent having it on the Zaurus.

Cheers
rich

pungipungi

  • Jr. Member
  • **
  • Posts: 74
    • View Profile
    • http://members.cheese.at/woody/zaurus
Sudoku
« Reply #7 on: January 17, 2006, 05:37:30 pm »
Quote
Thanks, I installed locally before trying out the package. Thanks very much, I love Sudoku and its excellent having it on the Zaurus.
Today I found some time to go over the code to get rid of some failures and porting problems. Additionally I did some changes to the original to make it more playable on the Zaurus.
Hope that does the job now ....
Results: see above or reload from the feed
« Last Edit: January 17, 2006, 05:38:00 pm by pungipungi »
SL5500G OZ3.5.3 (GPE) , SD 1G,   D-Link air 660 wlan
C1000 pdaXrom, SD 256, D-Link air 660 wlan
Suse 9.3
My Zaurus Page