View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0026388 | Open CASCADE | OCCT:Configuration | public | 2015-07-02 10:55 | 2021-10-18 14:27 |
Reporter | Assigned To | ||||
Priority | normal | Severity | integration request | ||
Status | closed | Resolution | fixed | ||
Platform | Windows | OS | Windows | ||
Product Version | 6.9.0 | ||||
Target Version | 7.0.0 | Fixed in Version | 7.0.0 | ||
Summary | 0026388: Setting debugging environment of the Visual Studio solution of OCCT generated by CMake | ||||
Description | The Visual Studio solution of OCCT generated by CMake does not have the possibility to start DRAWEXE under the debugger. DRAWEXE can not find: 1. the standard resources because CASROOT variable is not define; 2. required 3rdparty libraries because PATH variable does not contain the required paths | ||||
Steps To Reproduce | build OCCT using CMake start DRAWEXE debugging | ||||
Tags | No tags attached. | ||||
Test case number | |||||
occt: master 94829f84 2015-07-02 13:55:21
Committer: abv Details Diff |
0026388: Setting debugging environment of the Visual Studio solution of OCCT generated by CMake 0. debugging environment added to DRAWEXE vcxproj 1. OCCT header files copied to inc directory of an installation folder. (the grouping of header files removed) 1. collect reference files of all OCCT header files in <binary dir>/inc during cmake configuration process 2. tcl installation procedure installs all dlls found in tcl bin folder (for win. this approach takes into account installing of zlib library that may be located in tcl bin folder) 4. each a OCCT project include just 3rdparty paths and <cmake binary dir>/inc folder |
Affected Issues 0026388 |
|
mod - adm/cmake/3rdparty_macro.cmake | Diff File | ||
mod - adm/cmake/BuildToolkit.cmake | Diff File | ||
mod - adm/cmake/freetype.cmake | Diff File | ||
mod - adm/cmake/occt_macros.cmake | Diff File | ||
mod - adm/cmake/tbb.cmake | Diff File | ||
mod - adm/cmake/tcl.cmake | Diff File | ||
mod - adm/cmake/vtk.cmake | Diff File | ||
add - adm/templates/DRAWEXE.vcxproj.user.in | Diff File | ||
add - adm/templates/header.in | Diff File | ||
mod - CMakeLists.txt | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-07-02 10:55 |
|
New Issue | |
2015-07-02 10:55 |
|
Assigned To | => ibs |
2015-07-02 10:55 |
|
Relationship added | child of 0025114 |
2015-07-02 19:22 |
|
Status | new => resolved |
2015-07-02 19:22 |
|
Steps to Reproduce Updated | |
2015-07-23 11:55 |
|
Changeset attached | => occt master 94829f84 |
2015-07-23 11:55 |
|
Assigned To | ibs => abv |
2015-07-23 11:55 |
|
Status | resolved => verified |
2015-07-23 11:55 |
|
Resolution | open => fixed |
2016-04-20 15:44 |
|
Fixed in Version | => 7.0.0 |
2016-04-20 15:48 |
|
Status | verified => closed |
2021-10-18 14:27 | kgv | Relationship added | parent of 0031822 |