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

GCC 4.4 support #56

Open
shindo opened this issue Jul 2, 2015 · 2 comments
Open

GCC 4.4 support #56

shindo opened this issue Jul 2, 2015 · 2 comments
Labels

Comments

@shindo
Copy link
Contributor

shindo commented Jul 2, 2015

With recent changes, the project fails to compile with GCC 4.4 (Ubuntu Lucid and CentOS 6).
The problem is __attribute__((deprecated(<message>))), as it's supported starting from GCC 4.5 only.

So, the question is, should we support such an old version of the compiler?

@shindo shindo added the question label Jul 2, 2015
@bioothod
Copy link
Member

bioothod commented Jul 2, 2015

Drop it.
Adding compiler version support into cmake might be a good idea

@shindo
Copy link
Contributor Author

shindo commented Jul 2, 2015

Yeah, it may be added to the description/documentation as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants