View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0033200 | Community | OCCT:Tests | public | 2022-11-15 13:49 | 2024-03-07 14:06 |
Reporter | nachomartinochoa_143715 | Assigned To | apn | ||
Priority | normal | Severity | trivial | ||
Status | closed | Resolution | duplicate | ||
Platform | Linux | OS | Ubuntu 20.04 | ||
Summary | 0033200: Missing include | ||||
Description | (I'll try to make a PR to fix this now) It seems like if you build all on OCCT 7.7.0 right now, you get an error: /opt/occt-7.7.0/src/ViewerTest/ViewerTest_CmdParser.cxx:54:11: error: ‘numeric_limits’ is not a member of ‘std’ 54 | (std::numeric_limits<std::size_t>::max)(); | ^~~~~~~~~~~~~~ Which I fixed on my computer by just adding: #include <limits> To the file: src/ViewerTest/ViewerTest_CmdParser.cxx I'm new to C++ projects, so bear with me, but since I used the default CMake building chain I assume the problem is in the source code. So I decided to open an issue and PR for it Feel free to close it if it's not relevant. In which case, I'd like to know what I did wront | ||||
Steps To Reproduce | Get the OCCT 7.7.0 source code from: https://git.dev.opencascade.org/gitweb/?p=occt.git;a=shortlog;h=refs/tags/V7_7_0 For example: https://git.dev.opencascade.org/gitweb/?p=occt.git;a=commit;h=185d29b92f6764ffa9fc195b7dbe7bba3c4ac855 mkdir build cd build cmake .. cmake --build . -v -j4 | ||||
Tags | No tags attached. | ||||
Test case number | |||||
|
Selection_158.png (81,508 bytes) |
|
Branch CR33200 has been created by nachomartinochoa_143715. SHA-1: 12fa9829e3ac4a8491fe456f69ef72428a6ed9ac Detailed log of new commits: Author: imochoa Date: Tue Nov 15 12:01:51 2022 +0100 CR33200 added limits include |
|
Issue have been resolved within 0033250 |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-11-15 13:49 | nachomartinochoa_143715 | New Issue | |
2022-11-15 13:49 | nachomartinochoa_143715 | Assigned To | => apn |
2022-11-15 13:49 | nachomartinochoa_143715 | File Added: Selection_158.png | |
2022-11-15 14:01 | git | Note Added: 0112112 | |
2024-03-07 14:05 | dpasukhi | Relationship added | duplicate of 0033250 |
2024-03-07 14:06 | dpasukhi | Status | new => closed |
2024-03-07 14:06 | dpasukhi | Resolution | open => duplicate |
2024-03-07 14:06 | dpasukhi | Note Added: 0115258 |