Can't seem to get my map server to recompile anymore after updating to latest rAthena, I have no idea how do fix it as the code looks fine to me?
This is the error I get when recompiling
script.c: In function 'parse_variable': script.c:1068: error: 'C_ADD_PP' undeclared (first use in this function) script.c:1068: error: (Each undeclared identifier is reported only once script.c:1068: error: for each function it appears in.) script.c:1069: error: 'C_SUB_PP' undeclared (first use in this function) make[1]: *** [obj/script.o] Error 1 make[1]: Leaving directory `/root/Desktop/rAthena/src/map' make: *** [map] Error 2
Here are the lines in question by my recompile log.
The code for Script.C is too long to post on the forum I was going to upload it but I don't have proper permissions to do so, it can be pulled from the github from src/map/script.c I don't know code very well but to me it looks fine. Am I in the proper support area? Help very much appreciated, Thank you!
Question
Elithe
Can't seem to get my map server to recompile anymore after updating to latest rAthena, I have no idea how do fix it as the code looks fine to me?
This is the error I get when recompiling
script.c: In function 'parse_variable':
script.c:1068: error: 'C_ADD_PP' undeclared (first use in this function)
script.c:1068: error: (Each undeclared identifier is reported only once
script.c:1068: error: for each function it appears in.)
script.c:1069: error: 'C_SUB_PP' undeclared (first use in this function)
make[1]: *** [obj/script.o] Error 1
make[1]: Leaving directory `/root/Desktop/rAthena/src/map'
make: *** [map] Error 2
Here are the lines in question by my recompile log.
The code for Script.C is too long to post on the forum I was going to upload it but I don't have proper permissions to do so, it can be pulled from the github from src/map/script.c I don't know code very well but to me it looks fine. Am I in the proper support area? Help very much appreciated, Thank you!
Edited by Elithe2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.