You are obviously missing a dependency. I would search google for your solutions or use a distro that has auto dependencies.
Zac -------------------------- Zac Amsler, Technical Team WNOC.COM <http://www.wnoc.com> Phone: (801) 606-8047 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon Brown Sent: Sunday, March 28, 2004 6:01 PM To: [EMAIL PROTECTED] Subject: [Asterisk-Users] OT - Error compiling "screen" When I compile screen on my * server I get the following errors. Any pointers would be greatly appreciated. [EMAIL PROTECTED] screen-3.9.15]# make gcc -c -I. -I. -g -O2 screen.c In file included from screen.h:45, from screen.c:85: term.h:40:1: warning: "d_CUP" redefined term.h:38:1: warning: this is the location of the previous definition term.h:41:1: warning: "D_CUP" redefined term.h:39:1: warning: this is the location of the previous definition term.h:44:1: warning: "d_CDO" redefined term.h:42:1: warning: this is the location of the previous definition term.h:45:1: warning: "D_CDO" redefined term.h:43:1: warning: this is the location of the previous definition term.h:52:1: warning: "d_CLE" redefined term.h:50:1: warning: this is the location of the previous definition term.h:53:1: warning: "D_CLE" redefined term.h:51:1: warning: this is the location of the previous definition term.h:72:1: warning: "d_CDL" redefined term.h:70:1: warning: this is the location of the previous definition term.h:73:1: warning: "D_CDL" redefined term.h:71:1: warning: this is the location of the previous definition term.h:82:1: warning: "d_CIC" redefined term.h:80:1: warning: this is the location of the previous definition term.h:83:1: warning: "D_CIC" redefined term.h:81:1: warning: this is the location of the previous definition term.h:86:1: warning: "d_CDC" redefined term.h:84:1: warning: this is the location of the previous definition term.h:87:1: warning: "D_CDC" redefined term.h:85:1: warning: this is the location of the previous definition term.h:94:1: warning: "d_CCD" redefined term.h:92:1: warning: this is the location of the previous definition term.h:95:1: warning: "D_CCD" redefined term.h:93:1: warning: this is the location of the previous definition term.h:147:1: warning: "d_CSF" redefined term.h:62:1: warning: this is the location of the previous definition term.h:148:1: warning: "D_CSF" redefined term.h:63:1: warning: this is the location of the previous definition term.h:153:1: warning: "d_CCO" redefined term.h:24:1: warning: this is the location of the previous definition term.h:154:1: warning: "D_CCO" redefined term.h:25:1: warning: this is the location of the previous definition term.h:165:1: warning: "d_CCS" redefined term.h:58:1: warning: this is the location of the previous definition term.h:166:1: warning: "D_CCS" redefined term.h:59:1: warning: this is the location of the previous definition term.h:167:1: warning: "d_CCE" redefined term.h:96:1: warning: this is the location of the previous definition term.h:168:1: warning: "D_CCE" redefined term.h:97:1: warning: this is the location of the previous definition term.h:175:1: warning: "d_CWS" redefined term.h:110:1: warning: this is the location of the previous definition term.h:176:1: warning: "D_CWS" redefined term.h:111:1: warning: this is the location of the previous definition term.h:195:1: warning: "d_COP" redefined term.h:151:1: warning: this is the location of the previous definition term.h:196:1: warning: "D_COP" redefined term.h:152:1: warning: this is the location of the previous definition screen.c: In function `serv_select_fn': screen.c:2973: `D_VB' undeclared (first use in this function) screen.c:2973: (Each undeclared identifier is reported only once screen.c:2973: for each function it appears in.) make: *** [screen.o] Error 1 Simon ----- This mail was content checked for malicious code and viruses by GFI MailSecurity. _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
