We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fe_util.hpp:283:19: error: ‘sf’ was not declared in this scope
Ahoj,
I am trying to build this (latest git checkout (commit 2b5787e)) on Artix GNU/Linux (rolling release), according to this recipe.
GCC version: 14.2.1
Build fails with fe_util.hpp:283:19: error: ‘sf’ was not declared in this scope:
flags: -std=c++11 -Wl,--export-dynamic -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-6 -pthread -DDATA_PATH=\"/usr/share/attract/\" -O2 -DNDEBUG -Iextlibs/audio/include -D__STDC_CONSTANT_MACROS -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/AL -Iextlibs/squirrel/include -Iextlibs/sqrat/include -Iextlibs/nowide -Iextlibs/nvapi -Iextlibs/rapidjson/include -Iextlibs/gameswf -DUSE_XLIB -DUSE_XINERAMA -DUSE_FONTCONFIG -DUSE_LIBARCHIVE -DUSE_LIBCURL mkdir -p obj Compiling obj/fe_base.o... In file included from src/fe_base.cpp:24: src/fe_util.hpp:283:19: error: ‘sf’ was not declared in this scope 283 | std::basic_string<sf::Uint32> clipboard_get_content(); | ^~ src/fe_util.hpp:283:29: error: template argument 1 is invalid 283 | std::basic_string<sf::Uint32> clipboard_get_content(); | ^ src/fe_util.hpp:283:29: error: template argument 2 is invalid src/fe_util.hpp:283:29: error: template argument 3 is invalid make: *** [Makefile:507: obj/fe_base.o] Error 1
Regards!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ahoj,
I am trying to build this (latest git checkout (commit 2b5787e)) on Artix GNU/Linux (rolling release), according to this recipe.
GCC version: 14.2.1
Build fails with
fe_util.hpp:283:19: error: ‘sf’ was not declared in this scope
:Regards!
The text was updated successfully, but these errors were encountered: