Re: Install gstreamer git on maemo

2009-01-01 Thread Stefan Kost
Erivaldo schrieb:
> Hello,
> 
> do someone knows how to install gstreamer0.10 from git, once compiled,
> into n800? I managed to compile it inside scratchbox, but just
> replacing libs at /usr/lib/ and binaries at /usr/bin/ doesn't worked.
> I got some dynamic linking errors, due missing symbols, running
> gst-inspect or gst-launch. I really need the newest source from git.
GStreamer is not officialy in git, its in cvs still. Besides for installing I
see these options:
1) carefully copy all files (prefix/bin/gst*, prefix/lib/libgst*,
prefix/lib/gstreamer-0.10/*)
2) use checkinstall and copy
3) copy debian stuff in source tree and make packages

Nr. 3 would be the safest. If would rock if someone would make newer gstreamer
packages for diablo.

Stefan


> 
> Maybe just to copy it isn't enough?
> 
> 
> Sorry for bad english,
> Erivaldo
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: xterm cant escape so my cursor is homeless (echo -e "\033[H")

2009-01-01 Thread maemo
On Wed, 31 Dec 2008, tz wrote:

> I just tried to do some basic cursor movement using ansi sequences,
> but they don't work in the standard xterm.  I know vim and other
> things work but they may be using the panels or some other library.
> Is this just not implemented, or does it use something completely non
> ANSI/VTxx?

You should probably be using ncurses or s-lang to do this kind of stuff.



-- 
Aj.

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: xterm cant escape so my cursor is homeless (echo -e "\033[H")

2009-01-01 Thread Marius Gedminas
On Wed, Dec 31, 2008 at 07:11:48AM -0600, tz wrote:
> I just tried to do some basic cursor movement using ansi sequences,
> but they don't work in the standard xterm. I know vim and other
> things work but they may be using the panels or some other library.
> Is this just not implemented, or does it use something completely non
> ANSI/VTxx?

It is essentially the same as GNOME Terminal, which is more or less
xterm-compatible.

What exactly did you try?  echo -e '\033[H' makes the cursor jump to the
top-left when I try it.

Marius Gedminas
-- 
If "con" is the opposite of "pro", then what is the opposite of progress?


signature.asc
Description: Digital signature
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers