koboplugins
koboplugins copied to clipboard
Errors compiling, and my workarounds.
When trying to compile the tweaks plugin, I get this error:
TweaksPlugin.cpp:27: fatal error: cpplog.hpp: No such file or directory
I got past this by downloading cpplog.hpp from https://github.com/andrew-d/cpplog/blob/master/cpplog.hpp. I then get the following error:
RCC: Error in '../../res/koboplugins.qrc': Cannot find file '../src/tweaks/koboplugins.nl.qm'
So I had to remove the offending line in res/koboplugins.qrc.
Hi Kevin, you found the right cpplog, and I'm pretty sure the issue with koboplugins.nl.qm can be solved with lupdate/lrelease. I just don't have time to work on it at the moment due to a new job, but if I can help with minor issues I'll gladly do it.
Thanks for the reply, Andreas. The problem with koboplugins.nl.qm was indeed solved with "lrelease koboplugins.nl.ts". Right now I'm just trying to get familiar with how the plugin works, and hopefully will contribute sometime in the future.