Jump to content
  • 0

Compiling Error


SlashGeeGee

Question


  • Group:  Members
  • Topic Count:  111
  • Topics Per Day:  0.02
  • Content Count:  573
  • Reputation:   20
  • Joined:  11/19/11
  • Last Seen:  

Hello rA :)

I've applied few source mods then updated my rAthena server files then I got these errors when i compile :


1>c:\ragnarok files\rathena\src\map\atcommand.c(1999): error C2059: syntax error : '<<'
1>c:\ragnarok files\rathena\src\map\atcommand.c(2029): warning C4034: sizeof returns 0
1>c:\ragnarok files\rathena\src\map\atcommand.c(2139): warning C4034: sizeof returns 0

here's my atcommand.c:

http://www.mediafire.com/?j92wgq37375e403

Please Help me :)

SlashGeeGee

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  554
  • Reputation:   70
  • Joined:  04/04/12
  • Last Seen:  

just edit the conflicts...by using tortoise right click the file then 'edit conflicts'...

or open the file then chose what you what and deleting the old one/new one

<<<<<<< .mine

{ MAP_DICASTES, 198, 187 },

// 30=El Dicastes

{ MAP_MORA, 44, 151 },

// 31=Mora

{ MAP_DEWATA, 200, 180 },

// 32=Dewata

{ MAP_MALANGDO, 140, 114 },

// 33=Malangdo Island

{ MAP_MALAYA, 232, 222 },

// 34=Malaya Port

{ MAP_ECLAGE, 110, 39 },

// 35=Eclage

=======

{ MAP_DICASTES, 198, 187 },

// 30=El Dicastes

{ MAP_MORA, 44, 151 },

// 31=Mora

{ MAP_DEWATA, 200, 180 },

// 32=Dewata

{ MAP_MALANGDO, 140, 114 },

// 33=Malangdo Island

{ MAP_MALAYA, 242, 211 },

// 34=Malaya Port

{ MAP_ECLAGE, 110, 39 },

// 35=Eclage

>>>>>>> .r16590

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  111
  • Topics Per Day:  0.02
  • Content Count:  573
  • Reputation:   20
  • Joined:  11/19/11
  • Last Seen:  

just edit the conflicts...by using tortoise right click the file then 'edit conflicts'...

or open the file then chose what you what and deleting the old one/new one

<<<<<<< .mine

{ MAP_DICASTES, 198, 187 },

// 30=El Dicastes

{ MAP_MORA, 44, 151 },

// 31=Mora

{ MAP_DEWATA, 200, 180 },

// 32=Dewata

{ MAP_MALANGDO, 140, 114 },

// 33=Malangdo Island

{ MAP_MALAYA, 232, 222 },

// 34=Malaya Port

{ MAP_ECLAGE, 110, 39 },

// 35=Eclage

=======

{ MAP_DICASTES, 198, 187 },

// 30=El Dicastes

{ MAP_MORA, 44, 151 },

// 31=Mora

{ MAP_DEWATA, 200, 180 },

// 32=Dewata

{ MAP_MALANGDO, 140, 114 },

// 33=Malangdo Island

{ MAP_MALAYA, 242, 211 },

// 34=Malaya Port

{ MAP_ECLAGE, 110, 39 },

// 35=Eclage

>>>>>>> .r16590

THanks malufett :)

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