Help - Search - Members - Calendar
Full Version: Drawing Uml On Zaurus Like Vim
OESF Forums > Distros, Development, and Model Specific Forums > Distro Support and Discussion > pdaXrom
loosehac
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
willgan
great job...
Now i can do some UML design on the go... smile.gif
earthy
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
loosehac
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. sad.gif

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..... sad.gif
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... ph34r.gif
earthy
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. sad.gif
*



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
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.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.