Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How much is the golang version of your go-sciter support? #137

Closed
twelveandone opened this issue Apr 23, 2018 · 5 comments
Closed

How much is the golang version of your go-sciter support? #137

twelveandone opened this issue Apr 23, 2018 · 5 comments

Comments

@twelveandone
Copy link

twelveandone commented Apr 23, 2018

Hello, I have some questions to ask you
How much is the golang version of your go-sciter support?

I use go1.5.3 windows/amd64 and TDM-GCC-64 in win10,but it can‘t work:

@pravic
Copy link
Member

pravic commented Apr 23, 2018

There were fixes to make Go 1.10 work and they have made go-sciter incompatible with previous Go versions.

But I haven't tested the Go 1.9 version against the earlier ones (1.5 and so on). You can try to download this version: https://github.com/sciter-sdk/go-sciter/releases/tag/go-1.9

If you can fix the current version to make it work with Go 1.5-1.9 - it would be cool.

@twelveandone
Copy link
Author

version: https://github.com/sciter-sdk/go-sciter/releases/tag/go-1.9
I use go1.9 windows/amd64 and TDM-GCC-64 in win10,but it can‘t work:

runtime
C:\Go\src\runtime\lfstack_amd64.go:16:45: lfstackPack redeclared in this block
previous declaration at C:\Go\src\runtime\lfstack_64bit.go:37:45
C:\Go\src\runtime\lfstack_amd64.go:20:51: lfstackUnpack redeclared in this block
previous declaration at C:\Go\src\runtime\lfstack_64bit.go:41:33
C:\Go\src\runtime\os_windows.go:14:10: _NSIG redeclared in this block
previous declaration at C:\Go\src\runtime\os2_windows.go:18:10
C:\Go\src\runtime\os_windows.go:61:2: _AddVectoredExceptionHandler redeclared in this block
previous declaration at C:\Go\src\runtime\os1_windows.go:52:2
C:\Go\src\runtime\os_windows.go:61:2: _CloseHandle redeclared in this block
previous declaration at C:\Go\src\runtime\os1_windows.go:52:2
C:\Go\src\runtime\os_windows.go:61:2: _CreateEventA redeclared in this block
previous declaration at C:\Go\src\runtime\os1_windows.go:52:2
C:\Go\src\runtime\os_windows.go:61:2: _CreateIoCompletionPort redeclared in this block
previous declaration at C:\Go\src\runtime\os1_windows.go:52:2
C:\Go\src\runtime\os_windows.go:61:2: _CreateThread redeclared in this block
previous declaration at C:\Go\src\runtime\os1_windows.go:52:2
C:\Go\src\runtime\os_windows.go:61:2: _CreateWaitableTimerA redeclared in this block
previous declaration at C:\Go\src\runtime\os1_windows.go:52:2
C:\Go\src\runtime\os_windows.go:61:2: _DuplicateHandle redeclared in this block
previous declaration at C:\Go\src\runtime\os1_windows.go:52:2
C:\Go\src\runtime\os_windows.go:61:2: too many errors

@pravic
Copy link
Member

pravic commented Apr 23, 2018

These errors look unrelated to the go-sciter. Can't you just use Go 1.10 with mingw-64?

@twelveandone
Copy link
Author

can work Thanks

@pravic
Copy link
Member

pravic commented Apr 26, 2018

Closing in favor of #136.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants