I work on ubuntu 14.04LTS. In the folder where GUI_test.cpp itself is, there is an SFML folder, all hpp's in it. So: I specify #include </SFML/Graphics.hpp> , and in response, the compiler writes:
g++ -Wall -o "GUI_test" "GUI_test.cpp" (в каталоге: /home/tms5978/test_c++/gui) GUI_test.cpp:1:30: fatal error: /SFML/Graphics.hpp: Нет такого файла или каталога #include </SFML/Graphics.hpp> ^ compilation terminated. Сборка завершилась с ошибкой.
Although all the files are there.
/? Do you really have an SFML directory in the root? - VladD