Lars Ingebrigtsen writes: > It gets further: > > xwidget.c:1951:12: error: no member named 'find_text' in 'struct xwidget' > if (!xw->find_text) > ~~ ^ > xwidget.c:1983:12: error: no member named 'find_text' in 'struct xwidget' > if (!xw->find_text) > ~~ ^ > xwidget.c:2021:12: error: no member named 'find_text' in 'struct xwidget' > if (!xw->find_text) > ~~ ^ > > Oh, and I didn't notice this error the first time around, apparently: > > print.c:1529:23: error: no member named 'widget_osr' in 'struct xwidget' > XXWIDGET (obj)->widget_osr); > ~~~~~~~~~~~~~~ ^ Thanks, does this work instead?