Immediate-Mode-UI / Immediate-Mode-UI/Nuklear
overview.c:247:47: error: ‘INT_MIN’ was not declared in this scope
Open
- Dominant language
- C
- Stars
- 11.4k
- Forks
- 686
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 3
Description
```
overview.c:247:47: error: ‘INT_MIN’ was not declared in this scope
247 | nk_property_int(ctx, "#min:", INT_MIN, &range_int_min, range_int_max, 1, 10);
```
Contributor guide
Research direction
Start by reproducing the compiler error in overview.c at line 247 and inspect the surrounding context and build output. The work is complete when the project builds without the INT_MIN declaration error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100