Re: DSFML linking fails

2018-12-25 Thread bauss via Digitalmars-d-learn
On Monday, 24 December 2018 at 10:08:25 UTC, Dmitriy wrote: Hello. I'm using https://github.com/Jebbs/DSFML library [...] Create an issue here: https://github.com/Jebbs/DSFML/issues

Re: DSFML linking fails

2018-12-24 Thread Dmitriy via Digitalmars-d-learn
On Monday, 24 December 2018 at 11:07:09 UTC, number wrote: On Monday, 24 December 2018 at 10:08:25 UTC, Dmitriy wrote: Hello. I'm using https://github.com/Jebbs/DSFML library ... The problem when I build my project using these libraries. The problem in linking: Did you look at

Re: DSFML linking fails

2018-12-24 Thread number via Digitalmars-d-learn
On Monday, 24 December 2018 at 10:08:25 UTC, Dmitriy wrote: Hello. I'm using https://github.com/Jebbs/DSFML library ... The problem when I build my project using these libraries. The problem in linking: Did you look at http://dsfml.com/docs/firstprogram.html ? I remember having to link

Re: DSFML linking fails

2018-12-24 Thread Dmitriy via Digitalmars-d-learn
I opened dsfml-system.lib file, and found 1.txt file there, it contains the line: src\DSFMLC\System\CMakeFiles\dsfmlc-system.dir\Err.cpp.obj _sfErr_redirect but when linking it looking for the: lld-link: error: : undefined symbol: sfErr_redirect without a _ symbol on the beginning

DSFML linking fails

2018-12-24 Thread Dmitriy via Digitalmars-d-learn
Hello. I'm using https://github.com/Jebbs/DSFML library My env Windows 10 (x64), utils: mingw32-make, MinGW Makefiles, dub, dmd, ldc2, also tried with Visual Studio 2017 compilers (nmake, NMake Files) I compiled build.exe util from this repository, copied SFML (include content) to SFML