-
Notifications
You must be signed in to change notification settings - Fork 17
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
[bug]: Failed to run custom build command for tdlib-rs v1.0.5
#105
Comments
The issue #32 can help to fix this problem. |
After doing so I still can't get it to work, so I tried it with the install with the script "cargo install tgt" like the person in #32 did but to no avail I still can't get tgt. Here's the error:
|
// Create the request
let response = reqwest::blocking::get(&url).unwrap();
// Check if the response status is successful
if response.status().is_success() {
// Create a file to write to
let mut dest = File::create(&zip_path).unwrap();
// Get the response bytes and write to the file
let content = response.bytes().unwrap(); The latter line |
Going into he build.rs file of tdlib-rs-1.0.5 this was what I saw: // Create the request
So I tried doing it the local-tdlib way, got tdlib from the generated instruction. I entered "export LOCAL_TDLIB_PATH=$PATH:/home/honbmml/Applications/td" into .bashrc, only to be returned with: error: failed to run custom build command for Caused by: So I went and entered the two command of #32 again but it still output the same error. |
Can you show me the output of these two commands: ls -lha /usr/lib64/libunwind* ls -lha /usr/lib/libunwind* |
Here sir:
and
|
As you can see in these dirs there isn't the file |
Describe the bug
stuck at tdlib-rs when compiling
Reproduction steps
1.git clone https://github.com/FedericoBruzzone/tgt.git
2.cd tgt
3.cargo build
...
Expected behavior
Compile tgt
Logs and screenshots
Method of Installation
Download from GitHub
tgt version
1.0.0
Operating System (including version and architecture)
Arch Linux
Terminal and Command Line Interface (CLI) (including versions)
kitty 0.37.0
rustc and rustup target (including versions)
No response
The text was updated successfully, but these errors were encountered: