how to build 64bit xapian using MSVC2017?
李澍 <[email protected]>
| Newsgroups | gmane.comp.search.xapian.general |
|---|---|
| Message-ID | <[email protected]> |
hi,
I'm new in xapian project. I want to build 64bit xapian(1.2.8) from source using MSVC 2017.
But I cann't find any documents about 64bit compiling steps.
I tried to replace the WIN32 with the WIN64 in the source files, then compile all the source.
But the query parser compiling failed.
It seems the lemon.exe get a runtime error.
Is there a official doc to describe the steps to build the 64bit xapian using MSVC2017?
Thanks.
[email protected]