Hello,
After the rathena changed to c++11 support I can't successful compile the server on macOS (High Sierra).
Even using gcc-6/g++-6 from homebrew the compilation fails.
The error is the following:
...
LD char-server
Undefined symbols for architecture x86_64:
"std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::find_last_not_of(char, unsigned long) const", referenced from:
YAML::ScanScalar[abi:cxx11](YAML::Stream&, YAML::ScanScalarParams&) in yaml-cpp.a(scanscalar.o)
...
The undefined symbols error repeats many times.
So I ask if someone have successfully compiled on macOS can tell how this was done?
Thanks!