Jump to content
  • 0

Hello about manually update my rathena files in every single commit from rathena


Jayz

Question


  • Group:  Members
  • Topic Count:  59
  • Topics Per Day:  0.01
  • Content Count:  396
  • Reputation:   53
  • Joined:  07/24/12
  • Last Seen:  

I manually update my rathena files every rathena commit, for now i here now YAML loading optimization (#5997) , im stuck here because i got this error

 

rathena\src\common\database.hpp(10,10): fatal  error C1083: Cannot open include file: 'ryml_std.hpp': No such file or directory (compiling source file atcommand.cpp)
5>buyingstore.cpp
rathena\src\common\database.hpp(10,10): fatal  error C1083: Cannot open include file: 'ryml_std.hpp': No such file or directory (compiling source file battleground.cpp)
5>cashshop.cpp
rathena\src\map\script.hpp(7,10): fatal  error C1083: Cannot open include file: 'ryml_std.hpp': No such file or directory (compiling source file battle.cpp)
rathena\src\common\database.hpp(10,10): fatal  error C1083: Cannot open include file: 'ryml_std.hpp': No such file or directory (compiling source file achievement.cpp)
5>channel.cpp
5>chat.cpp
rathena\src\map\script.hpp(7,10): fatal  error C1083: Cannot open include file: 'ryml_std.hpp': No such file or directory (compiling source file buyingstore.cpp)
5>chrif.cpp
rathena\src\map\script.hpp(7,10): fatal  error C1083: Cannot open include file: 'ryml_std.hpp': No such file or directory (compiling source file cashshop.cpp)
5>clan.cpp
rathena\src\map\script.hpp(7,10): fatal  error C1083: Cannot open include file: 'ryml_std.hpp': No such file or directory (compiling source file chat.cpp)
5>clif.cpp
rathena\src\map\script.hpp(7,10): fatal  error C1083: Cannot open include file: 'ryml_std.hpp': No such file or directory (compiling source file channel.cpp)
5>duel.cpp
rathena\src\map\script.hpp(7,10): fatal  error C1083: Cannot open include file: 'ryml_std.hpp': No such file or directory (compiling source file clan.cpp)

 

To make sure i try to download this repository point, and try to compile on my end and same it is error too,

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  643
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

Ugh. The pain when manually updating the trunk. Why not git clone the latest then re do your modifications?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1540
  • Reputation:   238
  • Joined:  08/03/12
  • Last Seen:  

Hmm.. if your emulator in git, try git pull and fix all conflict & merge, then recompile.

Maybe backup if needed.

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