Closed jschueller closed 8 years ago
I'm unable to reproduce this issue with Debian Testing:
$ i686-w64-mingw32-g++ --version
i686-w64-mingw32-g++ (GCC) 5.3.1 20160205
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Could you check if the jr/mingw branch (848ff23) fix the bug for you, before I merge it ?
yes the build is ok now
fyi I still get one overflow warning after those which were fixed: /home/schueller/projects/hmat-oss/src/c_default_interface.cpp:137:25: warning: large integer implicitly truncated to unsigned type [-Woverflow] p->max_aca_elements = 17179869184;
mingw-w64 32 bits (64 bits target is fine) fails to compile hmat since e02281a [notice the warning about size_t being 32 bits so 17179869184 doesn't fit:]