Chris Cromer

Results 17 comments of Chris Cromer

Do you have a demo project I can use to debug the issue?

I just did some testing, and those errors also appear when using 1.8.6 of tiled as well. So this PR and the 1.9 changes have nothing to do with your...

Yes they are the same examples, but both feature requests serve a different purpose. This one is about being able to control where files get installed when using the "custom"...

Good to know, but doesn't solve this problem. What if the user ran `cmake -DCMAKE-INSTALL-LIBDIR=/usr/lib64` but then in the project file has: `custom: file lib/` it would install it into...

That isn't correct, there are also binaries, shell scripts, config files, etc in the lib directories. They are usually in subdirectories though. For example with the software OpenRC they install...

These are the 2 lines causing the problem: ``` meson.add_install_script(join_paths(meson.current_source_dir(),'meson_scripts','install_data.sh'),join_paths(get_option('prefix'),get_option('datadir'),'pamac-classic'),join_paths(meson.current_source_dir(),'data/local','','*')) meson.add_install_script(join_paths(meson.current_source_dir(),'meson_scripts','install_data.sh'),join_paths(get_option('prefix'),get_option('datadir'),'doc'),join_paths(meson.current_source_dir(),'doc','','*')) ``` They are copying all files that are in those folders during install... the problem is that there are...

To give some clarity, I know why a lot of distros don't sign their repos. First of all, if all packages in the repo are signed then signing the repo...

I just tried to replicate the issue. At least in orthogonal tiles it works fine, so probably something to do with isometric. I don't have any isometric tiles to test...

I have the same issue now on Linux Mint 19. Is there anything I can do to help out with debugging this?