-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
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
Undefined Reference during build. #43
Comments
Can you try EDIT: If it still persists, try using all 3 different versions of SFML. |
Problem persist after I appreciate your fast responses! Will try different versions tomorrow, need sleep. |
Using SFML 2.5.1 GCC 7.3.0 MinGW (DW2) - 32-bit reduces errors to:
|
Can you try the Code::Blocks one? |
You mean the SFLM 2.5.1 GCC 5.1.0 TDM (SJLJ) - Code::Blocks - 32-bit one? |
Hm, can you try using |
No luck, results in same errors. |
Fixed it! I had to copy the msys folder out of the newer MinGW to allow me to use "make" in cmd as it is not included in the older version of MinGW To summarise, I used: Thank you for your help :) |
Alright, thanks a lot for your report! |
Something extra to add to this, if you build SFLM yourself from source code you can use a newer version of g++. |
On trying to build I get many "undefined reference" errors. I've been trying for a few hours and can't figure out why. I have not yet edited the code in any way from the release version.
My Makefile:
Release: bongocat-osu-1.4.3.4
OS: Windows 10
Compiler: g++ (MinGW.org GCC Build-20200227-1) 9.2.0
SFML: 2.5.1, GCC 7.3.0 MinGW (SEH) - 64-bit
The text was updated successfully, but these errors were encountered: