You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building current git master, and I'm getting the following:
make: *** [Makefile:101: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Scrolling up a bit I see:
/tmp/makepkg.builddir/townsemu-git/src/TOWNSEMU/src/device/deviceutil.h:22:16: error: ‘uint64_t’ does not name a type
22 | static uint64_t ReadUint64(const unsigned char *&data);
| ^~~~~~~~
/tmp/makepkg.builddir/townsemu-git/src/TOWNSEMU/src/device/deviceutil.h:1:1: note: ‘uint64_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
+++ |+#include <cstdint>
1 | #ifndef DEVICEUTIL_IS_INCLUDED
Messages like the above occur multiple times, for various similar int types.
The text was updated successfully, but these errors were encountered:
I'm building current git master, and I'm getting the following:
Scrolling up a bit I see:
Messages like the above occur multiple times, for various similar int types.
The text was updated successfully, but these errors were encountered: