Christian Kisutsa

Results 1 issues of Christian Kisutsa

**time ./make.bash** fails with the following error: # runtime/cgo In file included from $WORK/runtime/cgo/_obj/_cgo_export.c:2:0: /data/local/tmp/go-build236511552/runtime/cgo/_obj/_cgo_export.h:35:14: error: size of array '_check_for_64_bit_pointer_matching_GoInt' is negative typedef char _check_for_64_bit_pointer_matching_GoInt[sizeof(void*)==64/8 ? 1:-1]; **Attempted fix:** export...