Skip to content
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

error when installing "error: failed to compile library-loader v0.1.2 (/home/pi), intermediate artifacts can be found at /home/pi/target" #34

Open
mooztaches opened this issue Mar 24, 2020 · 4 comments
Assignees
Labels
question Further information is requested

Comments

@mooztaches
Copy link

hi, i have bad issues when trying to install it

during the compilling process i have

error[E0599]: no function or associated item named `new` found for trait object `dyn notify::Watcher` in the current scope
  --> src/watcher.rs:28:62
   |
28 |         let w: notify::RecommendedWatcher = notify::Watcher::new(tx.clone(), Duration::from_secs(2))?;
   |                                                              ^^^ function or associated item not found in `dyn notify::Watcher`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0599`.
error: failed to compile `library-loader v0.1.2 (/home/pi)`, intermediate artifacts can be found at `/home/pi/target`

Caused by:
  could not compile `library-loader`.

To learn more, run the command again with --verbose.

i don't know why...
@olback olback self-assigned this Mar 24, 2020
@olback
Copy link
Owner

olback commented Mar 24, 2020

Is this on a raspberry pi? What model and what OS are you running?

@olback olback added the question Further information is requested label Mar 24, 2020
@jdotw
Copy link

jdotw commented Mar 31, 2020

I ran into this exact issue just now trying to do a 'cargo run' from the 0.1.2 snapshot on macOS 10.14.6. The 'cargo build' works, but 'cargo run' fails after asking for the component search engine login and password.

@olback
Copy link
Owner

olback commented Jun 6, 2020

@jdotw Can you open a new issue and add some details? The issue you're describing does not seem to be related to @mooztaches issue.

@olback
Copy link
Owner

olback commented Jun 28, 2020

@mooztaches

You have to be in either the ll-gui or ll-cli directory to build the GUI or the CLI respectively.
To build the GUI, you can run cd ll-gui && cargo build --release --bin library-loader-gui; cd .. .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants