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 has been 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
The text was updated successfully, but these errors were encountered:
Configuring cryptobox-haskell-0.1.1...
Cabal-simple_mPHDZzAJ_2.0.1.0_ghc-8.2.2: Missing dependency on a foreign
library:
* Missing C library: cryptobox
This problem can usually be solved by installing the system package that
provides this library (you may need the "-dev" version). If the library is
already installed but in a non-standard location then you can use the flags
--extra-include-dirs= and --extra-lib-dirs= to specify where it is.
make: *** [install] Error 1
as a matter of fact, I did download the cryptobox-c and use make & make dist to generate a deb file and install it in my linux OS, but this error didn't gone, should I put the generated libcryptobox.so in a proper path ? where should I put? anyone can help on this?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, when I compile cryptobox-c with
make
command, 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-c
I think... but stuck here, very sad...I add --verbose after
cargo build
the output is
The text was updated successfully, but these errors were encountered: