-
When I compile OpenWrt to glib, the system will download pcre2-10.40.tar.bz2 because pkg config and cmake cannot find pcre2. However, due to my development environment being without network status, th…
-
I'm able to use *meson* to build *pymt_heatf* on Linux and macOS, but not yet on Windows.
-
## **Description of the problem**
As of October 7th 2024, Python 3.13 was released.
However, `pyshtools` cannot be installed when using this `3.13`. I have checked my system and on `3.12` it insta…
-
I'm trying to build this library with chalet
https://gitlab.freedesktop.org/cairo/cairo/-/blob/master/INSTALL?ref_type=heads
-
from a target, I can retrieve the source files, but not the header files (which I add in the corresponding meson.buid), is it normal ?
-
Thanks for releasing this work @hwarden162 - I'm wondering if you can provide installation instructions in the README?
I currently tried installing with `poetry install` and received the following …
-
In the current configs, the watchdog isn't enabled. In my fork, I made the following changes which seem to work.
```diff
--- linux-6.6.defconfig
+++ linux-6.6.defconfig
@@ -191,6 +191,8 @@ CONFI…
-
Meson's default warning levels highlighted several warnings. They are currently suppressed, but they should eventually be fixed. Click below for details from my build tests:
System information
…
-
Hello.
I am trying to build and test meson-python with Python 3.14 in Fedora.
I see a strange Segmentation fault in test_local_lib. I can reproduce it on Fedora Rawhide (42), but not on Fedora 3…
-
**Describe the bug**
Running `meson setup build` in a correctly set up project fails due to the linker being missing.
Linker's not missing though, but meson thinks it is. Before upgrading python and…