[screen-devel] [bug #29050] Freeze/Crash with visual text ui

2010-03-09 Thread Friedrich Delgado Friedrichs
Follow-up Comment #8, bug #29050 (project screen): I didn't see this any more for 4 days now, so I consider this fixed. ___ Reply to this item at: ___

Re: [screen-devel] [PATCH] Fix configure when CFLAGS="-Wall -Werror" is specified.

2010-03-09 Thread William Pursell
Sadrul Habib Chowdhury wrote: > > -AC_TRY_RUN(main(){exit(0);},,[ > +AC_TRY_RUN([ AC_TRY_RUN is deprecated. Use AC_RUN_IFELSE > Or, perhaps we should just make sure that we remove -Wall -Werror from > CFLAGS when running ./configure, to keep things simple? That is the standard app

Re: [screen-devel] [PATCH] Fix configure when CFLAGS="-Wall -Werror" is specified.

2010-03-09 Thread Sadrul Habib Chowdhury
* William Pursell had this to say on [09 Mar 2010, 05:04:57 -1000]: > Sadrul Habib Chowdhury wrote: > > > > -AC_TRY_RUN(main(){exit(0);},,[ > > +AC_TRY_RUN([ > > > AC_TRY_RUN is deprecated. Use AC_RUN_IFELSE > > > Or, perhaps we should just make sure that we remove -Wall -Werror from >