0 Members and 1 Guest are viewing this topic.
/home/xky/project/D/SFML//libdsfml-graphics.so: undefined reference to `std::basic_istream<char, std::char_traits<char> >::seekg(long, std::_Ios_Seekdir)'/home/xky/project/D/SFML//libdsfml-graphics.so: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::seekoff(long, std::_Ios_Seekdir, std::_Ios_Openmode)'/home/xky/project/D/SFML//libdsfml-graphics.so: undefined reference to `clock_gettime@GLIBC_2.17'collect2: ld returned 1 exit status--- errorlevel 1Error: Link command failed with exit code 1
{ "name": "dsfml-test", "description": "A minimal D application.", "copyright": "Copyright © 2014, xky", "authors": ["xky"], "lflags" : ["-L/home/xky/project/D/SFML/"], "dependencies": { "dsfml:graphics": "~master", }}
Hi there!It looks like there might be an issue or two with the 32bit pre-built binaries I put up. Try building from scratch, or wait a couple of days for me to get some newer ones while I get back into the groove of working on the library again.