Open zet4 opened 8 years ago
Downgrade to Go 1.6.3. It will work :(
Would rather not downgrade
I tried find error, but could not :(
go build --gcflags "-ssa=false"
@funnywwh Wow, thank you!
Same issue on go 1.8.3, windows 10 64bit, and go build --gcflags "-ssa=false"
returns:
>go build --gcflags "-ssa=false"
# github.com/shibukawa/nanogui-go
flag provided but not defined: -ssa
usage: compile [options] file.go...
-% debug non-static initializers
-+ compiling runtime
-B disable bounds checking
....
The example code uses an invalid package name in import,
nanogui.go
instead ofnanogui-go
which results in errors, after fixing the packages and trying to build I still get this error while compiling (go build
) nanogui itself or its example (note that nanovgo works just fine.):I've spent good 2 hours or so trying to figure out how to get any kind of verbosity but to no avail.