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

Author Topic: std_swap_ranges_trivially_swappable_noalias unresolved with static linking  (Read 1135 times)

0 Members and 1 Guest are viewing this topic.

programme-zero

  • Newbie
  • *
  • Posts: 1
    • View Profile
Hello,
I keep trying to build the version 2.5.1 of the library in STATIC mode but I keep getting this error :
"unresolved external symbol : std_swap_ranges_trivially_swappable_noalias"
After some research I found a post on Twitter post saying it was a problem related to not having the latest version of Visual Studio 2017, but I am running the latest version (version 15.9.10 to be accurate).

Any help would be greatly appreciated.

programme-zero.
« Last Edit: March 29, 2019, 04:33:11 am by programme-zero »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11032
    • View Profile
    • development blog
    • Email
You may have to also adjust the SDK version in the project settings to point to the new version.

If that doesn't help, the easiest solution is to simply rebuild SFML yourself. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/