Does not compile:
blockalign_src/crc.cpp: In function ‘bool cryptopp_crc::IsAlignedOn(const void*, unsigned int)’:
blockalign_src/crc.cpp:191:23: error: ‘uintptr_t’ does not name a type
191 | const uintptr_t x = reinterpret_cast<uintptr_t>(ptr);
| ^~~~~~~~~
blockalign_src/crc.cpp:125:1: note: ‘uintptr_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
124 | #include <smmintrin.h>
+++ |+#include <cstdint>
125 | #endif
blockalign_src/crc.cpp:192:79: error: ‘x’ was not declared in this scope
192 | return alignment == 1 || (IsPowerOf2(alignment) ? ModPowerOf2(x, alignment) == 0 : x % alignment == 0);
| ^
Pinned Comments
funilrys commented on 2021-02-27 19:14 (UTC)
Hello, World! :-)
This AUR package is now managed on GitHub. Feel free to submit your package/installation issues as long as PR in the GitHub repository.
From now on, every change made inside the GitHub repository will be automatically synchronized here.
As of now, every Saturday around 16:00 (UTC); this package would be updated automatically - if a new version is available.
Stay safe and healthy.
Links: