You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: