Hi! Since I got no feedback, I'm guessing that my mail could have been rejected or marked as spam because of the attachment. Here is my patch that gets nget-0.27.1 built with gcc 4.9.x: https://github.com/alllexx88/optware/blob/master/sources/nget/nget-0.27.1-gcc49.patch
2015-03-09 19:35 GMT+02:00 Alex Potapenko <opotape...@gmail.com>: > Dear maintainer, > I would like to share a patch that I wrote today, which, applied together > with other Debian nget patches, allows nget to be built with gcc-4.9.x. > To explain things a little, the problem was due to the overloaded template > function new_comparison expecting either 'RetType (ClassType::*member)' or > 'RetType (ClassType::*memberf)(void)' as the first argument, while it > actually received 'RetType (ClassType::*memberf)(void) const' (e.g, in line > 200). Probably (just a guess), earlier gcc versions accepted implicit > conversion in such cases (or somehow treated these types as one), but gcc > 4.9.x clearly does not. > > -- > Best regards, > Alex Potapenko > -- Best regards, Alex Potapenko