Jump to content
  • 0

Need help got this error when recompiling...


Ragnar Lothbrok

Question


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  309
  • Reputation:   6
  • Joined:  04/24/12
  • Last Seen:  

after updating my svn,i got this error when recompiling...

 

 

1>c:\users\einra\desktop\rathena\src\map\skill.c(12442): error C2065: 'uint' : undeclared identifier
1>c:\users\einra\desktop\rathena\src\map\skill.c(12442): error C2146: syntax error : missing ';' before identifier 'inf2'
1>c:\users\einra\desktop\rathena\src\map\skill.c(12442): error C2065: 'inf2' : undeclared identifier
1>c:\users\einra\desktop\rathena\src\map\skill.c(12564): error C2065: 'inf2' : undeclared identifier
1>c:\users\einra\desktop\rathena\src\map\skill.c(12565): error C2065: 'inf2' : undeclared identifier
Edited by arnie2302
Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

Index: skill.c
===================================================================
--- skill.c	(revision 17161)
+++ skill.c	(working copy)
@@ -12439,7 +12439,7 @@
 	struct status_change *sc;
 	struct skill_condition require;
 	int i;
-	uint inf2;
+	int inf2;
 
 	nullpo_ret(sd); 

 

Just change uint to int. Or wait for the devs to fix it. :D

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  309
  • Reputation:   6
  • Joined:  04/24/12
  • Last Seen:  

[Fixed]

Maraming Salamat Sir clydelion.... /thx

Edited by arnie2302
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  155
  • Reputation:   1
  • Joined:  02/03/13
  • Last Seen:  

Posted (edited) · Hidden by Emistry, February 26, 2013 - non-english ~
Hidden by Emistry, February 26, 2013 - non-english ~

tatanong ko nga din sana yan tol naunahan mo lang ako hahaha at kay sir clydelion sir maraming salamat ulit

 

@sir patrace naman saang path yan hindi ko makita sa skill.c eh src/map/skill.c ba ang path nyan?

Edited by secondL
Link to comment

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