Skip to content

Instantly share code, notes, and snippets.

@fpigerre
Created May 23, 2014 07:18
Show Gist options
  • Save fpigerre/3f3964287513128f5572 to your computer and use it in GitHub Desktop.
Save fpigerre/3f3964287513128f5572 to your computer and use it in GitHub Desktop.
An error that occurred when running 'make' on a GitChain fork.
Windows PowerShell
Copyright (C) 2009 Microsoft Corporation. All rights reserved.
C:\Users\psgs\Documents\GitHub\gitchain [master]> make prepare
C:\Users\psgs\Documents\GitHub\gitchain [master]> make
main.go:14:2: cannot find package "github.com/gitchain/gitchain/server" in any o
f:
C:\Go\src\pkg\github.com\gitchain\gitchain\server (from $GOROOT)
C:\Users\psgs\GoRoot\src\github.com\gitchain\gitchain\server (from $
GOPATH)
main.go:15:2: cannot find package "github.com/gitchain/gitchain/server/api" in a
ny of:
C:\Go\src\pkg\github.com\gitchain\gitchain\server\api (from $GOROOT)
C:\Users\psgs\GoRoot\src\github.com\gitchain\gitchain\server\api (fr
om $GOPATH)
main.go:16:2: cannot find package "github.com/gitchain/gitchain/server/net" in a
ny of:
C:\Go\src\pkg\github.com\gitchain\gitchain\server\net (from $GOROOT)
C:\Users\psgs\GoRoot\src\github.com\gitchain\gitchain\server\net (fr
om $GOPATH)
make.exe": *** [gitchain] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment