Code Monkey home page Code Monkey logo

Comments (4)

ivmarkov avatar ivmarkov commented on September 23, 2024

How did you install your rust compiler? Are you using rustup? If not, please switch to rustup. If yes, what rust compiler did you download? Can you please try with the non-gnu one?

from embuild.

Diegorro98 avatar Diegorro98 commented on September 23, 2024

Yes I used rustup

To make sure I used correctly I'm going to explplain my installation process:
Downloaded .exe from https://rustup.rs/ and then executed
Selected Proceed with installation (default) option
I get the following output:

info: profile set to 'default'
info: default host triple is x86_64-pc-windows-msvc
warning: Updating existing toolchain, profile choice will be ignored
info: syncing channel updates for 'stable-x86_64-pc-windows-gnu'
info: default toolchain set to 'stable-x86_64-pc-windows-gnu'

       stable-x86_64-pc-windows-gnu unchanged - rustc 1.58.1 (db9d1b20b 2022-01-20)

Rust is installed now. Great!                                                                                                                                                                                                                   To get started you may need to restart your current shell. 
This would reload its PATH environment variable to include
Cargo's bin directory (%USERPROFILE%\.cargo\bin).  

Is "stable-x86_64-pc-windows-gnu" the thing you are sugesting me to try with the non-gnu one?

from embuild.

ivmarkov avatar ivmarkov commented on September 23, 2024

info: default host triple is x86_64-pc-windows-msvc
warning: Updating existing toolchain, profile choice will be ignored
info: syncing channel updates for 'stable-x86_64-pc-windows-gnu'
info: default toolchain set to 'stable-x86_64-pc-windows-gnu

The text in bold is your problem. You are not starting from clean, and somehow as a result it re-uses your existing toolchain for Windows, which is the GNU one, instead of using the MSVC one.

I suggest you delete or temporarily rename your .rustup and .cargo directories and then try again.

from embuild.

Diegorro98 avatar Diegorro98 commented on September 23, 2024

Hey, it worked!
Thanks for your help :)

from embuild.

Related Issues (20)

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.