Skip to content
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

Conflict of _assert with _assert defined in the standard headers on FreeBSD #131

Closed
yurivict opened this issue Dec 14, 2019 · 0 comments · Fixed by #133
Closed

Conflict of _assert with _assert defined in the standard headers on FreeBSD #131

yurivict opened this issue Dec 14, 2019 · 0 comments · Fixed by #133

Comments

@yurivict
Copy link

/usr/ports/misc/xgboost/work/xgboost-0.90-235-gad4a1c73/rabit/src/allreduce_robust.cc:62:23: error: too many arguments provided to function-like macro invocation
      cur_cache_seq), "Shutdown: check point must return true");
                      ^
/usr/include/assert.h:54:9: note: macro '_assert' defined here
#define _assert(e)      assert(e)
        ^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant