Bryce told me to direct this to Mental or Bulia:
Since we are clearing source changes now, I'll mention these two things that need tweaking. Nothing major, but they can break builds:
1. In satisfied_guide_cns.cpp, the prototype for
void satisfied_guide_cns(SPDesktop const &desktop, std::vectorNR::Point &snappoints, std::vector<SPGuideConstraint> &cns)
...needs to match the .h file. This can cause a linking problem in some situations, such as dynamic instead of static, or link order.
2. This one is my fault. I recoded prefix.cpp to use gthreads; it works nicely, but this file is not our responsibility. The original binreloc version needs to be put back. (OOPS. sorry)
I'll not touch any sources until after the release :)
Bob