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

what is this error? How can I solve this? #1

Closed
thisiswei opened this issue Feb 18, 2015 · 7 comments
Closed

what is this error? How can I solve this? #1

thisiswei opened this issue Feb 18, 2015 · 7 comments

Comments

@thisiswei
Copy link

rim(github)$ cargo run
    Updating registry `https://github.com/rust-lang/crates.io-index`
    Updating git repository `git://github.com/mathall/termkey-rs.git`
 Downloading gcc v0.1.7
 Downloading libc v0.1.1
 Downloading time v0.1.15
 Downloading rustc-serialize v0.2.11
 Downloading uuid v0.1.9
 Downloading bitflags v0.1.0
   Compiling termkey v0.17.5 (git://github.com/mathall/termkey-rs.git#8394ba8c)
   Compiling rustc-serialize v0.2.11
   Compiling libc v0.1.1
   Compiling bitflags v0.1.0
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/libc-0.1.1/rust/src/liblibc/lib.rs:19:1: 19:11 error: no_std is experimental
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/libc-0.1.1/rust/src/liblibc/lib.rs:19 #![no_std]
                                                                                                 ^~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/libc-0.1.1/rust/src/liblibc/lib.rs:19:1: 19:11 help: add #![feature(no_std)] to the crate attributes to enable
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/libc-0.1.1/rust/src/liblibc/lib.rs:19 #![no_std]
                                                                                                 ^~~~~~~~~~
error: aborting due to previous error
   Compiling gcc v0.1.7
Build failed, waiting for other jobs to finish...
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:541:20: 541:37 error: failed to resolve. Could not find `posix` in `std::path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:541 impl Encodable for path::posix::Path {
                                                                                                                          ^~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:541:20: 541:37 error: use of undeclared type name `path::posix::Path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:541 impl Encodable for path::posix::Path {
                                                                                                                          ^~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:547:20: 547:37 error: failed to resolve. Could not find `posix` in `std::path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:547 impl Decodable for path::posix::Path {
                                                                                                                          ^~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:547:20: 547:37 error: use of undeclared type name `path::posix::Path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:547 impl Decodable for path::posix::Path {
                                                                                                                          ^~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:548:48: 548:65 error: failed to resolve. Could not find `posix` in `std::path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:548     fn decode<D: Decoder>(d: &mut D) -> Result<path::posix::Path, D::Error> {
                                                                                                                                                      ^~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:548:48: 548:65 error: use of undeclared type name `path::posix::Path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:548     fn decode<D: Decoder>(d: &mut D) -> Result<path::posix::Path, D::Error> {
                                                                                                                                                      ^~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:550:12: 550:34 error: failed to resolve. Could not find `posix` in `std::path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:550         Ok(path::posix::Path::new(bytes))
                                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:550:12: 550:34 error: unresolved name `path::posix::Path::new`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:550         Ok(path::posix::Path::new(bytes))
                                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:554:20: 554:39 error: failed to resolve. Could not find `windows` in `std::path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:554 impl Encodable for path::windows::Path {
                                                                                                                          ^~~~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:554:20: 554:39 error: use of undeclared type name `path::windows::Path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:554 impl Encodable for path::windows::Path {
                                                                                                                          ^~~~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:560:20: 560:39 error: failed to resolve. Could not find `windows` in `std::path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:560 impl Decodable for path::windows::Path {
                                                                                                                          ^~~~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:560:20: 560:39 error: use of undeclared type name `path::windows::Path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:560 impl Decodable for path::windows::Path {
                                                                                                                          ^~~~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:561:48: 561:67 error: failed to resolve. Could not find `windows` in `std::path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:561     fn decode<D: Decoder>(d: &mut D) -> Result<path::windows::Path, D::Error> {
                                                                                                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:561:48: 561:67 error: use of undeclared type name `path::windows::Path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:561     fn decode<D: Decoder>(d: &mut D) -> Result<path::windows::Path, D::Error> {
                                                                                                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:563:12: 563:36 error: failed to resolve. Could not find `windows` in `std::path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:563         Ok(path::windows::Path::new(bytes))
                                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:563:12: 563:36 error: unresolved name `path::windows::Path::new`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:563         Ok(path::windows::Path::new(bytes))
                                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~
error: aborting due to 16 previous errors
Could not compile `libc`.

To learn more, run the command again with --verbose.
(expedia)rim(github)$ v .
(expedia)rim(github)$ cargo run --verbose
       Fresh gcc v0.1.7
   Compiling rustc-serialize v0.2.11
     Running `rustc /Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/lib.rs --crate-name rustc-serialize --crate-type lib -g -C metadata=285c9bed5802d3eb -C extra-filename=-285c9bed5802d3eb --out-dir /Users/yo1/other-code/code-reading/rim/target/deps --emit=dep-info,link -L dependency=/Users/yo1/other-code/code-reading/rim/target/deps -L dependency=/Users/yo1/other-code/code-reading/rim/target/deps -Awarnings`
       Fresh bitflags v0.1.0
   Compiling termkey v0.17.5 (git://github.com/mathall/termkey-rs.git#8394ba8c)
     Running `/Users/yo1/other-code/code-reading/rim/target/build/termkey-bd5d741c95aaea0b/build-script-build`
   Compiling libc v0.1.1
     Running `rustc /Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/libc-0.1.1/rust/src/liblibc/lib.rs --crate-name libc --crate-type lib -g --cfg feature="default" --cfg feature="cargo-build" -C metadata=6b537f2898b2a028 -C extra-filename=-6b537f2898b2a028 --out-dir /Users/yo1/other-code/code-reading/rim/target/deps --emit=dep-info,link -L dependency=/Users/yo1/other-code/code-reading/rim/target/deps -L dependency=/Users/yo1/other-code/code-reading/rim/target/deps -Awarnings`
   Compiling time v0.1.15
     Running `rustc /Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/time-0.1.15/build.rs --crate-name build-script-build --crate-type bin -C prefer-dynamic -g --out-dir /Users/yo1/other-code/code-reading/rim/target/build/time-2215e3ac75eaa2c7 --emit=dep-info,link -L dependency=/Users/yo1/other-code/code-reading/rim/target/deps -L dependency=/Users/yo1/other-code/code-reading/rim/target/deps --extern gcc=/Users/yo1/other-code/code-reading/rim/target/deps/libgcc-3361713823cacea0.rlib -Awarnings`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/libc-0.1.1/rust/src/liblibc/lib.rs:19:1: 19:11 error: no_std is experimental
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/libc-0.1.1/rust/src/liblibc/lib.rs:19 #![no_std]
                                                                                                 ^~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/libc-0.1.1/rust/src/liblibc/lib.rs:19:1: 19:11 help: add #![feature(no_std)] to the crate attributes to enable
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/libc-0.1.1/rust/src/liblibc/lib.rs:19 #![no_std]
                                                                                                 ^~~~~~~~~~
error: aborting due to previous error
Build failed, waiting for other jobs to finish...
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:541:20: 541:37 error: failed to resolve. Could not find `posix` in `std::path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:541 impl Encodable for path::posix::Path {
                                                                                                                          ^~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:541:20: 541:37 error: use of undeclared type name `path::posix::Path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:541 impl Encodable for path::posix::Path {
                                                                                                                          ^~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:547:20: 547:37 error: failed to resolve. Could not find `posix` in `std::path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:547 impl Decodable for path::posix::Path {
                                                                                                                          ^~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:547:20: 547:37 error: use of undeclared type name `path::posix::Path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:547 impl Decodable for path::posix::Path {
                                                                                                                          ^~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:548:48: 548:65 error: failed to resolve. Could not find `posix` in `std::path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:548     fn decode<D: Decoder>(d: &mut D) -> Result<path::posix::Path, D::Error> {
                                                                                                                                                      ^~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:548:48: 548:65 error: use of undeclared type name `path::posix::Path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:548     fn decode<D: Decoder>(d: &mut D) -> Result<path::posix::Path, D::Error> {
                                                                                                                                                      ^~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:550:12: 550:34 error: failed to resolve. Could not find `posix` in `std::path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:550         Ok(path::posix::Path::new(bytes))
                                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:550:12: 550:34 error: unresolved name `path::posix::Path::new`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:550         Ok(path::posix::Path::new(bytes))
                                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:554:20: 554:39 error: failed to resolve. Could not find `windows` in `std::path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:554 impl Encodable for path::windows::Path {
                                                                                                                          ^~~~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:554:20: 554:39 error: use of undeclared type name `path::windows::Path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:554 impl Encodable for path::windows::Path {
                                                                                                                          ^~~~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:560:20: 560:39 error: failed to resolve. Could not find `windows` in `std::path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:560 impl Decodable for path::windows::Path {
                                                                                                                          ^~~~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:560:20: 560:39 error: use of undeclared type name `path::windows::Path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:560 impl Decodable for path::windows::Path {
                                                                                                                          ^~~~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:561:48: 561:67 error: failed to resolve. Could not find `windows` in `std::path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:561     fn decode<D: Decoder>(d: &mut D) -> Result<path::windows::Path, D::Error> {
                                                                                                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:561:48: 561:67 error: use of undeclared type name `path::windows::Path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:561     fn decode<D: Decoder>(d: &mut D) -> Result<path::windows::Path, D::Error> {
                                                                                                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:563:12: 563:36 error: failed to resolve. Could not find `windows` in `std::path`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:563         Ok(path::windows::Path::new(bytes))
                                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:563:12: 563:36 error: unresolved name `path::windows::Path::new`
/Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustc-serialize-0.2.11/src/serialize.rs:563         Ok(path::windows::Path::new(bytes))
                                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~
error: aborting due to 16 previous errors
Could not compile `libc`.

Caused by:
  Process didn't exit successfully: `rustc /Users/yo1/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/libc-0.1.1/rust/src/liblibc/lib.rs --crate-name libc --crate-type lib -g --cfg feature="default" --cfg feature="cargo-build" -C metadata=6b537f2898b2a028 -C extra-filename=-6b537f2898b2a028 --out-dir /Users/yo1/other-code/code-reading/rim/target/deps --emit=dep-info,link -L dependency=/Users/yo1/other-code/code-reading/rim/target/deps -L dependency=/Users/yo1/other-code/code-reading/rim/target/deps -Awarnings` (status=101)
@mathall
Copy link
Owner

mathall commented Feb 18, 2015

It seems your rustc version is too recent, I haven't updated to it yet. I believe you'll get rid of most errors by simply running cargo update. My apologies for not having updated in a while, I was sort of hoping for rust-lang/rust#22250 to get some love within the week so that I wouldn't need to commit a hacky work-around for it.

@thisiswei
Copy link
Author

cool

@thisiswei
Copy link
Author

@mathall
I ran cargo update,

rim(github*)$ cargo run
 Downloading rustc-serialize v0.2.13
 Downloading time v0.1.17
 Downloading libc v0.1.2
 Downloading bitflags v0.1.1
   Compiling termkey v0.17.5 (git://github.com/mathall/termkey-rs.git#38e8317d)
   Compiling rustc-serialize v0.2.13
   Compiling bitflags v0.1.1
   Compiling libc v0.1.2
   Compiling time v0.1.17
Build failed, waiting for other jobs to finish...
failed to run custom build command for `termkey v0.17.5 (git://github.com/mathall/termkey-rs.git#38e8317d)`
Process didn't exit successfully: `/Users/yo1/other-code/code-reading/rim/target/build/termkey-bd5d741c95aaea0b/build-script-build` (status=101)
--- stdout
glibtool --quiet --mode=compile --tag=CC cc -Wall -std=c99 -o termkey.lo -c termkey.c
glibtool --quiet --mode=compile --tag=CC cc -Wall -std=c99 -o driver-csi.lo -c driver-csi.c

--- stderr
make: glibtool: No such file or directory
make: glibtool: No such file or directory
make: *** [termkey.lo] Error 1
make: *** Waiting for unfinished jobs....
make: *** [driver-csi.lo] Error 1
thread '<main>' panicked at 'assertion failed: Command::new("./build_termkey.sh").stdout(InheritFd(1)).stderr(InheritFd(2)).status().unwrap().success()', /Users/yo1/.cargo/git/checkouts/termkey-rs-3496c0f00c570f07/master/build.rs:8

should I fix this by bumping ther termkey version?

@mathall
Copy link
Owner

mathall commented Feb 19, 2015

Running cargo update bumped the version already. Look at the output here:

make: glibtool: No such file or directory

You don't have glibtool installed. I believe you'll get that by installing xcode. Maybe there's a more lightweight way of getting it, I'm not too familiar with OSX.

@thisiswei
Copy link
Author

@mathall Thanks! I do have xcode installed. Checking..

@mathall
Copy link
Owner

mathall commented Feb 19, 2015

@thisiswei If you're running into more problems with termkey, you could try checking that out separately and build it by itself. You'll find it under my repositories here on github. It might be easier that way to diagnose the problems you're getting. And I'd be interested in hearing what sort of problems you'd encounter, as it would help me make the process of building and running rim alone as simple as it can be.

@thisiswei
Copy link
Author

@mathall Great! I'll do that.

@mathall mathall closed this as completed Mar 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants