View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0033054 | Open CASCADE | OCCT:Configuration | public | 2022-07-06 21:24 | 2023-03-19 21:58 |
Reporter | kgv | Assigned To | |||
Priority | normal | Severity | block | ||
Status | closed | Resolution | fixed | ||
Product Version | 7.7.0 | ||||
Target Version | 7.7.0 | Fixed in Version | 7.6.3 | ||
Summary | 0033054: Configuration - link errors due to missing references to new TKXDE toolkit | ||||
Description | Current development branch cannot be build with `genproj`due to missing references caused by #32821:Severity Code Description Project File Line Suppression State Error LNK1181 cannot open input file 'TKSTL.lib' TKXSDRAW C:\occt-tmp.git\adm\msvc\vc14\LINK 1 Error LNK1181 cannot open input file 'TKXDE.lib' TKSTL C:\occt-tmp.git\adm\msvc\vc14\LINK 1 Error LNK1181 cannot open input file 'TKXDE.lib' TKXDEIGES C:\occt-tmp.git\adm\msvc\vc14\LINK 1 Error LNK1181 cannot open input file 'TKXDE.lib' TKRWMesh C:\occt-tmp.git\adm\msvc\vc14\LINK 1 Error LNK1181 cannot open input file 'TKXDE.lib' TKXDESTEP C:\occt-tmp.git\adm\msvc\vc14\LINK 1 Error LNK1181 cannot open input file 'TKXDE.lib' TKVRML C:\occt-tmp.git\adm\msvc\vc14\LINK 1 Error LNK1181 cannot open input file 'TKXDE.lib' TKXDEDRAW C:\occt-tmp.git\adm\msvc\vc14\LINK 1 Error LNK1181 cannot open input file 'TKXDESTEP.lib' TKQADraw C:\occt-tmp.git\adm\msvc\vc14\LINK 1 In addition, building of DRAWEXE fails withing static build CMake configuration due to linkage errors. | ||||
Steps To Reproduce | N/A | ||||
Tags | No tags attached. | ||||
Test case number | N/A | ||||
|
Branch CR33054 has been created by kgv. SHA-1: 1d02b6fd2901d57bd23249a50c2a58e50df4aca8 Detailed log of new commits: Author: kgv Date: Wed Jul 6 21:32:46 2022 +0300 0033054: Configuration - link errors due to missing references to new TKXDE toolkit src/OS/DataExchange.tcl - added missing new toolkits. TKRWMesh - added missing reference to TKTopAlgo (for using BRepLib_PointCloudShape). Removed redundant dependency from TKBinXCAF. THE_CONFIGURATION_SCOPE definition has been corrected to postpoine calling constructor till the first variable usage. |
|
Branch CR33054 has been updated forcibly by kgv. SHA-1: 275479297671c6774c39e271bf03a7a78b62e77a |
|
Please raise the patch - OCCT: branch CR33054. http://jenkins-test-occt.nnov.opencascade.com/view/CR33054-master-KGV/view/OCCT%20compile/ |
|
Combination - OCCT branch : IR-2022-07-08 master SHA - changes and them, and you can discard any commits you make in this 33c8a72788661285860902f261062e39f32a2d46 changes and them, and you can discard any commits you make in this e0ceb716c70188b98130b1550914140d0502a6f9 Products branch : IR-2022-07-08 SHA - 79a687f1cd4081ec53ec08c201360e89fce62abc was compiled on Linux, MacOS and Windows platforms and tested in optimize mode. Number of compiler warnings: No new/fixed warnings Regressions/Differences/Improvements: No regressions/differences CPU differences: Debian80-64: OCCT Total CPU difference: 18685.930000000586 / 18908.870000000694 [-1.18%] Products Total CPU difference: 11796.890000000125 / 11832.130000000114 [-0.30%] Windows-64-VC14: OCCT Total CPU difference: 20784.828125 / 20752.59375 [+0.16%] Products Total CPU difference: 13361.3125 / 13368.90625 [-0.06%] Image differences : No differences that require special attention Memory differences : No differences that require special attention |
|
Branch CR33054 has been deleted by mnt. SHA-1: 275479297671c6774c39e271bf03a7a78b62e77a |
occt: master dee5eb82 2022-07-06 21:32:46 Committer: |
0033054: Configuration - link errors due to missing references to new TKXDE toolkit src/OS/DataExchange.tcl - added missing new toolkits. TKRWMesh - added missing reference to TKTopAlgo (for using BRepLib_PointCloudShape). Removed redundant dependency from TKBinXCAF. DRAWEXE - added missing references for a static build. THE_CONFIGURATION_SCOPE definition has been corrected to postpoine calling constructor till the first variable usage. Fixed compiler warning at SelectMgr_Frustum<3>::DumpJson() due to misleading Standard_EXPORT for an inline template method definition. |
Affected Issues 0033054 |
|
mod - src/DE/DE_Wrapper.cxx | Diff File | ||
mod - src/DEBRepCascade/DEBRepCascade_ConfigurationNode.cxx | Diff File | ||
mod - src/DEXCAFCascade/DEXCAFCascade_ConfigurationNode.cxx | Diff File | ||
mod - src/DRAWEXE/EXTERNLIB_STATIC | Diff File | ||
mod - src/IGESCAFControl/IGESCAFControl_ConfigurationNode.cxx | Diff File | ||
mod - src/OS/DataExchange.tcl | Diff File | ||
mod - src/RWGltf/RWGltf_ConfigurationNode.cxx | Diff File | ||
mod - src/RWObj/RWObj_ConfigurationNode.cxx | Diff File | ||
mod - src/RWStl/RWStl_ConfigurationNode.cxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_Frustum.hxx | Diff File | ||
mod - src/STEPCAFControl/STEPCAFControl_ConfigurationNode.cxx | Diff File | ||
mod - src/TKRWMesh/EXTERNLIB | Diff File | ||
mod - src/TKSTL/EXTERNLIB | Diff File | ||
mod - src/TKVRML/EXTERNLIB | Diff File | ||
mod - src/TKXDECascade/EXTERNLIB | Diff File | ||
mod - src/TKXDEIGES/EXTERNLIB | Diff File | ||
mod - src/TKXDESTEP/EXTERNLIB | Diff File | ||
mod - src/Vrml/Vrml_ConfigurationNode.cxx | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-07-06 21:24 | kgv | New Issue | |
2022-07-06 21:24 | kgv | Assigned To | => bugmaster |
2022-07-06 21:24 | kgv | Severity | minor => block |
2022-07-06 21:24 | kgv | Description Updated | |
2022-07-06 21:30 | kgv | Summary | Configuration - link errors due to missing references => Configuration - link errors due to missing references to new TKXDE toolkit |
2022-07-06 21:30 | kgv | Test case number | => N/A |
2022-07-06 22:07 | git | Note Added: 0109629 | |
2022-07-06 22:57 | git | Note Added: 0109634 | |
2022-07-06 23:59 | kgv | Status | new => resolved |
2022-07-06 23:59 | kgv | Note Added: 0109636 | |
2022-07-07 00:00 | kgv | Status | resolved => reviewed |
2022-07-07 00:01 | kgv | Description Updated | |
2022-07-07 00:01 | kgv | Description Updated | |
2022-07-10 11:21 |
|
Status | reviewed => tested |
2022-07-10 11:21 |
|
Note Added: 0109710 | |
2022-07-10 12:03 |
|
Changeset attached | => occt master dee5eb82 |
2022-07-10 12:03 | kgv | Assigned To | bugmaster => kgv |
2022-07-10 12:03 | kgv | Status | tested => verified |
2022-07-10 12:03 | kgv | Resolution | open => fixed |
2022-07-10 12:09 | git | Note Added: 0109742 | |
2022-10-19 15:55 |
|
Assigned To | kgv => vpozdyayev |
2023-03-19 21:58 | vglukhik | Status | verified => closed |
2023-03-19 21:58 | vglukhik | Fixed in Version | => 7.6.3 |