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" -DNDEBUG -DCONFIG_MOUSE -DCONFIG_STATUSBAR > LDFLAGS = -L/usr/lib -L/usr/local/lib -lc -lutil -lncurses > CC = cc > CC dvtm.c > dvtm.c: In function 'setup': > dvtm.c:842: warning: implicit declaration of function 'set_escdelay' > CC madtty.c > CC -o dvtm > dvtm.o: In function `setup': > dvtm.c:(.text+0x1ebd): undefined reference to `set_escdelay' > collect2: ld returned 1 exit status > make: *** [dvtm] Error 1 > > any ideas how to correct it? > thx > > system spec: > ubuntu 8.10 amd64, gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12)
Hi, As i have written elsewhere, this should now be fixed in current git HEAD. I will probably release dvtm-0.5.1 next weekend. Thanks for the report. Regards, Marc -- Marc Andre Tanner >< http://www.brain-dump.org/ >< GPG key: CF7D56C0
