View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004715 | FreeCAD | Bug | public | 2021-07-29 03:21 | 2021-07-29 10:14 |
| Reporter | kevinnguyen2020 | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 0.20 | ||||
| Summary | 0004715: error: cannot convert TColStd_Array1OfReal to Standard_Integer | ||||
| Description | I build FreeCAD from source code: ../ubuntu/freecad-source/src/Mod/Part/App/BezierCurvePyImp.cpp: In member function ‘PyObject* Part::BezierCurvePy::interpolate(PyObject*)’: ../ubuntu/freecad-source/src/Mod/Part/App/BezierCurvePyImp.cpp:441:65: error: cannot convert ‘TColStd_Array1OfReal’ to ‘Standard_Integer’ {aka ‘int’} 441 | BSplCLib::EvalBsplineBasis(row.size()-1, num_poles, knots, params(cons_idx), first_non_zero, bezier_eval, Standard_False); | ^~~~~ | | | TColStd_Array1OfReal | ||||
| Steps To Reproduce | 1. Get the source code from GitHub 2. Run CMake cmake -DBUILD_QT5=ON -DPYTHON_EXECUTABLE=/usr/bin/python3 -DCMAKE_BUILD_TYPE=Debug ../freecad-source 3. Build make -j$(nproc) | ||||
| Additional Information | My environment: Ubuntu 20.04 g++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 | ||||
| Tags | No tags attached. | ||||
| FreeCAD Information | Build errors. | ||||
|
|
@kevinnguyen2020 : I already pointed you to our guidelines and forum. This isn't an option to behave accordingly. On this specific issue, you admittedly didn't read the wiki documentation about how to compile. Ticket closed. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2021-07-29 03:21 | kevinnguyen2020 | New Issue | |
| 2021-07-29 10:14 | openBrain | Status | new => closed |
| 2021-07-29 10:14 | openBrain | Resolution | open => no change required |
| 2021-07-29 10:14 | openBrain | Note Added: 0015764 |
FreeCAD