Author Topic: Drawing Uml On Zaurus Like Vim  (Read 3153 times)

loosehac

  • Newbie
  • *
  • Posts: 10
    • View Profile
    • http://www.loosehacker.com
Drawing Uml On Zaurus Like Vim
« 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
« Last Edit: October 22, 2005, 07:53:19 pm by loosehac »

willgan

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
    • http://
Drawing Uml On Zaurus Like Vim
« Reply #1 on: October 21, 2005, 09:05:06 pm »
great job...
Now i can do some UML design on the go...
My Current Z...

Zaurus C1000 - Pdaxii13
Using Pdaxrom-builder (SVN) for building packages

earthy

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • http://
Drawing Uml On Zaurus Like Vim
« Reply #2 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
[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
« Last Edit: October 22, 2005, 09:19:21 am by earthy »

loosehac

  • Newbie
  • *
  • Posts: 10
    • View Profile
    • http://www.loosehacker.com
Drawing Uml On Zaurus Like Vim
« Reply #3 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...  
« Last Edit: October 22, 2005, 07:55:33 pm by loosehac »

earthy

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • http://
Drawing Uml On Zaurus Like Vim
« Reply #4 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.

loosehac

  • Newbie
  • *
  • Posts: 10
    • View Profile
    • http://www.loosehacker.com
Drawing Uml On Zaurus Like Vim
« Reply #5 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]
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.