Glenn Butcher

Results 49 comments of Glenn Butcher

Yeah, probably about time... Will take a bit, need to clean up some stuff and make documentation for the new things.

In the About dialog (Help -> About...), let me know what path is specified in the "Lensfun Database: " line. I just tried it here, still works... My guesses at...

https://lensfun.sourceforge.net/db/ Inspecting the code, that error message is specifically about not finding "2" in the versions.json file retrieved from that URL. Use your browser to get this: https://lensfun.sourceforge.net/db/versions.json and the...

That's interesting, I can see the sourceforge URL just fine here in Colorado, USA... I switched from bronger to sourceforge early in coding this, thought it would be the more...

Oh, I just looked more closely at your screenshot, the URL in the browser didn't end with 'versions.json'. When I try the same URL, I get the same error page....

Since I can't replicate it here, if you don't mind I'll ask you to do a bit of debugging like this: in src/lensfun_dbupdate.cpp, go to line 317; in the next...

Oh, thought you were compiling... Got to go to an appointment, I can make a win32 executable when I get back.

Ah, msys2 cmake changed their default build system, wants to use ninja. Do this: $ cmake -G "MSYS Makefiles" (and the rest of the cmake command line)... I'm building a...