Bill Pringlemeir wrote: > I did a cvs update at about 19GMT sunday. I did it again at 22 GMT on > Sunday and only src/lib/misc.c changed. I run "make depend;make". I > had to run configure again to fix the VAL_EAGAIN define.
IMHO, VAL_EAGAIN is unnecessary. #if defined(EWOULDBLOCK) && EWOULDBLOCK != EAGAIN ... #endif should take care of that, in other places a macro ERROR_RETRY() might be more handy. > The `GTK_TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID' seems to have been > introduced in version 1.41 of search_cb.c. I reverted to the previous > stub function. I downloaded the snapshot and it has the same code. I > don't see occurances of this define anywhere but in search_cb.c... > Sorry if this is cvs lag... I think there is a new GTK2 version > requirement or something? Should I upgrade my GTK2 package? Well what version do you use? AFAIK that was introduced in Gtk+ 2.4. I can comment it out for older version accepting minor loss in functionality. -- Christian
pgpGM2c0kCRKD.pgp
Description: PGP signature
