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 - safirion

Pages: [1]
1
General / Re: SFML 2.4.1 Linux sf::String compilation error
« on: November 04, 2016, 05:49:12 pm »
Ok, when I compile myself, my project compile...  ;)

Very strange but... Ok :)

Thank you very much :)

2
General / Re: SFML 2.4.1 Linux sf::String compilation error
« on: November 04, 2016, 05:24:38 pm »
I find the old archive and the new at the same place :
http://www.sfml-dev.org/files/SFML-2.4.0-linux-gcc-64-bit.tar.gz
http://www.sfml-dev.org/files/SFML-2.4.1-linux-gcc-64-bit.tar.gz

Ok, I will compile SFML 2.4.1 and I give you my returns ;)


3
General / Re: SFML 2.4.1 Linux sf::String compilation error
« on: November 04, 2016, 05:13:52 pm »
By removing old folders "include" and "lib" and extracts new folders at same place ;)

(I don't use the standard path for sfml lib)

Part of my Makefile :
http://imgur.com/QNjzlqC

4
General / SFML 2.4.1 Linux sf::String compilation error
« on: November 04, 2016, 05:07:59 pm »
Hi,

Since I update the SFML lib from 2.4.0 to 2.4.1, I have the following error when I compile :

sf::Texture::loadFromFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, sf::Rect<int> const&)
undifined refererence to « sf::String::String(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::locale const&) »


I think there is a problem with cast from std::string to sf::String, nope ?

Thank you by advance :)

Pages: [1]