-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C2V not working in windows in cJSON project #188
Labels
Bug
Something isn't working
Comments
|
I did this also:
|
One of c2v's dependencies is the clang front-end. You can get gcc+clang from https://winlibs.com, then add the directory you extract to to your path. Then c2v will be able to find it. |
However, c2v shouldn't be panicing in the case that it can't find clang - it should give a nice error message telling you to make clang available. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.
The text was updated successfully, but these errors were encountered: