Changes between Version 3 and Version 4 of Ticket #832


Ignore:
Timestamp:
26/07/24 10:38:00 (12 months ago)
Author:
mgautier
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #832 – Description

    v3 v4  
    1 ass backend only so I concentrate on this only for now.
     1Hi,
     2
     3I am currently trying to compile xapian with meson build system.
     4Once done, I plan to either provide a patch here (if you are interested) or publish the build system on https://mesonbuild.com/Wrapdb-projects.html
     5
     6You can find the current status of xapian with meson here : https://github.com/openzim/xapian-meson
     7
     8Here few status information (for context):
     9- We are interested on glass backend only so I concentrate on this only for now.
    210- Works only creating static library. Got undefined reference else (both linux and windows)
    311- Some changes are independents of meson and you probably want them anyway (you may find them on the github repository)