Jump to content
  • 0

adding a new atcommand error


Echoes

Question


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  155
  • Reputation:   6
  • Joined:  03/30/13
  • Last Seen:  

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:

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.

 

And this is the line of the error:

	intif_announce(atcmd_output, strlen(atcmd_output) + 1, 0xCC99FF, 0);

Don't know exactly what to do :c

 

Please Help!

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...