Jump to content
  • 0

Problem Recompiling..


Musika6988

Question


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  53
  • Reputation:   6
  • Joined:  09/09/13
  • Last Seen:  

Hi guys?

Can anyone pls help me with my problem?

I tried recompiling on Linux using rorecompile but it wont get fix.. :(

 

"make[1]: Leaving directory /root/Trunk/src/char' make[1]: Entering directory/root/Trunk/src/map'
MKDIR obj
CC atcommand.c
atcommand.c: In function 'atcommand_go':
atcommand.c:1873:5: error: 'MAP_INVEK' undeclared (first use in this function)
{ MAP_INVEK, 147, 161 }, // 0=Invek
^
atcommand.c:1873:5: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [obj/atcommand.o] Error 1
make[1]: Leaving directory `/root/Trunk/src/map'
make: *** [map] Error 2"

 

You'll be so much appreciated.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  178
  • Reputation:   16
  • Joined:  06/25/12
  • Last Seen:  

Did you customize something in @go? That map invek is undeclared

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  50
  • Topics Per Day:  0.02
  • Content Count:  763
  • Reputation:   227
  • Joined:  02/11/17
  • Last Seen:  

can you share the edit you did in atcommand.c :))

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  737
  • Reputation:   216
  • Joined:  11/29/11
  • Last Seen:  

Add a define for MAP_INVEK in mapindex.h

Link to comment
Share on other sites

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...