json no longer compiles with TCC on OSX #23664
Labels
Bug
This tag is applied to issues which reports bugs.
Build
V build error on any OS/CPU architecture.
Modules: JSON
Bugs/feature requests, that are related to `json` and `x.json2` modules.
OS: Mac
Bugs/feature requests, that are specific to Mac OS.
Describe the bug
Reproduction Steps
just do above
Expected Behavior
json works
Current Behavior
failed thirdparty object build cmd:
'/Users/despiegk/_code/v/thirdparty/tcc/tcc.exe' -std=c99 -D_DEFAULT_SOURCE -fwrapv -fPIC -I "/Users/despiegk/_code/v/thirdparty/cJSON" -o '/Users/despiegk/.vmodules/.cache/ad/ada83b1e9c1379329a100d8aeded1f07.module.json.o' -c '/Users/despiegk/_code/v/thirdparty/cJSON/cJSON.c'
builder error: In file included from /Users/despiegk/_code/v/thirdparty/cJSON/cJSON.c:59:
In file included from /Users/despiegk/_code/v/thirdparty/cJSON/cJSON.h:86:
thirdparty/tcc/lib/include/stddef.h:9: error: too many basic types
Possible Solution
?
Additional Information/Context
No response
V version
newest
Environment details (OS name and version, etc.)
osx
m.4
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered: