Hi, I got GDB-cvs build error if there is not libexpat. I found that osdata.c file doesn't define function "osdata_parse" if !defined(HAVE_LIBEXPAT). But in below, it is need. So I make a patch for it. 2008-12-02 Hui Zhu * osdata.c (osdata_item_clear): New empty funtion just for compile without libexpat. Thanks, Hui