[Asterisk-Users] Compile problem with older ver. of CVS

Dave Cotton dcotton at linuxautrement.com
Thu Oct 30 12:41:24 MST 2003


On Thu, 2003-10-30 at 20:28, Bartosz Jozwiak wrote:
> While compiling Asterisk from one month ago
> cvs checkout -D "last month" asterisk
>  
> I got compiling error:
> 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

There is an error in either term.c or term.h one has the second variable
as a const the other doesn't. If you put the const in it all works fine.

Sorry I forgot to post it to bugtrak when I found it.
 
-- 
Dave Cotton <dcotton at linuxautrement.com>




More information about the asterisk-users mailing list