Giter Site home page Giter Site logo

Comments (3)

therecipe avatar therecipe commented on August 28, 2024

Hey

It seems like it's a GOPATH problem
Could you check if you set a correct GOPATH or a GOPATH at all?

You can lookup your GOPATH with: go env GOPATH or echo %GOPATH%
The GOPATH should be something like C:\Users\YourName\work, but it should NOT be set to C:\Go
You can then move the qt dir to C:\Users\YourName\work\src\github.com\therecipe\qt

The second issue is just a warning from git, because unix and windows use different line endings.
You can disable the warning with git config core.autocrlf true, also you can find additionally information here: http://stackoverflow.com/questions/5834014/lf-will-be-replaced-by-crlf-in-git-what-is-that-and-is-it-important

I hope, it works after these changes.

(Additionaly, if you use the go x64 version, you need to clone the repo again, because I made some changes recently)

from qt.

5k3105 avatar 5k3105 commented on August 28, 2024

It's working now THANKS!

from qt.

therecipe avatar therecipe commented on August 28, 2024

Okay :)
Then I'm closing this now.

from qt.

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.