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] 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