SFML community forums
Help => General => Topic started by: vaquitamarina on January 19, 2024, 07:04:35 am
-
I have a project in a github repository. The program compiles normally on my computer but when trying it on another computer the following error appears.
to compile use the following commands:
g++ -c main.cpp -I".\Libraries\SFML-2.6.1\include"
g++ main.o -o main -L".\Libraries\SFML-2.6.1\lib" -lsfml-graphics -lsfml-window -lsfml-system -lsfml-audio
.\main.exe
(https://en.sfml-dev.org/forums/index.php?action=dlattach;topic=29382.0;attach=5948)
-
Have you downloaded the exact matching compiler for the SFML version?
See the green links in the red box on the download page:
(https://en.sfml-dev.org/forums/index.php?action=dlattach;topic=29382.0;attach=5949)
https://www.sfml-dev.org/download/sfml/2.6.1/