-
-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
command_tracker.cc fails during build "sscanf not in 'std'" #11
Comments
|
Fixed, thanks. |
ghost
mentioned this issue
May 15, 2012
Open
This was referenced Sep 3, 2014
kannibalox
pushed a commit
to kannibalox/rtorrent
that referenced
this issue
Sep 12, 2023
Updated with AC_LANG_SOURCE directives
kannibalox
pushed a commit
to kannibalox/rtorrent
that referenced
this issue
Sep 12, 2023
kannibalox
pushed a commit
to kannibalox/rtorrent
that referenced
this issue
Sep 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When compiling command_tracker.cc, it fails with the error "error: ‘sscanf’ is not a member of ‘std’". I read into this and am no expert, but I added #include to command_tracker.cc and it compiled fine.
The text was updated successfully, but these errors were encountered: