Open plafl opened 3 months ago
I have a similar issue with 'stdint' when I uses LLVM-mingw under Windows. I solved here adding new flag in PtexInt.h FYI.. I always use this compilers here: https://github.com/mstorsjo/llvm-mingw Cheers..!
Similar here... src/pbrt-v4/src/ext/openexr/OpenEXR/IlmImf/ImfDwaCompressor.cpp:176:1: note: ‘uintptr_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’
Since I don't know cmake
any idea what to add and where to make it working?
My system:
Compiler versions:
Commit (latest on main):
39e01e61f8de07b99859df04b271a02a53d9aeb2
Errors detected with both compilers (in several submodules:
OpenEXR
,flip
for the first,glfw
for the second):uintptr_t
anduint32_t
not defined, compiler suggests to include missingstdint
header filePossible fix (it works on my machine): add the following two lines to
CMakeLists.txt
: