Anonymous | Login | 2024-11-21 15:09 UTC |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0002312 | VCMI | Other | public | 2015-10-24 14:32 | 2022-04-12 09:17 | ||||
Reporter | Kantor | ||||||||
Assigned To | SXX | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | 0.98f | |||||||
Summary | 0002312: Can't build VCMI via CMake\MinGW | ||||||||
Description | Compilation stops at this line: CConsoleHandler.cpp:141. Full log is here: CMakeFiles\vcmi.dir/objects.a(CConsoleHandler.cpp.obj): In function `Z20onUnhandledExceptionP19_EXCEPTION_POINTERS@4': D:/VCMI/VCMI/source/lib/CConsoleHandler.cpp:141: undefined reference to `MiniDumpWriteDump@28' collect2.exe: error: ld returned 1 exit status lib\CMakeFiles\vcmi.dir\build.make:2663: recipe for target 'lib/VCMI_lib.dll' failed mingw32-make[2]: *** [lib/VCMI_lib.dll] Error 1 CMakeFiles\Makefile2:139: recipe for target 'lib/CMakeFiles/vcmi.dir/all' failed mingw32-make[1]: *** [lib/CMakeFiles/vcmi.dir/all] Error 2 Makefile:148: recipe for target 'all' failed mingw32-make: *** [all] Error 2 Current develop branch. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0005986) AVS (administrator) 2015-10-24 18:38 |
Missing linkage to dbghelp.a |
(0006199) SXX (administrator) 2015-12-21 19:55 edited on: 2015-12-21 19:57 |
Yeah I personally just removed crash dump creator code completely: http://forum.vcmi.eu/viewtopic.php?t=1122 [^] |
(0006204) SXX (administrator) 2015-12-21 21:17 edited on: 2015-12-21 21:18 |
Ok added dbghelp to linkage in CMake: https://github.com/vcmi/vcmi/commit/4124aacac85e5fd7e66a71030da4f2721029e6b2 [^] |
Issue History | |||
Date Modified | Username | Field | Change |
2015-10-24 14:32 | Kantor | New Issue | |
2015-10-24 16:16 | AVS | Note Added: 0005976 | |
2015-10-24 16:16 | AVS | Note Deleted: 0005976 | |
2015-10-24 18:38 | AVS | Note Added: 0005986 | |
2015-12-21 19:55 | SXX | Note Added: 0006199 | |
2015-12-21 19:57 | SXX | Note Edited: 0006199 | View Revisions |
2015-12-21 21:17 | SXX | Note Added: 0006204 | |
2015-12-21 21:17 | SXX | Status | new => resolved |
2015-12-21 21:17 | SXX | Fixed in Version | => 0.98f |
2015-12-21 21:17 | SXX | Resolution | open => fixed |
2015-12-21 21:17 | SXX | Assigned To | => SXX |
2015-12-21 21:18 | SXX | Note Edited: 0006204 | View Revisions |
2022-04-12 09:17 | Povelitel | Status | resolved => closed |
Copyright © 2000 - 2024 MantisBT Team |