driusan / de

A Programmer's Text Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing textflag.h

GeriatricJacob opened this issue · 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.```

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

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