tinke icon indicating copy to clipboard operation
tinke copied to clipboard

Build errors on recent Linux distros

Open SgtMooshroom opened this issue 4 years ago • 3 comments

Ubuntu Unity 20.04

rm: cannot remove '/home/username/tinke-0.9/build/.mdb': No such file or directory rm: cannot remove '/home/username/tinke-0.9/build/Plugins/.mdb': No such file or directory

Afterward, no binary is produced, and yes, I did install xbuild and xbuild-locale-extras

SgtMooshroom avatar Oct 13 '21 11:10 SgtMooshroom

I updated the compile.sh script to use msbuild instead of xbuild. Can you try again?

pleonex avatar Oct 14 '21 14:10 pleonex

Again rm: cannot remove '/home/username/Downloads/tinke-0.9.1(1)/tinke-0.9.1/build/.mdb': No such file or directory rm: cannot remove '/home/username/Downloads/tinke-0.9.1(1)/tinke-0.9.1/build/Plugins/.mdb': No such file or directory

The build finished, though. There's a catch: basically every tiny action produces an unhandled exception.

SgtMooshroom avatar Nov 13 '21 04:11 SgtMooshroom

Make sure you can the latest version from the repo, I think the latest version of compile.sh shouldn't try to remove any .mdb file.

pleonex avatar Mar 17 '22 10:03 pleonex