Immediate-Mode-UI / Immediate-Mode-UI/Nuklear

"size of array '_dummy_array436' is negative " In the example of gdip error occurred

Open
#233 1 comment 0 reactions 0 assignees View on GitHub
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
```
![image](https://user-images.githubusercontent.com/42601163/102893293-51080880-449c-11eb-8816-fad38a5ba6c7.png)

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'
```
![image](https://user-images.githubusercontent.com/42601163/102893418-80b71080-449c-11eb-99bd-d1e6396ff08e.png)

Contributor guide

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.