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
I got this error when attempting to build this with goxc:
[goxc:xc] 2016/04/21 11:33:30 Stopping after 'xc' failed with error 'Wait error: exit status 1: ../zeppelin/paragraph.go:5:2: C source files not allowed when not using cgo or SWIG: approxidate.c'
[goxc] 2016/04/21 11:33:30 RunTasks error: Wait error: exit status 1: ../zeppelin/paragraph.go:5:2: C source files not allowed when not using cgo or SWIG: approxidate.c
Perhaps there's no way around this, but it does mean that one of the most convenient ways of making portable go code is not available when used with this library.
The text was updated successfully, but these errors were encountered:
I got this error when attempting to build this with goxc:
[goxc:xc] 2016/04/21 11:33:30 Stopping after 'xc' failed with error 'Wait error: exit status 1: ../zeppelin/paragraph.go:5:2: C source files not allowed when not using cgo or SWIG: approxidate.c'
[goxc] 2016/04/21 11:33:30 RunTasks error: Wait error: exit status 1: ../zeppelin/paragraph.go:5:2: C source files not allowed when not using cgo or SWIG: approxidate.c
Perhaps there's no way around this, but it does mean that one of the most convenient ways of making portable go code is not available when used with this library.
The text was updated successfully, but these errors were encountered: