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

Most upvoted comments

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.