MantisBT - CMake |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0010388 | CMake | CMake | public | 2010-03-08 17:56 | 2010-09-09 23:58 |
|
Reporter | d3x0r | |
Assigned To | Bill Hoffman | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | CMake-2-8 | |
Target Version | CMake 2.8.3 | Fixed in Version | CMake 2.8.3 | |
|
Summary | 0010388: Open Watcom Support lacking... |
Description | 1) open watcom did not support 'debug all' flag passed to the linker to actually generate debug information into final DLL and EXE products.
2) open watcom support under C_FLAGS_DEBUG_INIT did not have the -d2 option to generate debug information into OBJ files.
3) flags such as CMAKE_CREATE_WIN32_EXE and property LINK_FLAGS were not passed to the linker (add <LINNK_FLAGS>)
|
Steps To Reproduce | |
Additional Information | Attached patch which fixes debug information generation, also passes correct flags to linker for generating console or win32 apps. |
Tags | No tags attached. |
Relationships | |
Attached Files | 0877-Update-Open-Watcom-Support.patch (8,033) 2010-03-08 17:56 https://public.kitware.com/Bug/file/2938/* 0877-Update-watcom-support.patch (3,491) 2010-03-08 18:13 https://public.kitware.com/Bug/file/2939/0877-Update-watcom-support.patch |
|
Issue History |
Date Modified | Username | Field | Change |
2010-03-08 17:56 | d3x0r | New Issue | |
2010-03-08 17:56 | d3x0r | File Added: 0877-Update-Open-Watcom-Support.patch | |
2010-03-08 18:02 | d3x0r | Note Added: 0019769 | |
2010-03-08 18:13 | d3x0r | File Added: 0877-Update-watcom-support.patch | |
2010-03-08 18:13 | d3x0r | Note Added: 0019770 | |
2010-03-08 18:39 | d3x0r | Note Added: 0019771 | |
2010-08-31 17:09 | David Cole | Status | new => assigned |
2010-08-31 17:09 | David Cole | Assigned To | => Bill Hoffman |
2010-08-31 17:52 | David Cole | Target Version | => CMake 2.8.3 |
2010-09-02 14:41 | Bill Hoffman | Note Added: 0022076 | |
2010-09-08 10:00 | Bill Hoffman | Status | assigned => closed |
2010-09-08 10:00 | Bill Hoffman | Resolution | open => fixed |
2010-09-09 23:58 | David Cole | Fixed in Version | => CMake 2.8.3 |
Notes |
|
(0019769)
|
d3x0r
|
2010-03-08 18:02
|
|
Do not use that patch... it mangles the line endings. |
|
|
(0019770)
|
d3x0r
|
2010-03-08 18:13
|
|
Second patch "0877-Update-watcom-support.patch [^] (3,491 bytes) 2010-03-08 18:13" is the correct one. |
|
|
(0019771)
|
d3x0r
|
2010-03-08 18:39
|
|
This seems to only work against 2.8.1-rc4 (when replaced on 2.8.0, the initial compiler checks fail). |
|
|
(0022076)
|
Bill Hoffman
|
2010-09-02 14:41
|
|
I have pushed the fixes to next. |
|