Re: [Plplot-devel] New binding of Go programming language

2014-01-29 Thread Hǎiliàng Wáng
Hi Alan, I have added an argument to the check program to support additional include directories. go get -d -u "github.com/hailiang/go-plplot" ("-d" to indicates not to build.) The new argument is like this: -incdir="dir1:dir2:dir3" Hǎiliàng

Re: [Plplot-devel] New binding of Go programming language

2014-01-28 Thread Hǎiliàng Wáng
Hi Alan, I have managed to generate function declarations from gccxml objects and tested the new check program. The result looks pretty nice. (Not forgot checking in this time :-). To update: go get -u "github.com/hailiang/go-gccxml" go get -u "github.com/hailiang/go-plplot" Hǎiliàng --