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

compile on linux error: ‘class FeWindow’ has no member named ‘hasFocus’ #318

Closed
rcampbel3 opened this issue Mar 2, 2017 · 1 comment

Comments

@rcampbel3
Copy link

I build attract from source on Ubuntu 14.04 regularly. Yesterday, it compiled with no issues. Today, after a git pull, and a make clean, I get this:

src/fe_window.cpp: In function ‘void launch_callback(void*)’:
src/fe_window.cpp:248:13: error: ‘class FeWindow’ has no member named ‘hasFocus’
if ( win->hasFocus() )

Hope that info helps!

@mickelson
Copy link
Owner

Thanks, it looks like hasFocus is only available in newer versions of SFML. The compile should be fixed for you now

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

2 participants