TOSTRING issue in src/metadata.c #1381
Unanswered
JonathanBerrew
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I realized the TOSTRING function is defined in const.h:
But is only defined if NAMEVER is defined. If NAMEVER isn't defined, TOSTRING isn't defined and in metadata.c:
TOSTRING is not working properly, and I'm getting error when compiling under Windows without NAMEVER defined.
To fix this, I add manually
outside of the ifndef/else.
Am I building it wrongly?
Beta Was this translation helpful? Give feedback.
All reactions