Re: [dwm] [ANNOUNCE] dvtm-0.5

2009-02-03 Thread bill lam
On Tue, 03 Feb 2009, Marc Andre Tanner wrote: > This should now be fixed in current git HEAD. I will probably release > dvtm-0.5.1 next weekend. Thanks for the report. I you have time, will you also test the screen redraw problem. When I use vim to edit two files and scroll up and down, it did no

Re: [dwm] Re: Crash-only software

2009-02-03 Thread Lee Azzarello
I like this idea for some applications, though a window manager is not one of them. I have unknowingly implemented this concept in a render farm I manage. The farm does continuous transcoding of media submitted by any user on the web. Therefore processes crash often. Then they restart and move rig

[dwm] Re: Crash-only software

2009-02-03 Thread Marcin Cieslak
markus schnalke wrote: This is just a thought, because I stumpled upon the concept and think it's a quite interesting approach. See: http://en.wikipedia.org/wiki/Crash-only_software I don't like this approach. I have always preferred software that "fails fast". As soon as something is wrong

Re: [dwm] dvtm 0.5 compile failed on ubuntu 8.10 amd64

2009-02-03 Thread Marc Andre Tanner
On Tue, Feb 03, 2009 at 02:17:40PM +0100, Ye Xu wrote: > Hello Everyone, > > I had just tried to compile dvtm on my pc, but it failed with the > following errors. > > $ make > cleaning > dvtm build options: > CFLAGS = -std=c99 -Os -I. -I/usr/include -I/usr/local/include > -DVERSION="0.5" -DNDE

Re: [dwm] [ANNOUNCE] dvtm-0.5

2009-02-03 Thread Marc Andre Tanner
On Thu, Jan 29, 2009 at 03:44:06AM -0800, Donald Chai wrote: > > On Jan 29, 2009, at 12:49 AM, bill lam wrote: > >> In commit sha1 a107d3 it added a call to an undeclared set_escdelay, >> and it fails to compile. Is that a known issue? > > You can replace that line with: > ESCDELAY = esc_del

Re: [dwm] dvtm 0.5 compile failed on ubuntu 8.10 amd64

2009-02-03 Thread Ye Xu
On Tue, Feb 3, 2009 at 17:13, bill lam wrote: > On Thu, 29 Jan 2009, Donald Chai wrote: >> >> On Jan 29, 2009, at 12:49 AM, bill lam wrote: >> >>> In commit sha1 a107d3 it added a call to an undeclared set_escdelay, >>> and it fails to compile. Is that a known issue? >> >> You can replace that li

Re: [dwm] dvtm 0.5 compile failed on ubuntu 8.10 amd64

2009-02-03 Thread Ye Xu
On Tue, Feb 3, 2009 at 17:09, Jeremy Jay wrote: > If you're using ubuntu, why did you compile it? you should use the > package provided with your distro. > > Jeremy > because in the offical ubuntu repository, they have only 0.4.1 available, if I want to use the latest version, have to compile on

Re: [dwm] dvtm 0.5 compile failed on ubuntu 8.10 amd64

2009-02-03 Thread bill lam
On Thu, 29 Jan 2009, Donald Chai wrote: > > On Jan 29, 2009, at 12:49 AM, bill lam wrote: > >> In commit sha1 a107d3 it added a call to an undeclared set_escdelay, >> and it fails to compile. Is that a known issue? > > You can replace that line with: > ESCDELAY = esc_delay; > > By default, n

Re: [dwm] dvtm 0.5 compile failed on ubuntu 8.10 amd64

2009-02-03 Thread Jeremy Jay
If you're using ubuntu, why did you compile it? you should use the package provided with your distro. Jeremy On Tue 03 Feb 2009 - 04:47PM, Ye Xu wrote: > On Tue, Feb 3, 2009 at 14:58, Jeremy Jay wrote: > > > > looks like the header isn't working properly, check that one of > > /usr/include/nc

Re: [dwm] dvtm 0.5 compile failed on ubuntu 8.10 amd64

2009-02-03 Thread Ye Xu
On Tue, Feb 3, 2009 at 14:58, Jeremy Jay wrote: > > looks like the header isn't working properly, check that one of > /usr/include/ncurses.h or /usr/local/include/ncurses.h is valid > if that's fine, then you may want to check that the compiler and > ncurses library are the same arch (64bit in yo

Re: [dwm] dvtm 0.5 compile failed on ubuntu 8.10 amd64

2009-02-03 Thread Jeremy Jay
looks like the header isn't working properly, check that one of /usr/include/ncurses.h or /usr/local/include/ncurses.h is valid if that's fine, then you may want to check that the compiler and ncurses library are the same arch (64bit in your case) Jeremy On Tue 03 Feb 2009 - 02:17PM, Ye Xu w

[dwm] dvtm 0.5 compile failed on ubuntu 8.10 amd64

2009-02-03 Thread Ye Xu
Hello Everyone, I had just tried to compile dvtm on my pc, but it failed with the following errors. $ make cleaning dvtm build options: CFLAGS = -std=c99 -Os -I. -I/usr/include -I/usr/local/include -DVERSION="0.5" -DNDEBUG -DCONFIG_MOUSE -DCONFIG_STATUSBAR LDFLAGS = -L/usr/lib -L/usr/local/li