-
Notifications
You must be signed in to change notification settings - Fork 24
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
racer.racerBinPath is not set, but it actually is! #61
Comments
I have these settings on linux with racer installed using the I also And even after restarting Atom I still get these when I type: |
👍 for solving this . I am getting the same issue on ubuntu trusty with rustc binaries installed instead of compiling from source. |
Update : i solved my problem by compiling racer from source and by correcting racer binary and rust source paths in the package settings. Thanks a lot this works now 💯 |
Had similar issues with an invalid path until I recognized a whitespace at the end of the line. Trimming the reference could perhaps prevent such mistake in the future. Moreover if the executable is not already in your PATH you have to add it yourself so atom can spawn an instance. |
Yes, I resolved this by upgrading atom v 1.2.4, adding Pain in the butt though. I had a very hard time figuring this out (because I'm stupid and/or because I'm new to linux and atom and rust and this dev ecosystem generally) |
As of Atom 1.6.1 it still doesn't work, racer alone in the terminal works just fine. Ubuntu 15.04. |
Don't set it to a path with |
@richarddewit I've set an absolute path - still doesn't work. |
@VRcOd mind sharing what it's actually set to? |
@edubkendo as in absolute path? |
I found that it only works on Windows if you give it the full path to the binary, not just to the bin folder containing The documentation (and the default path) seem to indicate that you only need to point it at the folder, which is either misleading or a bug on Windows. |
@TomGillen I am happy to make that more clear if you have any suggestions. Current wording:
|
I also noted something somewhat related to this now: If I don't set this setting at all, it refuses to try to use whatever I have in my path (and @edubkendo - do you want me to file a separate issue about that? I could even go ahead and try to fix it, but I don't know how to set up a proper "dev environment" for Atom or anything. |
Just copy racer binary to folder that doesn't contain dots in it's path. It works for me. Sorry for my eng. |
Hey @H3110W that doesn't work at all. I'm still getting errors I have the racer binary and rustfmt binary in a path that doesn't contain any dots. |
This is perhaps related to the use of rustup not installing source code? Which in Arch Linux is fixed by installing source by entering the following in terminal Not being able to locate the racer bin? In terminal You'll also need to add the path to your src to fix |
I am having this very same issue. I have set my rust source directory to which does contain the rust srcs. Please get this fixed! I keep seeing references to the .exe which is windows only. Is this really not compatible with *nix? |
I solved this issue by setting racerPath properly.
|
I had the same issue. To save others time, i just sum up the steps to configure racer correctly on Ubuntu 16.04:
|
Stack Trace
racer.racerBinPath is not set in your config.
Commands
Config
Installed Packages
The text was updated successfully, but these errors were encountered: