Giter Club home page Giter Club logo

Comments (6)

kevincobain2000 avatar kevincobain2000 commented on June 24, 2024 1

Solution shared by one of our devs

https://developpaper.com/using-endless-in-windows-undefined-syscall-sigusr1/

Inside: C:\Program Files\Go\src\syscall\types_windows.go

var signals = [...]string{
    //Omit line n here....
    /**Compatible with Windows start*/
    16: "SIGUSR1",
    17: "SIGUSR2",
    18: "SIGTSTP",
    /**Compatible with windows end*/
}
/**Compatible with Windows start*/
func Kill(...interface{}) {
    return;
}
const (
    SIGUSR1 = Signal(0x10)
    SIGUSR2 = Signal(0x11)
    SIGTSTP = Signal(0x12)
)
/**Compatible with windows end*/

from endless.

C3sarRC avatar C3sarRC commented on June 24, 2024

cye1024++

from endless.

shekkm avatar shekkm commented on June 24, 2024

any solutions?

from endless.

TimLiuDream avatar TimLiuDream commented on June 24, 2024

so am i

github.com/fvbock/endless

..\github.com\fvbock\endless\endless.go:64:3: undefined: syscall.SIGUSR1
..\github.com\fvbock\endless\endless.go:65:3: undefined: syscall.SIGUSR2
..\github.com\fvbock\endless\endless.go:68:3: undefined: syscall.SIGTSTP
..\github.com\fvbock\endless\endless.go:111:5: undefined: syscall.SIGUSR1
..\github.com\fvbock\endless\endless.go:112:5: undefined: syscall.SIGUSR2
..\github.com\fvbock\endless\endless.go:115:5: undefined: syscall.SIGTSTP
..\github.com\fvbock\endless\endless.go:119:5: undefined: syscall.SIGUSR1
..\github.com\fvbock\endless\endless.go:120:5: undefined: syscall.SIGUSR2
..\github.com\fvbock\endless\endless.go:123:5: undefined: syscall.SIGTSTP
..\github.com\fvbock\endless\endless.go:224:3: undefined: syscall.Kill
..\github.com\fvbock\endless\endless.go:224:3: too many errors

from endless.

damithadayananda avatar damithadayananda commented on June 24, 2024

is there solution for windows

from endless.

ItsFunny avatar ItsFunny commented on June 24, 2024

any solution for windows ?

from endless.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.