Displaying 2 results from an estimated 2 matches for "xapian_gc".
Did you mean:
xapian_
2018 Nov 12
0
Fwd: GoXapian
...here no more problem with the MSet and
ESet and all class seem to be generated in Go correctly. I will try
tomorrow to manually invoke swig over your .i file and see if the code is
generated properly. The file generate-go-execption seem to be for python,
is it part of the go binding? I see there is xapian_gc.cc I hope that will
work, it's be welcome to not have to manage memory allocation manually. I
will try to make it work tomorrow, it's late here. It's a good starting
point. I know Xapian can work well in go, so it's only a matter of time
before I made your version pass the test....
2018 Nov 11
2
Fwd: GoXapian
On Mon, Nov 05, 2018 at 09:04:23PM +0000, Olly Betts wrote:
> Dave Courtois wrote:
> > Hi there just a little word to tell you that Xapian 1.4.6 work in
> > Golang 1.9. There is some issue with the MSet ESet, the namespace part
> > of the name is drop by swig. There is also some error with define
> > macro in .i files, but with minor change all work perfectly.
I had a