Search found 6 matches

by olvin
21 Nov 2020, 22:15
Forum: Help
Topic: trying to compile for raspberrypi
Replies: 35
Views: 14329

Re: trying to compile for raspberrypi

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?
by olvin
21 Nov 2020, 18:36
Forum: Help
Topic: trying to compile for raspberrypi
Replies: 35
Views: 14329

Re: trying to compile for raspberrypi

Hi olvin- My bad. 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...
by olvin
21 Nov 2020, 17:35
Forum: Help
Topic: trying to compile for raspberrypi
Replies: 35
Views: 14329

Re: trying to compile for raspberrypi

Inside WX WIDGET file i seem to find solution... But i can not implement it. I am not as experienced and know nothing about C++. inline int fastFromDIP(int d) //like wxWindow::FromDIP (but tied to primary monitor and buffered) { #ifndef wxHAVE_DPI_INDEPENDENT_PIXELS #error why is wxHAVE_DPI_INDEPEND...
by olvin
21 Nov 2020, 17:17
Forum: Help
Topic: trying to compile for raspberrypi
Replies: 35
Views: 14329

Re: trying to compile for raspberrypi

https://github.com/pmkees/build-FreeFileSync-on-raspberry-pi I think i made all as you described. But on final stage of making file i got following error. I used clean updated Raspberry PI OS. Acrualy i got same error last time. I actidently tried to compile last version of FFS, instead of 10.25. p...
by olvin
20 Nov 2020, 21:05
Forum: Help
Topic: trying to compile for raspberrypi
Replies: 35
Views: 14329

Re: trying to compile for raspberrypi

I was inspired by olvin's effort so I forked Subere's Raspbian build instructions and updated it for v11.3 (current FreeFileSync version as of this writing). It's at: https://github.com/pmkees/build-FreeFileSync-on-raspberry-pi Thanx pmkees2, I am so glad i inspired you. I will follow your instruct...
by olvin
17 Nov 2020, 12:07
Forum: Help
Topic: trying to compile for raspberrypi
Replies: 35
Views: 14329

Re: trying to compile for raspberrypi

Made all in accordance with instruction. Please find ZIP file for Raspberry Pi4.
https://yadi.sk/d/ZkyQzTwjdBBHfA
Not sure if everything is correct but may be it will help. I successfully ran it on another RPI4.