Haikenz Posted November 12, 2017 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 309 Reputation: 82 Joined: 11/15/11 Last Seen: October 1, 2023 Share Posted November 12, 2017 (edited) I am using the latest version of rA, and are paring this following error 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14350): error C3861: 'yaml_node_is_defined': identifier not found 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14351): error C2065: 'yamlwrapper': undeclared identifier 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14351): error C2065: 'bswrap': undeclared identifier 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14351): error C3861: 'yaml_get_subnode': identifier not found 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14355): error C2065: 'bswrap': undeclared identifier 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14355): error C3861: 'yaml_verify_nodes': identifier not found 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14357): error C2065: 'bswrap': undeclared identifier 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14357): error C3861: 'yaml_destroy_wrapper': identifier not found 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14360): error C2065: 'bswrap': undeclared identifier 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14360): error C3861: 'yaml_get_int': identifier not found 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14361): error C2065: 'bswrap': undeclared identifier 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14361): error C3861: 'yaml_get_uint16': identifier not found 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14362): error C2065: 'bswrap': undeclared identifier 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14362): error C3861: 'yaml_destroy_wrapper': identifier not found Refine UI Updates https://github.com/rathena/rathena/pull/2499 Edited November 12, 2017 by Dream Catcher Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted November 12, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted November 12, 2017 whats your gcc version ? Quote Link to comment Share on other sites More sharing options...
0 Haikenz Posted November 12, 2017 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 309 Reputation: 82 Joined: 11/15/11 Last Seen: October 1, 2023 Author Share Posted November 12, 2017 (edited) On 12/11/2017 at 7:56 AM, Cyro said: whats your gcc version ? I'm using Visual Studio 2015 After you have made this modification the Refine Ui Updates appears these errors ... I have here the old rA without this new modification, and the Refine UI Updates compiles without errors https://github.com/rathena/rathena/commit/c4a364be2c7f9f443d479639e3422a4ce00b6268#diff-acba7818fb777457f5cbbcea9293f9c4 ~ SOLVED - https://github.com/cydh/rathena/pull/9 Edited November 15, 2017 by Dream Catcher Quote Link to comment Share on other sites More sharing options...
Question
Haikenz
I am using the latest version of rA, and are paring this following error
7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14350): error C3861: 'yaml_node_is_defined': identifier not found 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14351): error C2065: 'yamlwrapper': undeclared identifier 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14351): error C2065: 'bswrap': undeclared identifier 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14351): error C3861: 'yaml_get_subnode': identifier not found 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14355): error C2065: 'bswrap': undeclared identifier 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14355): error C3861: 'yaml_verify_nodes': identifier not found 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14357): error C2065: 'bswrap': undeclared identifier 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14357): error C3861: 'yaml_destroy_wrapper': identifier not found 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14360): error C2065: 'bswrap': undeclared identifier 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14360): error C3861: 'yaml_get_int': identifier not found 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14361): error C2065: 'bswrap': undeclared identifier 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14361): error C3861: 'yaml_get_uint16': identifier not found 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14362): error C2065: 'bswrap': undeclared identifier 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14362): error C3861: 'yaml_destroy_wrapper': identifier not found
Refine UI Updates https://github.com/rathena/rathena/pull/2499
Edited by Dream CatcherLink to comment
Share on other sites
2 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.