Addressing build issues

Thursday, August 24, 2017

Kept going on the rebasing of build branches. Summary of the issues:

  • Removal of the controller broke my build scripts that were enabling vala. It looks like the option still works, but does not build.
  • After fixing that, ran into some issues with silent merge conflicts that broke the build of the recorder branch.
  • Finally, I still get some unsatisfied symbols, like:
  "_recorder_activate", referenced from:
      _recorder_activate_channel in spice-gtk-session.o
      _recorder_activate_display in spice-widget.o
  "_recorder_append", referenced from:
      _spice_make_scancode in spice-util.o
      _clipboard_get_targets in spice-gtk-session.o
      _clipboard_get in spice-gtk-session.o
      _clipboard_clear in spice-gtk-session.o

I thought I had fixed this kind of issues. I don't understand why they reappeared. Did I lose something in the rebasing process.