I tried upgrading kiwix-lib from a3d01b6 to 4485cc8 and I'm having a problem with Meson. I'm on 0.39.1, the latest available from pypi. I'm building on Debian Jessie. For reference, I had similar issues in #10.
The Meson build system
Version: 0.39.1
Source dir: /opt/app/kiwix-lib
Build dir: /opt/app/kiwix-lib/build
Build type: native build
Project name: kiwixlib
Native cpp compiler: c++ (gcc 4.9.2)
Build machine cpu family: x86_64
Build machine cpu: x86_64
Dependency threads found: YES
Found pkg-config: /usr/bin/pkg-config (0.28)
Native dependency icu-i18n found: YES 52.1
Native dependency libzim found: YES 1.4
Native dependency pugixml found: YES 1.8
Has header "ctpp2/CTPP2Logger.hpp": YES
Library ctpp2 found: YES
Program compile_resources.py found: YES (/opt/app/kiwix-lib/scripts/compile_resources.py)
Configuring kiwix_config.h using configuration
Meson encountered an error in file meson.build, line 87, column 5:
Unknown variable "ctpp2_include_path".
I tried upgrading kiwix-lib from a3d01b6 to 4485cc8 and I'm having a problem with Meson. I'm on 0.39.1, the latest available from pypi. I'm building on Debian Jessie. For reference, I had similar issues in #10.