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

Fix errors with GCC 4.7.0 #9

Closed
wants to merge 1 commit into from
Closed

Fix errors with GCC 4.7.0 #9

wants to merge 1 commit into from

Conversation

ryuslash
Copy link

When compiling mu with gcc 4.7.0 the following errors occur:

mu-store.cc:77:21: error: 'F_OK' was not declared in this scope
mu-store.cc:77:25: error: 'access' was not declared in this scope

This simple patch seems to fix that

When compiling mu with gcc 4.7.0 the following errors occur:

mu-store.cc:77:21: error: 'F_OK' was not declared in this scope
mu-store.cc:77:25: error: 'access' was not declared in this scope
@ryuslash
Copy link
Author

Oh, I should probably have mentioned that this occurs on archlinux with the testing repository enabled. Downgrading gcc also fixes is and it doesn't seem to create a problem on either archlinux without testing or debian 6.0.4.

@djcb
Copy link
Owner

djcb commented Mar 26, 2012

Thanks -- I fixed, pushed it now. I could actually reproduce it on debian-sid as well. I guess g++-4.7 got a bit pickier.

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 this pull request may close these issues.

None yet

2 participants