anjoliwanag Posted October 13, 2013 Posted October 13, 2013 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. Quote
anjoliwanag Posted October 14, 2013 Author Posted October 14, 2013 (edited) Yeah, I hope they fix it soon. [solved] The latest Revision 17689 fixed it. Edited October 14, 2013 by anjoliwanag Quote
anjoliwanag Posted October 13, 2013 Author Posted October 13, 2013 Maybe we should wait for the new revision and hope it'll fix it. Quote
NeoY Posted October 13, 2013 Posted October 13, 2013 Last I checked, rathena svn up to revision 17655, but still error for compiling. LOL Quote
Question
anjoliwanag
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:
Any thoughts? Thanks in advance.
6 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.