Giter VIP home page Giter VIP logo

Comments (7)

mathall avatar mathall commented on July 22, 2024

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.

from rim.

thisiswei avatar thisiswei commented on July 22, 2024

cool

from rim.

thisiswei avatar thisiswei commented on July 22, 2024

@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?

from rim.

mathall avatar mathall commented on July 22, 2024

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.

from rim.

thisiswei avatar thisiswei commented on July 22, 2024

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

from rim.

mathall avatar mathall commented on July 22, 2024

@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.

from rim.

thisiswei avatar thisiswei commented on July 22, 2024

@mathall Great! I'll do that.

from rim.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.