This time I'm posting everything: make -C /Users/jbuell/Documents/abiword/wv cc -DHAVE_CONFIG_H -DVERSION=\"0.7.0\" -DXMLCONFIG=\"/usr/local/share/wv/wvConfig.xml\" -DHTMLCONFIG=\"/usr/local/share/wv/wvHtml.xml\" -I/usr/local/include -g -O2 -Wno-long-long -ansi -pedantic -I. -I./ -I./ -I./magick/ -I./libole2/ -I./oledecod/ "-I./expat/xmlparse/" -c ./wvSummary.c /usr/local/include/libole2/ms-ole.h:22: header file 'glib.h' not found /usr/local/include/libole2/ms-ole.h:48: undefined type, found `guint32' /usr/local/include/libole2/ms-ole.h:49: undefined type, found `gint32' /usr/local/include/libole2/ms-ole.h:74: undefined type, found `guint32' /usr/local/include/libole2/ms-ole.h:90: undefined type, found `gboolean' /usr/local/include/libole2/ms-ole.h:112: undefined type, found `gint' /usr/local/include/libole2/ms-ole.h:113: undefined type, found `guint8' /usr/local/include/libole2/ms-ole.h:116: undefined type, found `guint8' /usr/local/include/libole2/ms-ole.h:126: undefined type, found `guint8' /usr/local/include/libole2/ms-ole.h:139: undefined type, found `GArray' /usr/local/include/libole2/ms-ole.h:173: syntax error, found `const' /usr/local/include/libole2/ms-ole.h:174: illegal function definition, found `)' ./wvSummary.c:8: header file 'glib.h' not found ./libole2//ms-ole-summary.h:30: undefined type, found `guint8' ./libole2//ms-ole-summary.h:31: undefined type, found `GArray' ./libole2//ms-ole-summary.h:32: undefined type, found `GArray' ./libole2//ms-ole-summary.h:33: undefined type, found `GList' ./libole2//ms-ole-summary.h:34: undefined type, found `gboolean' ./libole2//ms-ole-summary.h:41: undefined type, found `guint32' ./libole2//ms-ole-summary.h:42: undefined type, found `guint32' ./libole2//ms-ole-summary.h:43: undefined type, found `guint32' ./libole2//ms-ole-summary.h:55: undefined type, found `GArray' ./libole2//ms-ole-summary.h:147: undefined type, found `guint32' ./libole2//ms-ole-summary.h:148: undefined type, found `guint8' ./libole2//ms-ole-summary.h:151: undefined type, found `gchar' ./libole2//ms-ole-summary.h:153: undefined type, found `gboolean' ./libole2//ms-ole-summary.h:154: undefined type, found `gboolean' ./libole2//ms-ole-summary.h:156: undefined type, found `gboolean' ./libole2//ms-ole-summary.h:157: undefined type, found `guint16' ./libole2//ms-ole-summary.h:159: undefined type, found `gboolean' ./libole2//ms-ole-summary.h:160: undefined type, found `guint32' ./libole2//ms-ole-summary.h:162: undefined type, found `gboolean' ./libole2//ms-ole-summary.h:171: undefined type, found `gboolean' ./libole2//ms-ole-summary.h:178: undefined type, found `gchar' ./libole2//ms-ole-summary.h:181: undefined type, found `gboolean' ./libole2//ms-ole-summary.h:184: undefined type, found `guint16' ./libole2//ms-ole-summary.h:187: undefined type, found `guint32' ./wvSummary.c:21: undefined type, found `gboolean' cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode make[1]: *** [wvSummary.o] Error 1 make: *** [wv] Error 2
I see where it's complaining about a lack of glib.h, is that something I'm not getting in CVS or should that have been installed already by another package (that somehow may have been clobbered)? -John
