Immediate-Mode-UI / Immediate-Mode-UI/Nuklear
"size of array '_dummy_array436' is negative " In the example of gdip error occurred
- Dominant language
- C
- Stars
- 11.4k
- Forks
- 686
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 3
Description
How can I fix these two problems?
```
/nuklear.h:293:61: error: size of array '_dummy_array435' is negative
```

another error
```
overview.c:460:38: error: storage size of 'sel_date' isn't known
/overview.c:466:57: error: invalid application of 'sizeof' to incomplete type 'struct tm'
```

Contributor guide
Research direction
The report points to nuklear.h:293 and overview.c:460-466 in the GDIP example; begin by reproducing the build and recording the compiler and platform details. Inspect the surrounding declarations and includes, then identify why both diagnostics occur. Done means the example builds cleanly or the required environment and fix are documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100