matteoserva / MegaFuse

MEGA client for linux, based on FUSE
Other
249 stars 79 forks source link

Warning messages when compiling and finally no mounting #31

Closed djuillard closed 9 years ago

djuillard commented 9 years ago

I am running a debian 7. I installed the packages as stated in the tuto and then configured the megafuse.conf accordingly.

But when I compile with make ./MegaFuse I got a lot a warnings like : "warning: unused variable ‘cryptopp_assert_26’ [-Wunused-variable]" or "warning: unused variable ‘p’ [-Wunused-variable]" or "warning: ‘std::string CryptoPP::StringNarrow(const wchar_t*, bool)’ defined but not used [-Wunused-function]"

and in the end, it did not mount the drive.

Any chance it already happened to some of you ?

Thanks in advance,

BR

Damien

matteoserva commented 9 years ago

The warnings can be safely ignored. They're caused by the MEGA sdk. Once you compiled the code, you have to run it. what happens if you execute ./MegaFuse?

djuillard commented 9 years ago

Very sorry for bothering you with such a stupid request from me !!! You are right, I just forfot to run it after compiling.... and it works very fine : excellent work, it works great and it is fast ;-). Very sorry again, that was so obvious but I have not used make commande lines for a longtime... and we forgot the fundamentals !

Thanks again. I will remove the issue from github.

On Tue, Mar 31, 2015 at 2:01 AM, matteo notifications@github.com wrote:

The warnings can be safely ignored. They're caused by the MEGA sdk. Once you compiled the code, you have to run it. what happens if you execute ./MegaFuse?

— Reply to this email directly or view it on GitHub https://github.com/matteoserva/MegaFuse/issues/31#issuecomment-87880367.