You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! i tried a few compilers and always get stucked at the step 83% with this error
reone/src/libs/tools/2da.cpp: In member function ‘void reone::TwoDaTool::to2DA(const std::filesystem::__cxx11::path&, const std::filesystem::__cxx11::path&)’:
/reone/src/libs/tools/2da.cpp:136:31: error: cannot bind non-const lvalue reference of type ‘std::__cxx11::basic_string&’ to an rvalue of type ‘std::string’ {aka ‘std::__cxx11::basic_string’}
136 | path.filename().string(),
| ~~~~~~~~~~~~~~~~~~~~~~^~
Any idea?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi! i tried a few compilers and always get stucked at the step 83% with this error
reone/src/libs/tools/2da.cpp: In member function ‘void reone::TwoDaTool::to2DA(const std::filesystem::__cxx11::path&, const std::filesystem::__cxx11::path&)’:
/reone/src/libs/tools/2da.cpp:136:31: error: cannot bind non-const lvalue reference of type ‘std::__cxx11::basic_string&’ to an rvalue of type ‘std::string’ {aka ‘std::__cxx11::basic_string’}
136 | path.filename().string(),
| ~~~~~~~~~~~~~~~~~~~~~~^~
Any idea?
Thanks!
The text was updated successfully, but these errors were encountered: