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
Hi!
I'm trying to compile assimp on windows 10 with mingw10 32 bits but I get this compilation error.
C:\Users\Laurent et Christian\assimp-assimp-8b9ed34\code\Common\DefaultIOStream.cpp:160:24: error: aggregate 'Assimp::DefaultIOStream::FileSize() const::_stat32 fileStat' has incomplete type and cannot be defined
160 | struct _stat32 fileStat;
| ^~~~~~~~
C:\Users\Laurent et Christian\assimp-assimp-8b9ed34\code\Common\DefaultIOStream.cpp:162:19: error: '_fstat32' was not declared in this scope; did you mean '_stat32'?
162 | int err = _fstat32(_fileno(mFile), &fileStat);
| ^~~~~~~~
| _stat32
The text was updated successfully, but these errors were encountered:
Ornito
added
the
Bug
Global flag to mark a deviation from expected behaviour
label
Oct 16, 2024
Hi!
I'm trying to compile assimp on windows 10 with mingw10 32 bits but I get this compilation error.
C:\Users\Laurent et Christian\assimp-assimp-8b9ed34\code\Common\DefaultIOStream.cpp:160:24: error: aggregate 'Assimp::DefaultIOStream::FileSize() const::_stat32 fileStat' has incomplete type and cannot be defined
160 | struct _stat32 fileStat;
| ^~~~~~~~
C:\Users\Laurent et Christian\assimp-assimp-8b9ed34\code\Common\DefaultIOStream.cpp:162:19: error: '_fstat32' was not declared in this scope; did you mean '_stat32'?
162 | int err = _fstat32(_fileno(mFile), &fileStat);
| ^~~~~~~~
| _stat32
The text was updated successfully, but these errors were encountered: