1
General discussions / 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?
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?