Hi,

I am trying to use the arrow go and follow the following instructions at

https://github.com/apache/arrow/tree/master/c_glib/example/go

everything goes ok until I am trying to do

% git clone https://github.com/apache/arrow.git ~/arrow
% cd ~/arrow/c_glib/example/go
% make generate

This returns the following error

$GOPATH/bin/gir-generator \
  -o $GOPATH/src/gir/arrow-1.0 \
  -config arrow-1.0/config.json \
  arrow-1.0/arrow.go.in
*panic: Typelib file for namespace 'Arrow', version '1.0' not found*

goroutine 1 [running]:
main.panic_if_error(0x845f80, 0xc4200a2620)
/home/ubuntu/workspace/go/src/
github.com/linuxdeepin/go-gir-generator/src/gir-generator/util.go:21 +0x4a
main.main()
/home/ubuntu/workspace/go/src/
github.com/linuxdeepin/go-gir-generator/src/gir-generator/main.go:218 +0x335
make: *** [generate] Error 2

I am on ubuntu 14.04.

How do I fix this?
-- 
Thanks,
Mike

Reply via email to