-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
some compilations warnings and black screen on armhf rpi4 #38676
Comments
Please post the actual warnings. |
@kevingranade also, ive installed all the libncurses stuff... it wont enable
|
I searched and found this:
So it might be that your compiler is using an incorrect version of the standard library? As for the |
Perhaps the problem is
I heard there are some problems with SDL (tiles implementation) on the RPI's operating systems and libs. Please try curses build. |
I built on armhf today and I set -fsigned-char in CMakeLists to work around the errors. I can see the game GUI just fine. |
Whit tiles?? |
Yes, with tiles. I can load up a game and it works fine.
…On Tue, Apr 07, 2020 at 06:19:03AM -0700, Askmewho wrote:
Whit tiles??
—
You are receiving this because you commented.
Reply to this email directly, [1]view it on GitHub, or [2]unsubscribe.
References
1. #38676 (comment)
2. https://github.com/notifications/unsubscribe-auth/AABNHO4EYH2ZMST6X6IAPGDRLMR4PANCNFSM4LERMATQ
|
Please re-open, this bug is not fixed. |
Huh. It looks like the standard Makefile adds -fsigned-char but CMake
doesn't.
…On Wed, Apr 08, 2020 at 04:17:17AM -0700, Askmewho wrote:
Reopened [1]#38676.
—
You are receiving this because you commented.
Reply to this email directly, [2]view it on GitHub, or [3]unsubscribe.
References
1. #38676
2. #38676 (comment)
3. https://github.com/notifications/unsubscribe-auth/AABNHO7GKRL4T276HQ7ERS3RLRML3ANCNFSM4LERMATQ
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not 'bump' or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered. |
This issue has been automatically closed due to lack of activity. This does not mean that we do not value the issue. Feel free to request that it be re-opened if you are going to actively work on it |
Hi, so I've compiled master (it was a request from one friend of mine to test it) and it only compiles
dissabling warnings, something about -Werror=limits" , so ,disabling warnings it compiles.
but in game, ive start a game and I can see nothing more than the menu interface,minimaps, console, etc..no warning whatsoever
we have 2.1 GL desktop profile.
The text was updated successfully, but these errors were encountered: