There seems to be a known problem with GTK2 supporting high-DPI monitors.
I'm not particularly smart or experience here so I'm pretty sure what I did is not the the correct way to handle things, but since I don't have a high DPI monitor, I just commented out that check in the dc.h file.
-pmkees2
pmkees2, 21 Nov 2020, 18:02
Thanks a lot! It worked well. Actually when i received your message I already were compiling. I just deleted those 3 lines that raise error. After reading i was sure that all will end up good.
I will propose changes to your GitHub, in couple hours.
During running ldconfig error raised. 3 files that are duplicated in archive gave error "Not a symbol link"
(All works though)
For example i have 2 files libstdc++.so.6 and libstdc++.so.6.0.28 that are identical.
What file i should delete to prevent error? Or make libstdc++.so.6 zero size?
Is there anything stopping a snap being made of freefilesync for raspberrypi?
I know they're not the most efficient but seem to make a lot of sense. Particularly for small programs like this?
travo101, 21 Nov 2020, 20:42
Hi travo101- agreed that this is a situation where a snap would make sense (app has specific library dependencies that aren't met by underlying distribution release). I won't be much of a help though as I don't know how a snap image is created or distributed- perhaps someone else on the forum has the skills and interest.
After having failed to compile a few times, I found olvins's precompiled binaries, which worked fine. They are a bit old though (v. 11.3). It would be much appreciated if anyone could compile the current version and put the binaries online, like olvin did.