You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error occurs when attempting to build on Gentoo Linux:
control/MegaUploader.cpp:68:69: error: no matching function for call to ‘mega::MegaApi::isSyncable(const char*)’.
The complete build log is also attached. build.log
The text was updated successfully, but these errors were encountered:
Hi @gsra99 , you seem to be taken the wrong commit in the sdk submodule.
You should either get MEGAsync project by cloning it recursively, or as explained here cloning it with:
If you want to do it with zip files you need to get the zip for the exact commit of the submodule:
To do that, browse the repo https://github.com/meganz/MEGAsync.git -> src -> MEGASync -> mega and then download the zip. At the moment of writting this, this bundle should contain a folder named sdk-0065d126734f83a4e7760e5dd5c17c04a961a25a. You should unzip its contents into the folder src/MEGASync/mega
The following error occurs when attempting to build on Gentoo Linux:
control/MegaUploader.cpp:68:69: error: no matching function for call to ‘mega::MegaApi::isSyncable(const char*)’.
The complete build log is also attached.
build.log
The text was updated successfully, but these errors were encountered: