View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001243 | FreeCAD | Bug | public | 2013-09-16 05:29 | 2013-10-01 08:13 |
| Reporter | christianlupus | Assigned To | |||
| Priority | normal | Severity | trivial | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 0.13 | ||||
| Summary | 0001243: Missing linking option in drawing branch to SoQt | ||||
| Description | I cloned the git repositry and tried to build the drawing branch (like here: http://freecad-tutorial.blogspot.de/). There arose the problem that the linking of bin/FreeCAD failed due to many missing references to methods in libSoQt.so. I then modified the file 'src/Main/CMakeFiles/FreeCADMain.dir/link.txt' and added "-lSoQt" to the options. Now FreeCAD linked. Unfortunately I am not common with cmake so it is impossible for me to correct the source files to insert that linking flag by default. Maybe someone common to cmake can handle this. | ||||
| Additional Information | Ubuntu raring amd64 | ||||
| Tags | No tags attached. | ||||
| FreeCAD Information | |||||
|
|
I wonder if your build got corrupted somehow. |
|
|
I tried to rebuild and it worked now. Maybe there were some problems with dependencies. |
|
|
Maybe there was a mix-up somehow. Usually when setting a dependency to a library in a CMake file A then this dependency will be copied to the CMake file B if it depends on A. |
|
|
So, I close this one. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2013-09-16 05:29 | christianlupus | New Issue | |
| 2013-09-21 11:16 | wmayer | Note Added: 0003602 | |
| 2013-10-01 07:57 | christianlupus | Note Added: 0003704 | |
| 2013-10-01 08:13 | wmayer | Note Added: 0003705 | |
| 2013-10-01 08:13 | wmayer | Note Added: 0003706 | |
| 2013-10-01 08:13 | wmayer | Status | new => closed |
| 2013-10-01 08:13 | wmayer | Resolution | open => no change required |
FreeCAD