heistp / irtt

Isochronous Round-Trip Tester
GNU General Public License v2.0
185 stars 23 forks source link

Getting "undefined" message when installing (Win10) #16

Closed r00tw00t closed 5 years ago

r00tw00t commented 5 years ago

Hello, I'm getting this message when installing:

C:\Go>go get -u github.com/heistp/irtt/ C:\Users\user\go\src\github.com\heistp\irtt\irtt_server.go:200:16: undefined: syslog.Writer

Any ideas?

heistp commented 5 years ago

Sorry, I hadn't realized that this package isn't even implemented in Windows. I'll find a workaround, hope to commit it this weekend. Thanks for the report. :)

r00tw00t commented 5 years ago

Ah okay, thank you for looking into it :)

heistp commented 5 years ago

This should work on Windows now, but I'd be glad if anyone can confirm it as I lost my Win 10 VM. :|

tommyorndorff commented 5 years ago

Confirmed -- compiled on an OS X host with ./build.sh windows and moved over to a Windows 10 desktop machine. Runs fine and looks accurate.

Thanks!

heistp commented 5 years ago

Great, thanks for checking it!