ghw: Unable to use ghw on Windows
The package sounds good, but I am unable to use it (Win10 x64). There are no instructions, so I simply ran go get github.com/jaypipes/ghw
, which leads (during install & execution) to
go\src\github.com\jaypipes\ghw\block.go:36: undefined: blockFillInfo go\src\github.com\jaypipes\ghw\cpu.go:71: undefined: cpuFillInfo go\src\github.com\jaypipes\ghw\memory.go:17: undefined: memFillInfo go\src\github.com\jaypipes\ghw\net.go:47: undefined: netFillInfo go\src\github.com\jaypipes\ghw\topology.go:70: undefined: topologyFillInfo
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Reactions: 1
- Comments: 16 (9 by maintainers)
Commits related to this issue
- testing Windows and OSX build environments Adds Windows and OSX build environments to the TravisCI configuration. These platforms are not supported but should be stubbed out at the very least so ghw ... — committed to jaypipes/ghw by jaypipes 6 years ago
- testing Windows and OSX build environments Adds Windows and OSX build environments to the TravisCI configuration. These platforms are not supported but should be stubbed out at the very least so ghw ... — committed to jaypipes/ghw by jaypipes 6 years ago
- Windows support: cpu, memory (#155) Added partial windows support to cpu and memory Issue #8 — committed to jaypipes/ghw by KingRial 4 years ago
- Windows support: net (#157) Added partial windows support to net Issue #8 — committed to jaypipes/ghw by KingRial 4 years ago
- Windows support: gpu (#158) Added partial windows support to gpu Issue #8 — committed to jaypipes/ghw by KingRial 4 years ago
- Windows support: cpu, memory (#155) Added partial windows support to cpu and memory Issue #8 — committed to KingRial/ghw by KingRial 4 years ago
Also, @ykcab let’s move this conversation over to Issue #39 since that’s the MacOS-specific one 😃
I don’t have any Windows machines at the moment. I do however have a Macbook (that I hate using but fuck it, it’s there so might as well test on it).
I’ll see what I can do about getting something working for Mac today.
Hi! Thanks for filing an issue, James 😃 I have only written the Linux-specific code so far.
I don’t currently have a Win10 x64 box to test on (currently out of office with only a Linux laptop…) and therefore won’t be able to write the code needed for Windows support for at least a couple weeks. Apologies!
Upon my return, I will try to complete Windows support for ghw.