Linking console executable: bin\Debug\noname-editor.exe
mingw32/bin/ld.exe: warning: c:\Libraries\SFML2\lib/libsfml-window-s-d.a(dcjgs00048.o): local symbol `tickStat' has no section
mingw32/bin/ld.exe: BFD (GNU Binutils) 2.19.1 assertion fail ../../binutils-2.19.1/bfd/cofflink.c:2270
mingw32/bin/ld.exe: c:\Libraries\SFML2\lib/libsfml-window-s-d.a(dcjgs00048.o): illegal symbol index -855608464 in relocs
I get this when trying to build one of my projects (that have built perfectly earlier). The thing I change is I link using -lsfml-* prefixes instead of directly to the libfiles (libsfml) and these errors show up. This is weird since I'm used to linking using the prefixes and not paths. This is actually my preffered behaviour.
I set my search directories in my IDE options and not the Project options in the IDE. I use the exact same directories and libnameprefixes in other projects wich build perfectly.
I don't have any duplicate lib files laying around (searched my drives like 3 times), the libfiles ld is trying to link are the exact same i link to when using direct filenamepaths as well. I am stumped.
Any help?