koboplugins icon indicating copy to clipboard operation
koboplugins copied to clipboard

Errors compiling, and my workarounds.

Open KevinShort opened this issue 11 years ago • 2 comments

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.

KevinShort avatar Mar 25 '13 15:03 KevinShort

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.

ah- avatar Mar 25 '13 19:03 ah-

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.

KevinShort avatar Mar 25 '13 19:03 KevinShort