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 get a trivial error when compiling in Ubuntu 20.04:
source/sdlkit.cpp: In function ‘bool ioExists(const string&)’:
source/sdlkit.cpp:182:13: error: ‘access’ was not declared in this scope
182 | return (access(filename.c_str(), 0) == 0);
| ^~~~~~
Hi,
I get a trivial error when compiling in Ubuntu 20.04:
The one line fix is:
After that it works fine :-)
Thanks for the great application!
The text was updated successfully, but these errors were encountered: