We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I failed to compile just now
obj/osu.o:osu.cpp:(.text+0x6cb): undefined reference to sf::Sprite::setTexture(sf::Texture const&, bool)'`
obj/osu.o:osu.cpp:(.text+0x6cb): undefined reference to
and so on. it showed me that some functions cannot be found anyway
collect2.exe: error: ld returned 1 exit status mingw32-make: *** [Makefile:18: bin/bongo.exe] Error 1
The text was updated successfully, but these errors were encountered:
See this #43
Sorry, something went wrong.
No branches or pull requests
I failed to compile just now
obj/osu.o:osu.cpp:(.text+0x6cb): undefined reference to
sf::Sprite::setTexture(sf::Texture const&, bool)'`and so on. it showed me that some functions cannot be found anyway
The text was updated successfully, but these errors were encountered: