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
$ GOOS=windows GOARCH=386 go build -o anan
go build github.com/moovweb/gokogiri/help: build constraints exclude all Go files in /home/javier/go/src/github.com/moovweb/gokogiri/help
go build github.com/moovweb/gokogiri/xpath: build constraints exclude all Go files in /home/javier/go/src/github.com/moovweb/gokogiri/xpath
any thoughts?
The text was updated successfully, but these errors were encountered:
Once I enabled CGO_ENABLED, I get this error. Is it some kind of gcc issue?
$ env CGO_ENABLED=1 GOOS=linux GOARCH=386 go build -o anan !(*_test).go
# runtime/cgo
In file included from _cgo_export.c:2:0:
/usr/include/stdlib.h:25:10: fatal error: bits/libc-header-start.h: No such file or directory
#include <bits/libc-header-start.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
any thoughts?
The text was updated successfully, but these errors were encountered: