rjkroege/edwood

plan9port support

exp7l opened this issue · 1 comments

exp7l commented

Hi, I am quite new to the project, hope I am not missing important info somewhere.

I am trying to compile with plan9port support (e.g. Win) following the instruction on the readme. My impression is Win is supported with plan9port.

But Mouse 2 on Win in Edwood says command not found. Perhaps I missed something in the compilation. Would you know what I am missing? Thanks!

go.mod

module github.com/rjkroege/edwood

go 1.11

require (
        9fans.net/go v0.0.2
        github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 // indirect
        github.com/as/cursor v0.6.7 // indirect
        github.com/as/ms v0.1.0 // indirect
        github.com/atotto/clipboard v0.1.1 // indirect
        github.com/fhs/mux9p v0.3.1
        github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
        github.com/google/go-cmp v0.3.0
        github.com/ktye/duitdraw v0.0.0-20190328070634-a54e9bd5a862
        github.com/sanity-io/litter v1.1.0
        github.com/stretchr/testify v1.3.0 // indirect
        golang.org/x/exp v0.0.0-20190212162250-21964bba6549 // indirect
        golang.org/x/image v0.0.0-20190209060608-ef4a1470e0dc // indirect
        golang.org/x/mobile v0.0.0-20190127143845-a42111704963 // indirect
        golang.org/x/sys v0.0.0-20190219092855-153ac476189d // indirect
)

replace 9fans.net/go => github.com/fhs/9fans-go v0.0.3-0.20190919200528-d38963b83794
~                                                                                       

I think you need to use duitdraw on windows?