Jump to content
  • 0

I cannot compile map-server_sql rev 17551


anjoliwanag

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  06/05/12
  • Last Seen:  

I've just got the revision, nothing is changed. I tried to compile it with microsoft visual studio 2012 as I do every time.
 
I get this error:

1>------ Build started: Project: map-server_sql, Configuration: Debug Win32 ------
1>  battle.c
1>  elemental.c
1>  skill.c
1>c:\users\anjo\desktop\project 1\src\map\skill.c(431): error C2039: 'copyskill_restrict' : is not a member of 'Battle_Config'
1>          c:\users\anjo\desktop\project 1\src\map\battle.h(111) : see declaration of 'Battle_Config'
1>c:\users\anjo\desktop\project 1\src\map\skill.c(433): error C2039: 'copyskill_restrict' : is not a member of 'Battle_Config'
1>          c:\users\anjo\desktop\project 1\src\map\battle.h(111) : see declaration of 'Battle_Config'
1>c:\users\anjo\desktop\project 1\src\map\skill.c(479): error C2039: 'blockskill' : is not a member of 'map_session_data'
1>          c:\users\anjo\desktop\project 1\src\map\pc.h(136) : see declaration of 'map_session_data'
1>c:\users\anjo\desktop\project 1\src\map\skill.c(17278): error C2039: 'blockskill' : is not a member of 'map_session_data'
1>          c:\users\anjo\desktop\project 1\src\map\pc.h(136) : see declaration of 'map_session_data'
1>c:\users\anjo\desktop\project 1\src\map\skill.c(17303): error C2039: 'blockskill' : is not a member of 'map_session_data'
1>          c:\users\anjo\desktop\project 1\src\map\pc.h(136) : see declaration of 'map_session_data'
1>c:\users\anjo\desktop\project 1\src\map\skill.c(17327): error C2039: 'blockskill' : is not a member of 'map_session_data'
1>          c:\users\anjo\desktop\project 1\src\map\pc.h(136) : see declaration of 'map_session_data'
1>c:\users\anjo\desktop\project 1\src\map\skill.c(17347): error C2039: 'blockskill' : is not a member of 'map_session_data'
1>          c:\users\anjo\desktop\project 1\src\map\pc.h(136) : see declaration of 'map_session_data'
1>c:\users\anjo\desktop\project 1\src\map\elemental.c(565): warning C4013: 'skill_isNotOk' undefined; assuming extern returning int
1>c:\users\anjo\desktop\project 1\src\map\elemental.c(580): error C2039: 'require' : is not a member of 's_skill_db'
1>          c:\users\anjo\desktop\project 1\src\map\skill.h(112) : see declaration of 's_skill_db'
1>c:\users\anjo\desktop\project 1\src\map\elemental.c(581): error C2039: 'require' : is not a member of 's_skill_db'
1>          c:\users\anjo\desktop\project 1\src\map\skill.h(112) : see declaration of 's_skill_db'
1>c:\users\anjo\desktop\project 1\src\map\battle.c(6957): error C2039: 'copyskill_restrict' : is not a member of 'Battle_Config'
1>          c:\users\anjo\desktop\project 1\src\map\battle.h(111) : see declaration of 'Battle_Config'
1>c:\users\anjo\desktop\project 1\src\map\battle.c(6957): warning C4047: 'initializing' : 'int *' differs in levels of indirection from 'int'

 

Any thoughts? Thanks in advance.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  06/05/12
  • Last Seen:  

Yeah, I hope they fix it soon.


[solved] The latest Revision 17689 fixed it.

Edited by anjoliwanag
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  3
  • Reputation:   0
  • Joined:  09/21/13
  • Last Seen:  

don't use it

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  8
  • Reputation:   0
  • Joined:  08/14/13
  • Last Seen:  

me too.. lol

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  06/05/12
  • Last Seen:  

Maybe we should wait for the new revision and hope it'll fix it.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  8
  • Reputation:   0
  • Joined:  08/14/13
  • Last Seen:  

Last I checked, rathena svn up to revision 17655, but still error for compiling. LOL

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