![]() ![]() |
Oct 21 2005, 03:38 PM
Post
#1
|
|
|
Group: Members Posts: 10 Joined: 6-July 05 From: Tokyo, Japan Member No.: 7,540 |
We wanted to design software on zaurus anywhere.
This is UML drawing tool. Its operation is like VIM, and no toolbar or button. You'll get max drawing area on the 640 x 480 display. We want to know the feedback from software developers. http://www.loosehacker.com/lhacker/murasame_e.html
Attached File(s)
|
|
|
|
Oct 21 2005, 05:05 PM
Post
#2
|
|
|
Group: Members Posts: 84 Joined: 9-December 04 From: KL, Malaysia Member No.: 5,869 |
great job...
Now i can do some UML design on the go... |
|
|
|
Oct 22 2005, 04:46 AM
Post
#3
|
|
|
Group: Members Posts: 4 Joined: 24-October 03 Member No.: 727 |
QUOTE(loosehac @ Oct 22 2005, 08:38 AM) We wanted to design software on zaurus anywhere. This is UML drawing tool. Its operation is like VIM, and no toolbar or button. You'll get max drawing area on the 640 x 480 display. We want to know the feedback from software developers. http://www.loosehacker.com/lhacker/murasame_e.html (1) It doesn't start on my zaurus 760+rc11. All SDL related things are installed from the rc11 feed: sdl, sdl-image, sdl-mixer, sdl-net, sdl-perl, sdl-ttf Then I tried on the command line and get following error: murasame: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory. (2) I tried window version on Korean WinXP and found a strange behavior with key input. Pressing ' results @, etc. ` => @ ~ => ` @ => " ^ => & & => ` * => ( ( => ) ) => 0 + => = anyway, Great job!!! thanks |
|
|
|
Oct 22 2005, 03:52 PM
Post
#4
|
|
|
Group: Members Posts: 10 Joined: 6-July 05 From: Tokyo, Japan Member No.: 7,540 |
Thanks! willgan, earthy.
QUOTE(earthy @ Oct 22 2005, 09:46 PM) (1) Then I tried on the command line and get following error: murasame: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory. SDL library needs stdc++ library. You also need to install libstdcxx from the feed. Sorry, I had thought it was installed in default. QUOTE(earthy @ Oct 22 2005, 09:46 PM) (2) I tried window version on Korean WinXP and found a strange behavior with key input. Pressing ' results @, etc. MURASAME loads "keymap" file in the extracted folder in startup. It is for jp-106 keyboard now. If you edit it to match your keyboard, it will work properly. Its format is : (none | shift | control | alt) keycode = ascii code But, how to inquire keycode..... I may need to develop the tool to inquire keycode, modifier and scancode of SDL. The code of SDL about keycode is awful. Some problem may occur more and yet more... |
|
|
|
Oct 22 2005, 05:47 PM
Post
#5
|
|
|
Group: Members Posts: 4 Joined: 24-October 03 Member No.: 727 |
QUOTE(loosehac @ Oct 23 2005, 08:52 AM) Thanks! willgan, earthy. QUOTE(earthy @ Oct 22 2005, 09:46 PM) (1) Then I tried on the command line and get following error: murasame: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory. SDL library needs stdc++ library. You also need to install libstdcxx from the feed. Sorry, I had thought it was installed in default. hi, libstdcxx 5.0.5 was installed in default. I removed and reinstalled it and try again but no difference. I have no linux background but the error message sounds like the program fails to locate the library file(s). If you give me the right location for the library, I'll check the paths in my system - rc11. thanks. |
|
|
|
Oct 23 2005, 08:27 AM
Post
#6
|
|
|
Group: Members Posts: 10 Joined: 6-July 05 From: Tokyo, Japan Member No.: 7,540 |
QUOTE(earthy @ Oct 23 2005, 10:47 AM) hi, libstdcxx 5.0.5 was installed in default. I removed and reinstalled it and try again but no difference. I have no linux background but the error message sounds like the program fails to locate the library file(s). If you give me the right location for the library, I'll check the paths in my system - rc11. thanks. libstdc++.so.5 and libstdc++.so.5.0.5 is in /usr/lib in my environment. libstdc++.so.5 is symbolic link to libstdc++.so.5.0.5. However, I have nothing definite to state, for having only the rc9 environment, but it maybe be the same problem which is indicated in this link. http://www.oesf.org/forums/index.php?showtopic=15693 Try it. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 23rd May 2013 - 07:49 PM |