Hello there, this is my first post on this forum, I hope I'm posting this in the right section.
Following problem: I am writing my first c-program for my calculator and when making (./make.bat) the .g3a file it gives me a note (not an error or warning) but the add-in is not generated. The message is following:
note: include '<stdio.h>' or provide a declaration of 'snprintf'
But I already included stdio.h, when I copy the include and using it twice it still gives me this message.
So: What must I do to fix this?
Any help is appreciated! :D
--- NoSkiller / Lukas ---
Following problem: I am writing my first c-program for my calculator and when making (./make.bat) the .g3a file it gives me a note (not an error or warning) but the add-in is not generated. The message is following:
note: include '<stdio.h>' or provide a declaration of 'snprintf'
But I already included stdio.h, when I copy the include and using it twice it still gives me this message.
So: What must I do to fix this?
Any help is appreciated! :D
--- NoSkiller / Lukas ---