On Wed, Jun 29, 2016 at 09:41:01AM -0400, Scott Talbert wrote: > On Tue, 28 Jun 2016, Daniel Schepler wrote: > > >../src/stc/scintilla/src/Editor.cxx: In function 'bool Close(Point, Point)': > >../src/stc/scintilla/src/Editor.cxx:5844:23: error: call of overloaded > >'abs(XYPOSITION)' is ambiguous > > if (abs(pt1.x - pt2.x) > 3) > > ^ > > This upstream commit should fix it: > https://github.com/wxWidgets/wxWidgets/commit/73e9e18ea09ffffcaac50237def0d9728a213c02
Looks good. I'm currently travelling with a machine too slow to comfortably build wx on, but if someone wants to NMU that's cool with me. Otherwise I'll likely sort it out in a couple of weeks time. Cheers, Olly