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
{{ message }}
This repository was archived by the owner on Oct 21, 2024. It is now read-only.
Hi, when I compile cryptobox-c with make command, I run into such problem:
warning: crate-type "cdylib" was not one of lib|rlib|dylib|staticlib
failed to parse lock file at: /mnt/Patriot/Others/cryptobox-c-develop/Cargo.lock
To learn more, run the command again with --verbose.
I search the google but find no results, do you know why?
I am compiling wire-server, which may need cryptobox-c I think... but stuck here, very sad...
I add --verbose after cargo build
the output is
[sl3@terry-fed038900 cryptobox-c-develop]# make
cargo build --verbose
warning: crate-type "cdylib" was not one of lib|rlib|dylib|staticlib
failed to parse lock file at: /mnt/Patriot/Others/cryptobox-c-develop/Cargo.lock
Caused by:
expected a section for the key `root`
make: *** [compile] Error 101
Hi, when I compile cryptobox-c with
makecommand, I run into such problem:and my rustc and cargo version is:
I search the google but find no results, do you know why?
I am compiling wire-server, which may need
cryptobox-cI think... but stuck here, very sad...I add --verbose after
cargo buildthe output is