Compiling on Raspberry Pi 3 B+ does not work

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Schweini

I tried to compile Godot on my raspberry pi 3 B+ with this post: Reddit - Dive into anything. I get this error:

./core/math/random_pcg.h:44:37: warning: integer literal is too large to be

represented in type ‘long’ and is subject to undefined behavior under

C++98, interpreting as ‘unsigned long’; this literal will have type

‘long long’ in C++11 onwards [-Wc++11-compat]

static const uint64_t RANDOM_MAX = 4294967295;

^

(The arrow points toward the 4)

What to do?

Have you tried the latest stable sources? Maybe those would work.

Ertain | 2019-08-18 23:08