Last night when I was trying to compile gnumeric to test out the start of command importing, I kept getting the following error:
./.libs/libspreadsheet.so: undefined reference to `go_doc_control_set_doc’
The only place that function is called is in workbook-control.c, which I haven’t changed. Since it’s a function from goffice I figured I’d go recompile goffice and make [...]