Can anyone help me understand what is creating these error messages?
undefined reference to `_imp___ZN2sf6Sprite14setTextureRectERKNS_4RectIiEE'
undefined reference to `_imp___ZN2sf7TextureD1Ev'
undefined reference to `_imp___ZN2sf7TextureD1Ev'
undefined reference to `_imp___ZN2sf7Texture9setSmoothEb'
undefined reference to `_imp___ZN2sf7Texture12loadFromFileERKSsRKNS_4RectIiEE'
undefined reference to `_imp___ZN2sf7TextureD1Ev'
undefined reference to `_imp___ZN2sf7TextureD1Ev'
undefined reference to `_imp___ZN2sf7TextureD1Ev'
I get these when working on project A which uses static library B, after making some small changes in B which compile without errors. I've recompiled everything. I'm assuming that it's somehow related to statically linking to library B.
I'm using mingw and codeblocks.