Well.. going to the point, I have an error while recompiling the emulator.
I will explain it now.
I'm trying to make working again an old atcommand, but since I don't understand it's structure, I'm doing what I think I need to do, but with no success.
I'm getting this error:
obj/atcommand.o: In function `atcommand_policebc':
/src/map/atcommand.c:10001: undefined reference to `intif_announce'
collect2: ld returned 1 exit status
make[1]: *** [map-server] Error 1
make[1]: Leaving directory `/src/map'
make: *** [map] Error 2
I have declared it's structure in the same src/map/atcommand.c file after all the "non custom" ones.
Question
Echoes
Hello C:
Well.. going to the point, I have an error while recompiling the emulator.
I will explain it now.
I'm trying to make working again an old atcommand, but since I don't understand it's structure, I'm doing what I think I need to do, but with no success.
I'm getting this error:
I have declared it's structure in the same src/map/atcommand.c file after all the "non custom" ones.
And this is the line of the error:
Don't know exactly what to do :c
Please Help!
Link to comment
Share on other sites
0 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.