1
General / Re: Compilation of SFML
« on: November 24, 2014, 01:32:23 pm »
Ok thank you very much, It worked and all the directories are installed.
I typed this command and got a failure error, due to the fact that if my CMAKE_INSTALL_PREFIX --> C:/Program Files(x86)/SFML do not exists the directory won't be created.
Also after having my compield SFML I still got the error :
I solved this thanks to this link :
http://stackoverflow.com/questions/18668003/the-procedure-entry-point-gxx-personality-v0-could-not-be-located-in-the-dnyam
Only have to move the libstdc++6.dll from minGW/bin to the executive folder of my project. Now, the test works perfectly.
Thank you very much again for your answer and explanations
I typed this command and got a failure error, due to the fact that if my CMAKE_INSTALL_PREFIX --> C:/Program Files(x86)/SFML do not exists the directory won't be created.
Also after having my compield SFML I still got the error :
Quote
the procedure entry point __gxx_personality_v0 could not be located in the dynamic link library libstdc++6
I solved this thanks to this link :
http://stackoverflow.com/questions/18668003/the-procedure-entry-point-gxx-personality-v0-could-not-be-located-in-the-dnyam
Only have to move the libstdc++6.dll from minGW/bin to the executive folder of my project. Now, the test works perfectly.
Thank you very much again for your answer and explanations