Giter Club home page Giter Club logo

Comments (12)

samuela avatar samuela commented on July 30, 2024

Ah, looks like it's not able to find the right underlying headers from gcc. Do you have build-essential installed? I think that should do the trick...

from rustybox.

eren123danyel avatar eren123danyel commented on July 30, 2024

Ah, looks like it's not able to find the right underlying headers from gcc. Do you have build-essential installed? I think that should do the trick...

Hmm, sorry i'm also getting this error, but I have no idea how to get "build-essential" can you please explain this to me?

Edit: I'm on mac and after some searching around seems like I can't install it?

from rustybox.

samuela avatar samuela commented on July 30, 2024

@eren123danyel Oh yeah, on macOS it'll be a bit different. Does brew install gcc work for you?

from rustybox.

Akeboshiwind avatar Akeboshiwind commented on July 30, 2024

Hey, I'm having the same issue. gcc was already installed so installing it wouldn't fix anything :/

from rustybox.

Akeboshiwind avatar Akeboshiwind commented on July 30, 2024

For anyone else on macOS a workaround is to just use docker:

$ docker run -v /Users/oliverm/prog/rustybox/:/usr/src/ -it rust:1.40 bash

And then in the docker container:

$ cd /usr/src
$ cargo build --release

from rustybox.

samuela avatar samuela commented on July 30, 2024

Ok, hopefully b7d7f01 resolves the documentation part of this issue. Let me know if I'm missing anything!

from rustybox.

Akeboshiwind avatar Akeboshiwind commented on July 30, 2024

from rustybox.

samuela avatar samuela commented on July 30, 2024

@Akeboshiwind if you use vs code you can do the remote connection over docker extension. It's remarkably good. That's actually my standard dev workflow for this project.

from rustybox.

Akeboshiwind avatar Akeboshiwind commented on July 30, 2024

from rustybox.

samuela avatar samuela commented on July 30, 2024

Oh well with emacs you could just run emacs within the container I suppose?

Not sure exactly what backend the VSCode extension uses. I'm guessing they built their own kinda thing that handles docker interop.

from rustybox.

Akeboshiwind avatar Akeboshiwind commented on July 30, 2024

That seems like a nice workflow. I'll have to see if I can replicate it some time.

from rustybox.

atiabjobayer avatar atiabjobayer commented on July 30, 2024

Anyone found any solution to get quadmath.h on macOS other than the docker workaround? Any help would be much appreciated.

from rustybox.

Related Issues (17)

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.