1
General / Re: Can't compile SFML on Windows 11
« on: March 05, 2022, 10:56:57 am »
I had the same problem (windows 11 using conan to build dependencies and sfml)
However, my problem was due to a mismatch in my conan build, the libfreetype building using g++ and the SFML building using clang++
after purging the sources and using the same compiler and linker to build each dependencies I had no more problems, it does not seem to be a SFML related issue
(it happened when I tried using the sf::Font class)
However, my problem was due to a mismatch in my conan build, the libfreetype building using g++ and the SFML building using clang++
after purging the sources and using the same compiler and linker to build each dependencies I had no more problems, it does not seem to be a SFML related issue
(it happened when I tried using the sf::Font class)