-
I'm doing some development on an M1 Mac. And, I'm having some trouble installing `LibTorch`.
Though I assumed it wouldn't work, I tried just installing from the link that usually provides an x86_64…
-
````
error: environment variable `HOST` not defined at compile time
--> /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compiletest_rs-0.10.0/src/common.rs:402:19
|
402 …
-
One of my crates seems to need OpenSSL, then I installed it from [here](https://slproweb.com/products/Win32OpenSSL.html), setting env variable `OPENSSL_DIR` to `"C:\Program Files\OpenSSL-Win64`, but …
-
### Problem
As given in title.
### Steps
1. `git clone --branch v2.0.0 https://github.com/thecoshman/http`
2. `cargo build` it from the directory (works)
3. `cargo install --git --branch v2.0.0 h…
-
I can install this module on my Mac with `sudo luarocks install lua-ryaml`. However on Debian 12 Linux the Rust environment does not get set when `sudo` is invoked. [this thread](https://users.rust-la…
-
### Description / Steps to reproduce the issue
Just wanted to take a look at zed, so, assume zero experience
* Win10 x64, traces of msys there inside TortoiseGit, but i guess no "general" msys2 …
-
### Describe the bug
`source-env` doesn't work when called from a `mod.nu`, if that `mod.nu` was loaded with `use folder`.
it works fine if that `mod.nu` was called with `use folder/mod.nu`.
### …
-
error: failed to run custom build command for `openssl-sys v0.9.75`
Caused by:
process didn't exit successfully: `C:\Users\Rkrueger\AppData\Local\Temp\cargo-installx8itea\release\build\openssl-s…
-
I try to compile runwasi in ubuntu:
I tried ubuntu:23.10 container:
```shell
uname -a
Linux 004aed56de46 6.7.0-arch3-1 #1 SMP PREEMPT_DYNAMIC Sat, 13 Jan 2024 14:37:14 +0000 x86_64 x86_64 x86_64 G…
-
after exporting DATABASE_URL ($env:DATABASE_URL = "sqlite://./todos.sqlite") on windows, it's also necesarry to run "cargo sqlx migrate run" before "cargo run". Then the application works fine :)
JV91 updated
10 months ago