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
您好,cmake ..时没有问题,但是make 时,还是有类似下面这样的错误:
错误1:/usr/include/c++/9/bits/basic_string.tcc:212:32: error: ‘__N’ was not declared in this scope
212 | std::__throw_logic_error(__N("basic_string::"
| ~~~^~~~~~~~~~~~~~~~~
213 | "_M_construct null not valid"));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
错误2:/home/ljj/firesmoke/20230526SmartCity/web/src/cweb/router.h:73:31: required from here
/usr/include/c++/9/bits/basic_string.tcc:212:32: error: ‘__N’ was not declared in this scope
我只是列出了其中2个错误,很有很多类似的错误,但是这些错误都是在调用/usr/include/c++/9/bits/目录下出现的错误,应该怎么处理呢,期待您的回答。
The text was updated successfully, but these errors were encountered:
// NB: Not required, but considered best practice.
if (__gnu_cxx::__is_null_pointer(__beg) && __beg != __end)
std::__throw_logic_error(__N("basic_string::"
"_M_construct null not valid"));
您好,cmake ..时没有问题,但是make 时,还是有类似下面这样的错误:
错误1:/usr/include/c++/9/bits/basic_string.tcc:212:32: error: ‘__N’ was not declared in this scope
212 | std::__throw_logic_error(__N("basic_string::"
| ~~~^~~~~~~~~~~~~~~~~
213 | "_M_construct null not valid"));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
错误2:/home/ljj/firesmoke/20230526SmartCity/web/src/cweb/router.h:73:31: required from here
/usr/include/c++/9/bits/basic_string.tcc:212:32: error: ‘__N’ was not declared in this scope
我只是列出了其中2个错误,很有很多类似的错误,但是这些错误都是在调用/usr/include/c++/9/bits/目录下出现的错误,应该怎么处理呢,期待您的回答。
The text was updated successfully, but these errors were encountered: