OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: loosehac on October 21, 2005, 07:38:59 pm

Title: Drawing Uml On Zaurus Like Vim
Post by: loosehac on October 21, 2005, 07:38:59 pm
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 (http://www.loosehacker.com/lhacker/murasame_e.html)
Title: Drawing Uml On Zaurus Like Vim
Post by: willgan on October 21, 2005, 09:05:06 pm
great job...
Now i can do some UML design on the go...
Title: Drawing Uml On Zaurus Like Vim
Post by: earthy on October 22, 2005, 08:46:23 am
Quote
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 (http://www.loosehacker.com/lhacker/murasame_e.html)
[div align=\"right\"][a href=\"index.php?act=findpost&pid=100453\"][{POST_SNAPBACK}][/a][/div]

(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
Title: Drawing Uml On Zaurus Like Vim
Post by: loosehac on October 22, 2005, 07:52:46 pm
Thanks! willgan, earthy.

Quote
(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.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=100496\"][{POST_SNAPBACK}][/a][/div]
SDL library needs stdc++ library. You also need to install libstdcxx from the feed. Sorry, I had thought it was installed in default.  

Quote
(2) I tried window version on Korean WinXP and found a strange behavior with key input. Pressing ' results @, etc.
 [div align=\"right\"][a href=\"index.php?act=findpost&pid=100496\"][{POST_SNAPBACK}][/a][/div]
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...  
Title: Drawing Uml On Zaurus Like Vim
Post by: earthy on October 22, 2005, 09:47:29 pm
Quote
Thanks! willgan, earthy.

Quote
(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.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=100496\"][{POST_SNAPBACK}][/a][/div]
SDL library needs stdc++ library. You also need to install libstdcxx from the feed. Sorry, I had thought it was installed in default.  
[div align=\"right\"][a href=\"index.php?act=findpost&pid=100564\"][{POST_SNAPBACK}][/a][/div]

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.
Title: Drawing Uml On Zaurus Like Vim
Post by: loosehac on October 23, 2005, 12:27:12 pm
Quote
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.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div] (http://index.php?act=findpost&pid=100569\")
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.

[a href=\"https://www.oesf.org/forums/index.php?showtopic=15693]https://www.oesf.org/forums/index.php?showtopic=15693[/url]

Try it.