Displaying 1 result from an estimated 1 matches for "l1530".
Did you mean:
1530
2016 Aug 03
2
Pull requests: CJK words and Snippet generator
...t it to build on both 12.04 LTS and
14.04 LTS. On 12.04 LTS Travis breaks due to pkg-config missing [3]. On
14.04 LTS the build breaks due to Python missing the sphinx package [4].
That's probably a Python version 2 vs 3 environment issue.
[3] https://travis-ci.org/xapian/xapian/jobs/149516398#L1530
[4] https://travis-ci.org/xapian/xapian/jobs/149516019#L4262
The only way is see is to get rid of the pkg-config checks in
configure.ac and check in configure.ac for libicu headers and libraries.
Or do you plan to use pkg-config in xapian-core and rather make this
work with Travis?
Cheers,
Robert