sciter-sdk / go-sciter

Golang bindings of Sciter: the Embeddable HTML/CSS/script engine for modern UI development
https://sciter.com
2.57k stars 268 forks source link

fatal error: sciter-x.h: No such file or directory #338

Closed lysShub closed 2 years ago

lysShub commented 2 years ago
# github.com/sciter-sdk/go-sciter
vendor\github.com\sciter-sdk\go-sciter\sciter.go:12:10: fatal error: sciter-x.h: No such file or directory
 #include "sciter-x.h"
          ^~~~~~~~~~~~
compilation terminated.

when i run examples/callback demo.

And I found issue 297, but I don't know what can I do?

lysShub commented 2 years ago

gomod will not load include dir to vendor/github.com/sciter-sdk/go-sciter

LycEcho commented 9 months ago

how do it