Jump to content
  • 0

Failled Map compile [battle.c ; guild.c; pc.c; skill.c; status.c]


Leehalt

Question


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  44
  • Reputation:   0
  • Joined:  04/26/12
  • Last Seen:  

- Theres a problem with compiling stemming from revision 17541 to 17543 with the files [battle.c] [guild.c] [pc.c] [skill.c] [status.c] preventing a succesful compile...

 

- This is what the compiler spews out on me. Using 2010 c++ express.

 

\src\map\battle.c(342): error C2065: 'SC_TELEKINESIS_INTENSE' : undeclared identifier
\src\map\battle.c(342): error C2065: 'SC_TELEKINESIS_INTENSE' : undeclared identifier
\src\map\battle.c(1080): error C2065: 'SC_DARKCROW' : undeclared identifier
\src\map\battle.c(1081): error C2065: 'SC_DARKCROW' : undeclared identifier
\src\map\battle.c(1083): error C2065: 'SC_UNLIMIT' : undeclared identifier
\src\map\battle.c(1084): error C2065: 'SC_UNLIMIT' : undeclared identifier
\src\map\battle.c(3820): error C2065: 'SC_FLASHCOMBO' : undeclared identifier
\src\map\battle.c(3821): error C2065: 'SC_FLASHCOMBO' : undeclared identifier
\src\map\battle.c(3821): error C2065: 'SC_FLASHCOMBO' : undeclared identifier
\src\map\battle.c(3822): error C2065: 'SC_FLASHCOMBO' : undeclared identifier
\src\map\battle.c(3822): error C2065: 'SC_FLASHCOMBO' : undeclared identifier
\src\map\battle.c(3822): error C2065: 'SC_FLASHCOMBO' : undeclared identifier
\src\map\battle.c(3822): error C2065: 'SC_FLASHCOMBO' : undeclared identifier
\src\map\battle.c(3822): error C2065: 'SC_FLASHCOMBO' : undeclared identifier
\src\map\battle.c(3822): error C2065: 'SC_FLASHCOMBO' : undeclared identifier
\src\map\battle.c(3822): error C2065: 'SC_FLASHCOMBO' : undeclared identifier
\src\map\battle.c(3822): error C2065: 'SC_FLASHCOMBO' : undeclared identifier
\src\map\guild.c(1401): warning C4013: 'skill_blockpc_start_' undefined; assuming extern returning int
\src\map\pc.c(1153): warning C4013: 'skill_cooldown_load' undefined; assuming extern returning int
\src\map\skill.c(395): error C2065: 'SC_OFFERTORIUM' : undeclared identifier
\src\map\skill.c(397): error C2065: 'SC_OFFERTORIUM' : undeclared identifier
\src\map\skill.c(1491): error C2065: 'SC_DARKCROW' : undeclared identifier
\src\map\skill.c(1494): error C2065: 'SC_ILLUSIONDOPING' : undeclared identifier
\src\map\skill.c(6736): error C2065: 'SC_ANGEL_PROTECT' : undeclared identifier
\src\map\skill.c(6736): error C2051: case expression not constant
\src\map\skill.c(6736): error C2065: 'SC_MONSTER_TRANSFORM' : undeclared identifier
\src\map\skill.c(6736): error C2051: case expression not constant
\src\map\skill.c(6736): error C2065: 'SC_FULL_THROTTLE' : undeclared identifier
\src\map\skill.c(6736): error C2051: case expression not constant
\src\map\skill.c(6737): error C2065: 'SC_REBOUND' : undeclared identifier
\src\map\skill.c(6737): error C2051: case expression not constant
\src\map\skill.c(6737): error C2065: 'SC_TELEKINESIS_INTENSE' : undeclared identifier
\src\map\skill.c(6737): error C2051: case expression not constant
\src\map\status.c(562): error C2065: 'SC_DARKCROW' : undeclared identifier
\src\map\status.c(578): error C2065: 'SC_OFFERTORIUM' : undeclared identifier
\src\map\status.c(587): error C2065: 'SC_TELEKINESIS_INTENSE' : undeclared identifier
\src\map\status.c(601): error C2065: 'SC_UNLIMIT' : undeclared identifier
\src\map\status.c(626): error C2065: 'SC_KINGS_GRACE' : undeclared identifier
\src\map\status.c(658): error C2065: 'SC_FLASHCOMBO' : undeclared identifier
\src\map\status.c(680): error C2065: 'SC_FRIGG_SONG' : undeclared identifier
\src\map\status.c(707): error C2065: 'SC_ILLUSIONDOPING' : undeclared identifier
\src\map\status.c(707): error C2065: 'SI_ILLUSIONDOPING' : undeclared identifier
\src\map\status.c(707): error C2065: 'SI_ILLUSIONDOPING' : undeclared identifier
\src\map\status.c(707): error C2065: 'SI_ILLUSIONDOPING' : undeclared identifier
\src\map\status.c(752): error C2065: 'SC_FULL_THROTTLE' : undeclared identifier
\src\map\status.c(910): error C2065: 'SC_REBOUND' : undeclared identifier
\src\map\status.c(911): error C2065: 'SC_MONSTER_TRANSFORM' : undeclared identifier
\src\map\status.c(960): error C2065: 'SC_REBOUND' : undeclared identifier
\src\map\status.c(1063): error C2065: 'SC_KINGS_GRACE' : undeclared identifier
\src\map\skill.c(8216): error C2065: 'SC_ANGEL_PROTECT' : undeclared identifier
\src\map\skill.c(8216): error C2051: case expression not constant
\src\map\skill.c(8216): error C2065: 'SC_MONSTER_TRANSFORM' : undeclared identifier
\src\map\skill.c(8216): error C2051: case expression not constant
\src\map\skill.c(8217): error C2065: 'SC_FULL_THROTTLE' : undeclared identifier
\src\map\skill.c(8217): error C2051: case expression not constant
\src\map\skill.c(8217): error C2065: 'SC_REBOUND' : undeclared identifier
\src\map\skill.c(8217): error C2051: case expression not constant
\src\map\skill.c(8217): error C2065: 'SC_TELEKINESIS_INTENSE' : undeclared identifier
\src\map\skill.c(8217): error C2051: case expression not constant
\src\map\status.c(3529): error C2065: 'SC_REBOUND' : undeclared identifier
\src\map\status.c(4333): error C2065: 'SC_FULL_THROTTLE' : undeclared identifier
\src\map\status.c(4388): error C2065: 'SC_FULL_THROTTLE' : undeclared identifier
\src\map\status.c(4435): error C2065: 'SC_FULL_THROTTLE' : undeclared identifier
\src\map\status.c(4488): error C2065: 'SC_FULL_THROTTLE' : undeclared identifier
\src\map\status.c(4553): error C2065: 'SC_FULL_THROTTLE' : undeclared identifier
\src\map\status.c(4603): error C2065: 'SC_FULL_THROTTLE' : undeclared identifier
\src\map\status.c(4889): error C2065: 'SC_ILLUSIONDOPING' : undeclared identifier
\src\map\status.c(4890): error C2065: 'SC_ILLUSIONDOPING' : undeclared identifier
\src\map\status.c(5359): error C2065: 'SC_FULL_THROTTLE' : undeclared identifier
\src\map\status.c(5389): error C2065: 'SC_REBOUND' : undeclared identifier
\src\map\status.c(5752): error C2065: 'SC_FRIGG_SONG' : undeclared identifier
\src\map\status.c(5753): error C2065: 'SC_FRIGG_SONG' : undeclared identifier
\src\map\status.c(6803): error C2065: 'SC_OFFERTORIUM' : undeclared identifier
\src\map\status.c(6806): error C2065: 'SC_OFFERTORIUM' : undeclared identifier
\src\map\status.c(6806): error C2051: case expression not constant
\src\map\skill.c(14127): error C2065: 'SC_OFFERTORIUM' : undeclared identifier
\src\map\skill.c(14128): error C2065: 'SC_OFFERTORIUM' : undeclared identifier
\src\map\skill.c(14129): error C2065: 'SC_TELEKINESIS_INTENSE' : undeclared identifier
\src\map\skill.c(14130): error C2065: 'SC_TELEKINESIS_INTENSE' : undeclared identifier
\src\map\skill.c(14503): error C2065: 'SC_TELEKINESIS_INTENSE' : undeclared identifier
\src\map\skill.c(14504): error C2065: 'SC_TELEKINESIS_INTENSE' : undeclared identifier
\src\map\skill.c(14504): error C2065: 'SC_TELEKINESIS_INTENSE' : undeclared identifier
\src\map\skill.c(14504): error C2065: 'SC_TELEKINESIS_INTENSE' : undeclared identifier
\src\map\status.c(8883): error C2065: 'SC_FULL_THROTTLE' : undeclared identifier
\src\map\status.c(8883): error C2051: case expression not constant
\src\map\status.c(8888): error C2065: 'SC_KINGS_GRACE' : undeclared identifier
\src\map\status.c(8888): error C2051: case expression not constant
\src\map\status.c(8893): error C2065: 'SC_TELEKINESIS_INTENSE' : undeclared identifier
\src\map\status.c(8893): error C2051: case expression not constant
\src\map\status.c(8897): error C2065: 'SC_OFFERTORIUM' : undeclared identifier
\src\map\status.c(8897): error C2051: case expression not constant
\src\map\status.c(8901): error C2065: 'SC_FRIGG_SONG' : undeclared identifier
\src\map\status.c(8901): error C2051: case expression not constant
\src\map\status.c(8907): error C2065: 'SC_FLASHCOMBO' : undeclared identifier
\src\map\status.c(8907): error C2051: case expression not constant
\src\map\status.c(8910): error C2065: 'SC_MONSTER_TRANSFORM' : undeclared identifier
\src\map\status.c(8910): error C2051: case expression not constant
\src\map\status.c(9205): error C2065: 'SC_FULL_THROTTLE' : undeclared identifier
\src\map\status.c(9205): error C2051: case expression not constant
\src\map\status.c(9869): error C2065: 'SC_FULL_THROTTLE' : undeclared identifier
\src\map\status.c(9869): error C2051: case expression not constant
\src\map\status.c(9870): error C2065: 'SC_REBOUND' : undeclared identifier
\src\map\status.c(10926): error C2065: 'SC_FULL_THROTTLE' : undeclared identifier
\src\map\status.c(10926): error C2051: case expression not constant
\src\map\status.c(10933): error C2065: 'SC_KINGS_GRACE' : undeclared identifier
\src\map\status.c(10933): error C2051: case expression not constant
\src\map\status.c(10940): error C2065: 'SC_FRIGG_SONG' : undeclared identifier
\src\map\status.c(10940): error C2051: case expression not constant
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

- Reverted to r17540, and is working just fine.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  2
  • Reputation:   0
  • Joined:  07/11/13
  • Last Seen:  

me too...

Using Microsoft Visual Studio 2012

Edited by kamikaze-2005
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  37
  • Reputation:   0
  • Joined:  12/18/11
  • Last Seen:  

're my damage same mistake ever used 2012 2010 expres yes even in this skill errors batle status

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