1
General / Using SFML via conan produces a linker error
« on: May 08, 2020, 01:38:57 pm »
Hi everyone!
Did anyone of you successfully get SFML to work via conan? I recently tried it and surprisingly got a linker error. SFML builds and runs fine on my system (Linux Mint 18.3 with GCC 9), but apparently not through conan. Does anyone of you have an idea what the problem might be?
This is the error I'm getting:
I'd highly appreciate if anyone of you knows what's going on there. Thanks in advance!
Did anyone of you successfully get SFML to work via conan? I recently tried it and surprisingly got a linker error. SFML builds and runs fine on my system (Linux Mint 18.3 with GCC 9), but apparently not through conan. Does anyone of you have an idea what the problem might be?
This is the error I'm getting:
/home/******/.conan/data/sfml/2.5.1/bincrafters/stable/package/4f882f95684146ffd495dda9058c21e895175590/lib/libsfml-window-d.so: Undefined reference to `reallocarray'
collect2: error: ld returned 1 exit status
collect2: error: ld returned 1 exit status
I'd highly appreciate if anyone of you knows what's going on there. Thanks in advance!