unpin gcc 12
Izumiko opened this issue · 1 comments
Izumiko commented
Just patch the following two files with header cstdint
, then we can compile meshlab with the new gcc. (just don't want to install an outdated GCC :P)
add
#include <cstdint>
to
meshlab/src/external/downloads/nexus-master/src/corto/include/corto/tunstall.h
meshlab/src/external/downloads/libE57Format-2.3.0/include/E57Format.h
bartoszek commented
Let's see how long will it last 😏