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
g++ -Wall -O3 -c cmd_line.cc
In file included from cmd_line.cc:11:
cmd_option.h: In static member function ‘static learning::option_type_traits::option_type learning::option_type_traits::from_string(char_)’:
cmd_option.h:62: error: ‘strtol’ was not declared in this scope
cmd_option.h: In static member function ‘static learning::option_type_traits::option_type learning::option_type_traits::from_string(char_)’:
cmd_option.h:69: error: ‘strtoul’ was not declared in this scope
cmd_option.h: In static member function ‘static learning::option_type_traits::option_type learning::option_type_traits::from_string(char_)’:
cmd_option.h:83: error: ‘strtod’ was not declared in this scope
make: *_* [cmd_line.o] Error 1
The text was updated successfully, but these errors were encountered:
when I write make, I get the following message
g++ -Wall -O3 -c cmd_line.cc
In file included from cmd_line.cc:11:
cmd_option.h: In static member function ‘static learning::option_type_traits::option_type learning::option_type_traits::from_string(char_)’:
cmd_option.h:62: error: ‘strtol’ was not declared in this scope
cmd_option.h: In static member function ‘static learning::option_type_traits::option_type learning::option_type_traits::from_string(char_)’:
cmd_option.h:69: error: ‘strtoul’ was not declared in this scope
cmd_option.h: In static member function ‘static learning::option_type_traits::option_type learning::option_type_traits::from_string(char_)’:
cmd_option.h:83: error: ‘strtod’ was not declared in this scope
make: *_* [cmd_line.o] Error 1
The text was updated successfully, but these errors were encountered: