Open Eisenwave opened 4 years ago
I confirm the error, and when I correct the type, I get the error multiple definition of
almost everything.
Not sure what am I doing wrong there
Same thing happens over here on Ubuntu 22.04. Anyone found a solution?
In line 518,
mz_uint64_t
is defined as unsigned long long. However,std::uint64_t
on my platform (Linux 64-bit Debian 11) is defined asunsigned long
.This leads to errors on multiple lines.