Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows batch installer doesn't work #4

Closed
edoardottt opened this issue Oct 20, 2020 · 3 comments
Closed

Windows batch installer doesn't work #4

edoardottt opened this issue Oct 20, 2020 · 3 comments
Labels
bug Something isn't working good first issue Good for newcomers hacktoberfest hacktoberfest2020 help wanted Extra attention is needed invalid This doesn't seem right

Comments

@edoardottt
Copy link
Owner

edoardottt commented Oct 20, 2020

This batch installer doesn't work very well.

On my machine (Windows 10 Home):

set GO111MODULE=
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\edoar\AppData\Local\go-build
set GOENV=C:\Users\edoar\AppData\Roaming\go\env
set GOEXE=.exe
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOINSECURE=
set GOMODCACHE=C:\Users\edoar\go\pkg\mod
set GONOPROXY=
set GONOSUMDB=
set GOOS=windows
set GOPATH=C:\Users\edoar\go
set GOPRIVATE=
set GOPROXY=https://proxy.golang.org,direct
set GOROOT=c:\go
set GOSUMDB=sum.golang.org
set GOTMPDIR=
set GOTOOLDIR=c:\go\pkg\tool\windows_amd64
set GCCGO=gccgo
set AR=ar
set CC=gcc
set CXX=g++
set CGO_ENABLED=1
set GOMOD=C:\Users\edoar\Desktop\github\scilla\go.mod
set CGO_CFLAGS=-g -O2
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-g -O2
set CGO_FFLAGS=-g -O2
set CGO_LDFLAGS=-g -O2
set PKG_CONFIG=pkg-config
set GOGCCFLAGS=-m64 -mthreads -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=C:\Users\edoar\AppData\Local\Temp\go-build007528046=/tmp/go-build -gno-record-gcc-switches

there are some unidentified problems

@edoardottt edoardottt changed the title Test hacktoberfest Windows batch installer doesn't work Oct 20, 2020
@edoardottt edoardottt added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed invalid This doesn't seem right labels Oct 20, 2020
@edoardottt
Copy link
Owner Author

Solved

Help me building Open Source things! :) automation moved this from To do to Done Dec 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers hacktoberfest hacktoberfest2020 help wanted Extra attention is needed invalid This doesn't seem right
Projects
No open projects
Development

No branches or pull requests

1 participant