hi, i am compiling a clean source to see if i set it up right and there are only a couple of errors witch both relate to the same line. the errors are as follows:
C:\Users\Alex\Desktop\mod\src\misc.c||In function 'save_presets':| C:\Users\Alex\Desktop\mod\src\misc.c|140|error: 'MAJOR_VERSION' undeclared (first use in this function)| C:\Users\Alex\Desktop\mod\src\misc.c|140|note: each undeclared identifier is reported only once for each function it appears in| ||=== Build finished: 2 errors, 0 warnings ===|
--and this is the contents in and around line 140-- *line 120 - 149*