We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, the C part compile right, but the app.src and erl not and unfortunately, there is no report that could give a lead to what's wrong :/
$ make (cd argon2;make all;cd ..;cp argon2/libargon2.so.1 argon2/libargon2.a priv) make[1]: Entering directory '/usr/local/lib/erlang/lib/eargon2/argon2' Building with optimizations for native make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/local/lib/erlang/lib/eargon2/argon2' ===> Verifying dependencies... ===> Compiling eargon2 make[1]: Entering directory '/usr/local/lib/erlang/lib/eargon2/c_src' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/local/lib/erlang/lib/eargon2/c_src' ===> Compiling src/eargon2.erl failed src/eargon2.erl:129: variable 'HashLen' is unused src/eargon2.erl:129: variable 'MCost' is unused src/eargon2.erl:129: variable 'Parallelism' is unused src/eargon2.erl:129: variable 'Pwd' is unused src/eargon2.erl:129: variable 'ResultType' is unused src/eargon2.erl:129: variable 'Salt' is unused src/eargon2.erl:129: variable 'TCost' is unused src/eargon2.erl:129: variable 'Type' is unused src/eargon2.erl:129: variable 'Version' is unused src/eargon2.erl:143: variable 'Encoded' is unused src/eargon2.erl:143: variable 'Pwd' is unused src/eargon2.erl:143: variable 'Type' is unused src/eargon2.erl:190: variable 'HashLen' is unused src/eargon2.erl:190: variable 'MCost' is unused src/eargon2.erl:190: variable 'Parallelism' is unused src/eargon2.erl:190: variable 'Saltlen' is unused src/eargon2.erl:190: variable 'TCost' is unused src/eargon2.erl:190: variable 'Type' is unused make: *** [Makefile:10: all] Error 1
Sooo, I could use a little help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
the C part compile right, but the app.src and erl not and unfortunately, there is no report that could give a lead to what's wrong :/
Sooo, I could use a little help.
The text was updated successfully, but these errors were encountered: