Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning messages when compiling and finally no mounting #31

Closed
djuillard opened this issue Mar 30, 2015 · 2 comments
Closed

Warning messages when compiling and finally no mounting #31

djuillard opened this issue Mar 30, 2015 · 2 comments

Comments

@djuillard
Copy link

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
Copy link
Owner

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
Copy link
Author

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
#31 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants