Closed EmberHeartshine closed 3 years ago
One of the changes in this PR from the upstream may help.
Hmm... Interesting! I'll try to sort out ASAP.
Fixed in the master
branch. Feel free to open a new issue if the problem appears again. Thank you for contributing, and for helping make pCloud Console Client better!
Following the instructions here, I'm trying to compile this on an Oracle Cloud Ampere system. The system is running Ubuntu 20.04.
Steps to reproduce:
$ cmake ..
$ cmake -D_FILE_OFFSET_BITS=64 ..
I'm not as incredibly familiar with C/C++ as I used to be, so I went hunting and I found this page. The second suggestion ended up working:
HOWEVER this seems kludgy as all heck, so I didn't want to just make the change and open a PR since I'm not familiar with the codebase. Perhaps there's a more elegant solution?