View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0026181 | Community | OCCT:Modeling Algorithms | public | 2015-05-03 17:46 | 2015-05-14 15:28 |
Reporter | Vico Liang | Assigned To | |||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Platform | Windows | OS | VC++ 2013 | ||
Product Version | 6.8.0 | ||||
Target Version | 6.9.0 | Fixed in Version | 6.9.0 | ||
Summary | 0026181: BOPAlgo_MakerVolume compile error if not adding BOPAlgo_PaveFiller.hxx ahead of BOPAlgo_MakerVolume.hxx. | ||||
Description | include\BOPAlgo_MakerVolume.lxx(112): error C2027: use of undefined type 'BOPAlgo_PaveFiller' include\BOPAlgo_PPaveFiller.hxx(9) : see declaration of 'BOPAlgo_PaveFiller' include\BOPAlgo_MakerVolume.lxx(112): error C2227: left of '->ErrorStatus' must point to class/struct/union/generic type BOPAlgo_MakerVolume.lxx depends on BOPAlgo_PaveFiller.hxx inline void BOPAlgo_MakerVolume::CheckData() { if (myArguments.IsEmpty()) { myErrorStatus = 100; // no arguments to process return; } // myPaveFiller if (!myPaveFiller) { myErrorStatus = 101; return; } // myErrorStatus = myPaveFiller->ErrorStatus(); if (myErrorStatus) { myErrorStatus = 102; // PaveFiller is failed return; } } | ||||
Steps To Reproduce | N/A | ||||
Tags | No tags attached. | ||||
Test case number | |||||
|
Branch CR26181 has been created by abv. SHA-1: 0507b2b73dbbc1b4db5095413679bd5b9de0d887 Detailed log of new commits: Author: abv Date: Mon May 4 09:18:58 2015 +0300 0026181: BOPAlgo_MakerVolume compile error if not adding BOPAlgo_PaveFiller.hxx ahead of BOPAlgo_MakerVolume.hxx. BOPAlgo_PaveFiller.hxx is included in BOPAlgo_MakerVolume.lxx |
|
I have pushed correction to branch CR26181, could you please confirm it solves the problem? |
|
There is no error in the current master. The method CheckData that was the reason of possible error has been moved from .lxx to .cxx and made non-inline since the commit SHA-1:b1d15f53b335b880e8195317e825863c1f700c21 dated 28.11.2014. So, there is no necessity of any change due to this issue. Dear Vico Liang, please, check that you have up to date version of source code and that your local file inc/BOPAlgo_MakerVolume.lxx is the same as src/BOPAlgo/BOPAlgo_MakerVolume.lxx. |
|
Thank you Mikhail! I switch the issue to Verified |
|
Branch CR26181 has been deleted by abv. SHA-1: 0507b2b73dbbc1b4db5095413679bd5b9de0d887 |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-05-03 17:46 | Vico Liang | New Issue | |
2015-05-03 17:46 | Vico Liang | Assigned To | => msv |
2015-05-04 15:12 | git | Note Added: 0040529 | |
2015-05-04 15:13 |
|
Note Added: 0040530 | |
2015-05-04 15:13 |
|
Assigned To | msv => Vico Liang |
2015-05-04 15:13 |
|
Status | new => resolved |
2015-05-04 15:13 |
|
Steps to Reproduce Updated | |
2015-05-05 10:21 |
|
Note Added: 0040535 | |
2015-05-05 10:22 |
|
Assigned To | Vico Liang => abv |
2015-05-05 10:22 |
|
Status | resolved => reviewed |
2015-05-05 10:40 |
|
Note Added: 0040537 | |
2015-05-05 10:40 |
|
Status | reviewed => verified |
2015-05-05 10:40 |
|
Resolution | open => fixed |
2015-05-05 10:40 |
|
Product Version | 6.9.0 => 6.8.0 |
2015-05-05 10:40 |
|
Fixed in Version | => 6.9.0 |
2015-05-05 11:09 | git | Note Added: 0040543 | |
2015-05-14 15:28 |
|
Status | verified => closed |