Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - azkalaak

Pages: [1]
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)

Pages: [1]
anything