-
Notifications
You must be signed in to change notification settings - Fork 36
Unable to install with msys #239
Comments
And please do ignore my username.
…On Wed, Jul 24, 2019, 5:06 PM Merith ***@***.***> wrote:
I get this issue while installing, using instructions from
https://sail.dev/docs/installation/
build go.coder.com/sail: cannot load go.coder.com/sail/internal/editor:
no Go source files
any idea why?
$ go env
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\ShitNuggit\AppData\Local\go-build
set GOEXE=.exe
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOOS=windows
set GOPATH=C:/Miscellaneous/msys/usr/local/gopath
set GOPROXY=
set GORACE=
set GOROOT=c:\go
set GOTMPDIR=
set GOTOOLDIR=c:\go\pkg\tool\windows_amd64
set GCCGO=gccgo
set CC=gcc
set CXX=g++
set CGO_ENABLED=1
set GOMOD=C:\Miscellaneous\msys\home\ShitNuggit\src\sail\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 -fmessage-length=0 -fdebug-prefix-map=C:\Miscellaneous\msys\tmp\go-build634270934=/tmp/go-build -gno-record-gcc-switches
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#239>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACPQOXRQVC23LICQJK6GIILQBDVAHANCNFSM4IGVXTFQ>
.
|
Sail only supports Linux and Darwin. If you look in sail/internal/editor/editor.go you'll notice that it is setup so it only builds on Linux and Darwin. |
What is the reason why it only builds on linux and darwin? Is there a specific thing that is blocking it from being built on windows? * beside the derivatives at the top of the file* |
Not sure. It's probably because most Linux distros (and Darwin) include vim out of the box. Windows doesn't have vim or any other good editor out of the box. cc: @ammario |
Notepad:tm: |
I don't think there's anything preventing it from being built or ran on Windows. Just need to try and see what happens. |
I actually modified the parts the make it freak out, and gives me a random syscall error thing, will post outputs once windows finishes updating. Also, why not use the default EDITOR variable on Linux environments? All Msys is, is pretty much a file system (as loose as that term can be used) compatibility between windows and Linux, |
It already uses the EDITOR env var. |
I get this issue while installing, using instructions from https://sail.dev/docs/installation/
build go.coder.com/sail: cannot load go.coder.com/sail/internal/editor: no Go source files
any idea why?
The text was updated successfully, but these errors were encountered: