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

Author Topic: Could we provide pre-built binaries using LLVM - 64bit & libc++?  (Read 2022 times)

0 Members and 1 Guest are viewing this topic.

liweiC

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Could we provide pre-built binaries using LLVM - 64bit & libc++?
« on: February 08, 2017, 02:21:45 pm »
Hi,

I have a linker problem when using pre-built binaries and libc++, a llvm-developed c++ standard libraries. Error info likes "undefined reference to sf::String::String", which is very confusing. (You could find all build process https://travis-ci.org/P-ainters/Drawing-Board-Alpha/jobs/184715897 line 3399)

Then I built SFML by myself using libc++ and all worked well. So I believe it was caused by compatibility between libc++ and libstdc++.

So could we point this in "Download page" or just provide libc++ version directly?