Index: data-editor.c =================================================================== RCS file: /sources/pspp/pspp/src/ui/gui/data-editor.c,v retrieving revision 1.16 diff -r1.16 data-editor.c 137a138,150 > g_assert(vs); //Traps a possible bug in win32 build, see > //http://lists.ximian.com/pipermail/glade-users/2004-April/001885.html > //on how to link windows glade programs > // > //You have to prefix functions called dynamically by glade with > //G_MODULE_EXPORT, and make the following change to the Makefile: > // > //< $(LINK) $(src_ui_gui_psppire_LDFLAGS) $(src_ui_gui_psppire_OBJECTS) $(src_ui_gui_psppire_LDADD) $(LIBS) > //--- > //> dlltool -e psppire.exp src/ui/gui/*.o > //> $(LINK) $(src_ui_gui_psppire_LDFLAGS) $(src_ui_gui_psppire_OBJECTS) psppire.exp $(src_ui_gui_psppire_LDADD) $(LIBS) > //You make have to also add -Wl,--export-dynamic to GLADE_LIBS > Index: data-sheet.c =================================================================== RCS file: /sources/pspp/pspp/src/ui/gui/data-sheet.c,v retrieving revision 1.19 diff -r1.19 data-sheet.c 161c161 < GtkWidget* --- > G_MODULE_EXPORT GtkWidget*