You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2022. It is now read-only.
I think this looks similar to your final comments on issue in #1
~/go/src/github.com/maneac/go-ultralight/examples/browser git:master / 87d 9h 8m
❯ go build
# github.com/maneac/go-ultralight
../../config.go:46:2: could not determine kind of name for C.ulConfigSetDeviceScaleHint
../../config.go:39:2: could not determine kind of name for C.ulConfigSetUseBGRAForOffscreenRendering
Same thing happened when trying to build any of the example/tutorials...
Note that I did run try various rpath and LD_LIBRARY_PATH permutations, but still the same result each time.
❯ go version
go version go1.13.8 linux/amd64
❯ gcc --version
gcc (Ubuntu 9.3.0-10ubuntu2) 9.3.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
❯ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.1 LTS"