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

[BUG]xattr/_xattr.c:235:53: error: missing binary operator before token "(" #8

Closed
yszheda opened this issue Oct 26, 2012 · 0 comments
Closed

Comments

@yszheda
Copy link
Contributor

yszheda commented Oct 26, 2012

There is a compilation error when I installed xattr:

xattr/_xattr.c:235:53: error: missing binary operator before token "("

And I found that line 235 of xattr/_xattr.c

#elif defined(__SUN__) || defined(__sun__) || define(sun)

should be

#elif defined(__SUN__) || defined(__sun__) || defined(sun)

The last define should be defined.
After fixing it, xattr could be installed correctly.

@yszheda yszheda closed this as completed Oct 26, 2012
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

No branches or pull requests

1 participant