Created
February 5, 2015 20:27
-
-
Save andresilva/ff5f16d34a2a60a147fc to your computer and use it in GitHub Desktop.
rust missing libregex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
λ racer → λ git master* → bin/racer [20:26:54] | |
dyld: Library not loaded: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libregex-4e7c5e5c.dylib | |
Referenced from: /Users/beat/Workbench/racer/bin/racer | |
Reason: image not found | |
[1] 7112 trace trap bin/racer | |
λ racer → λ git master* → rustc --version [20:27:12] | |
rustc 1.0.0-nightly (3b2ed1490 2015-02-03 14:56:32 +0000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I have the same problem here and do you know how to fix it?