[Windows] Running meson causes the build system to error.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 869
- Forks
- 106
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to build the Drawing app and has Meson Installed. When I ran `meson _build`, this happened.
```
data\meson.build:7:1: ERROR: Tried to assign the invalid value "None" of type NoneType to variable.
```
How to overcome this error in here?
## System
- Device (desktop computer/tablet/phone/...): Laptop
- OS: Windows 10
- Desktop environment: Windows shell
- Package format: -
- App version: -
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Windows 10 build with `meson _build` and inspect `data/meson.build` at line 7, where Meson reports the invalid `None` value. Determine which configuration value resolves to `None`, then confirm that the build completes successfully on Windows.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100