rerickson1 opened a new issue #19:
URL: https://github.com/apache/mynewt-mcumgr-cli/issues/19


   Using `go get` on Windows fails to compile and install.
   ```
   C:\Users\ryan.erickson>go get github.com/apache/mynewt-mcumgr-cli/mcumgr
   # mynewt.apache.org/newtmgr/newtmgr/bll
   go\src\mynewt.apache.org\newtmgr\newtmgr\bll\bll_sesn_cfg_windows.go:35:15: 
undefined: nmcoap.MsgFilter
   go\src\mynewt.apache.org\newtmgr\newtmgr\bll\bll_sesn_cfg_windows.go:36:15: 
undefined: nmcoap.MsgFilter
   ```
   If I manually build and install it works fine:
   ```
   cd C:\Users\ryan.erickson\go\src\github.com\apache\mynewt-mcumgr-cli\mcumgr
   go build
   go install
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to