I [think I] have everything set up correctly, yet on build I get this error:
||=== Build: Release in poke_engine (compiler: GNU GCC Compiler) ===|
C:\compilers\mingw64\bin\..\lib\gcc\x86_64-w64-mingw32\13.2.0\..\..\..\..\x86_64-w64-mingw32\bin\ld.exe: ..\..\libs\SFML-2.6.1\lib\libsfml-system-s.a(Err.cpp.obj):Err.cpp:(.rdata+0x80)||undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::seekpos(std::fpos<int>, std::_Ios_Openmode)'|
||error: ld returned 1 exit status|
||=== Build failed: 2 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|
please help me... I don't know what causes this.