-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
feature-bind: rak/socket_address.h:517:37: error: expected ')' before 'PRIu16' #140
Comments
Try now. |
I updated to commit 39402ec but it still fails to compile:-
|
Once more. |
Still fails: https://travis-ci.org/rakshasa/libtorrent/jobs/184610769#L506 This StackOverflow answer may help: http://stackoverflow.com/a/30851225 Given that you're already deep in headers, probably the easiest way to accomplish that would be to define it on the command line. |
Well, by the C++ standard should not require __STDC_FORMAT_MACROS to be defined so this is a case of not following the standards. I guess the correct solution is to replace all uses of <inttypes.h> with <.cinttypes.> and add an autoconf check. Since I'm busy with the feature-bind branch it's going on my todo list, unless someone is willing to make a pull request. |
I fixed the problem properly in #142 |
When compiling the feature-bind branch, I experience the following error during compilation:-
The build host is Linux 3.10.0-514.2.2.el7.x86_64 (CentOS Linux release 7.3.1611).
The text was updated successfully, but these errors were encountered: