sourcegraph / webloop

WebLoop: Scriptable, headless WebKit with a Go API. Like PhantomJS, but for Go.
https://sourcegraph.com/github.com/sourcegraph/webloop
BSD 3-Clause "New" or "Revised" License
1.37k stars 84 forks source link

Build error #17

Closed ybinrain closed 8 years ago

ybinrain commented 8 years ago

github.com/sourcegraph/webloop/cmd/static-reverse-proxy

/home/ybin/apps/go/pkg/tool/linux_amd64/link: running gcc failed: exit status 1 /tmp/go-link-470351107/000009.o:in function ‘removeClosure’中: /tmp/go-build851580455/github.com/gotk3/gotk3/glib/_obj/_cgo_export.c:10: multiple definition of removeClosure' /tmp/go-link-470351107/000001.o:/tmp/go-build851580455/github.com/conformal/gotk3/glib/_obj/_cgo_export.c:10:first definition /tmp/go-link-470351107/000009.o:in function ‘goMarshal’中: /tmp/go-build851580455/github.com/gotk3/gotk3/glib/_obj/_cgo_export.c:23: multiple definition ofgoMarshal' /tmp/go-link-470351107/000001.o:/tmp/go-build851580455/github.com/conformal/gotk3/glib/_obj/_cgo_export.c:23:first definition collect2: error:ld return 1

paultag commented 8 years ago

This will be fixed if https://github.com/sourcegraph/go-webkit2/pull/32 gets merged

sqs commented 8 years ago

Merged sourcegraph/go-webkit2#32. Closing. Please reopen if this continues to be an issue.