turnpike icon indicating copy to clipboard operation
turnpike copied to clipboard

Windows Installation

Open j8lp opened this issue 7 years ago • 2 comments

Trying to install on Windows 10 64 bit.

C:\>go get gopkg.in/jcelliott/turnpike.v2
C:\Go\src\runtime\mstkbar.go:151:10: debug.gcstackbarrieroff undefined (type struct { allocfreetrace int32; cgocheck int32; efence int32; gccheckmark int32; gcpacertrace int32; gcshrinkstackoff int32; gcrescanstacks int32; gcstoptheworld int32; gctrace int32; invalidptr int32; sbrk int32; scavenge int32; scheddetail int32; schedtrace int32 } has no field or method gcstackbarrieroff)
C:\Go\src\runtime\mstkbar.go:162:24: division by zero
C:\Go\src\runtime\mstkbar.go:162:44: undefined: stkbar
C:\Go\src\runtime\mstkbar.go:212:4: gp.stkbar undefined (type *g has no field or method stkbar)
C:\Go\src\runtime\mstkbar.go:213:15: gp.stkbar undefined (type *g has no field or method stkbar)
C:\Go\src\runtime\mstkbar.go:216:23: undefined: stackBarrierPC
C:\Go\src\runtime\mstkbar.go:226:28: gp.stkbarPos undefined (type *g has no field or method stkbarPos)
C:\Go\src\runtime\mstkbar.go:227:19: gp.stkbarPos undefined (type *g has no field or method stkbarPos)
C:\Go\src\runtime\mstkbar.go:231:27: gp.stkbar undefined (type *g has no field or method stkbar)
C:\Go\src\runtime\mstkbar.go:248:41: undefined: stkbar
C:\Go\src\runtime\mstkbar.go:231:27: too many errors

j8lp avatar Feb 28 '18 04:02 j8lp

Did you post this on the wrong repo? Doesn't look related to turnpike.

jcelliott avatar Mar 01 '18 13:03 jcelliott

Sorry about that. Updated my original post with the correct command line output. Now you know how I got here

j8lp avatar Mar 01 '18 15:03 j8lp