de icon indicating copy to clipboard operation
de copied to clipboard

Missing textflag.h

Open GeriatricJacob opened this issue 6 years ago • 2 comments

I'm trying to install de but get an error:

# golang.org/x/exp/shiny/driver/internal/swizzle
go/src/golang.org/x/exp/shiny/driver/internal/swizzle/swizzle_amd64.s:5:10: fatal error: textflag.h: No such file or directory
    5 | #include "textflag.h"
      |          ^~~~~~~~~~~~
compilation terminated.```

GeriatricJacob avatar Aug 25 '19 08:08 GeriatricJacob

what version of Go are you using on what platform? As far as I know textflag.h should come with Go itself.

driusan avatar Aug 26 '19 17:08 driusan

go version go1.12.2 gccgo (GCC) 9.1.0 linux/amd64

GeriatricJacob avatar Aug 27 '19 11:08 GeriatricJacob