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 am on macOS Monterey and I have cmake and sfml installed via brew. However when I run, python3 setup.py develop I am getting the fatal error of SFML/Graphics.hpp' file not found. It appears that brew is installing SFML as below:
I ensured /usr/local/lib has the .dylib files for sfml and I manually copied the include directory from the downloaded SFML to /usr/local/include so that SFML/Graphics.hpp exists in there. None of this has worked in getting the project to compile and I am unsure how to proceed. Any tips on how to proceed to get this working?
The text was updated successfully, but these errors were encountered:
/opt/homebrew/lib/cmake/SFML does not exist for me, in fact /opt/homebrew/ does not even exist for me. I get -- Found SFML 2.5.1 in /usr/local/lib/cmake/SFML
I am on macOS Monterey and I have cmake and sfml installed via brew. However when I run,
python3 setup.py develop
I am getting the fatal error ofSFML/Graphics.hpp'
file not found. It appears that brew is installing SFML as below:I ensured
/usr/local/lib
has the.dylib
files for sfml and I manually copied theinclude
directory from the downloaded SFML to/usr/local/include
so thatSFML/Graphics.hpp
exists in there. None of this has worked in getting the project to compile and I am unsure how to proceed. Any tips on how to proceed to get this working?The text was updated successfully, but these errors were encountered: