I did cvs update on asterisk, zaptel, libpri as of today (November 5, 2003). I also did 'make clean' on each of them. My previous version of asterisk was cvs of September 15, 2003. No other changes have been made to my system other that these updates. when running 'make asterisk' the following error appears term.c:55: conflicting types for `term_color' include/asterisk/term.h:47: previous declaration of `term_color' term.c:98: conflicting types for `term_prompt' include/asterisk/term.h:49: previous declaration of `term_prompt' make: *** [term.o] Error 1 [root@localhost asterisk]# Can anyone give me a hint of what the problem may be? Don Pobanz
On Wed, 2003-11-05 at 19:11, Don Pobanz wrote:> I did cvs update on asterisk, zaptel, libpri as of today (November 5, > 2003). I also did 'make clean' on each of them. My previous version of > asterisk was cvs of September 15, 2003. No other changes have been made > to my system other that these updates. > > when running > 'make asterisk' > the following error appears > > term.c:55: conflicting types for `term_color' > include/asterisk/term.h:47: previous declaration of `term_color' > term.c:98: conflicting types for `term_prompt' > include/asterisk/term.h:49: previous declaration of `term_prompt' > make: *** [term.o] Error 1 > [root@localhost asterisk]# > > Can anyone give me a hint of what the problem may be?The error message says there's a difference between the declaration of the two items in term.h and term.c I came across this a couple of weeks ago and made the declarations consistant, it worked for me but someone else had problems with H323 afterwards. Since then I've moved my asterisk source code aside and checked out the complete code, there seems to be no problem of inconsistances with a complete checkout. YMMV -- Dave Cotton <dcotton@linuxautrement.com>
Thanks Dave Cotton! I did not realize that a cvs update would not always give all the latest files. I did a fresh checkout of * and now it compiles fine. Don Pobanz On Wednesday, November 05, 2003 3:45 PM, Dave Cotton [SMTP:dcotton@linuxautrement.com] wrote:> On Wed, 2003-11-05 at 19:11, Don Pobanz wrote: > > I did cvs update on asterisk, zaptel, libpri as of today (November > > 5, > > 2003). I also did 'make clean' on each of them. My previous version > > of > > asterisk was cvs of September 15, 2003. No other changes have been > > made > > to my system other that these updates. > > > > when running > > 'make asterisk' > > the following error appears > > > > term.c:55: conflicting types for `term_color' > > include/asterisk/term.h:47: previous declaration of `term_color' > > term.c:98: conflicting types for `term_prompt' > > include/asterisk/term.h:49: previous declaration of `term_prompt' > > make: *** [term.o] Error 1 > > [root@localhost asterisk]# > > > > Can anyone give me a hint of what the problem may be? > > The error message says there's a difference between the declaration > of > the two items in term.h and term.c > > I came across this a couple of weeks ago and made the declarations > consistant, it worked for me but someone else had problems with H323 > afterwards. Since then I've moved my asterisk source code aside and > checked out the complete code, there seems to be no problem of > inconsistances with a complete checkout. YMMV > > > -- > Dave Cotton <dcotton@linuxautrement.com> >
app_rxfax.c: In function `phase_e_handler': app_rxfax.c:93: error: structure has no member named `callerid' app_rxfax.c: At top level: app_rxfax.c:61: warning: `t30_flush' defined but not used make[1]: *** [app_rxfax.o] Error 1 make[1]: Leaving directory `/usr/local/src/asterisk/apps' How to fix that??? bye Ronald
hello, i was able to install openssl by hand successfuly, then i tied make.. the error is till there, any more ideas? thnks ----- Original Message ----- From: "Derek Whitten" <derek@kfuq.net> To: "chris" <chris@fivestartel.com> Sent: Saturday, August 13, 2005 12:29 AM Subject: Re: [Asterisk-Users] error compiling asterisk on solaris -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050815/7ba55333/attachment.htm