-
-
Notifications
You must be signed in to change notification settings - Fork 700
Upgrading Libvips Meson build problem. #3099
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
Hi @web-apply,
You need to give the install prefix, ie. where you want libvips to be installed. The default is meson will make a debug build by default, and libvips prints some tracing info to stdout in debug mode. This is preventing the test suite from working. Use I would try:
You need to install You have some problems with your environment. You may need to set your system up to use |
Since I've implemented the latter. A couple tests emit the message e.g. See #3102 |
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I am using debian 11.5 and indtalled > apt install libvips42 last version ( vips-8.10.5 Thu Jan 21 18:55:16 UTC 2021).
I tried update to 8.13.2 with meson build but i am getting errors.
How can I update packages that have remained in the old version more easily and automatically?
I installed meson ninja python 3 and all required packages.
When i run ninja test
And here: meson setup build-dir --prefix=/aaa/bbb/ccc
I don't understand what is this: --prefix=/aaa/bbb/ccc
The text was updated successfully, but these errors were encountered: