View Issue Details

IDProjectCategoryView StatusLast Update
0001243FreeCADBugpublic2013-10-01 08:13
Reporterchristianlupus Assigned To 
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionno change required 
Product Version0.13 
Summary0001243: Missing linking option in drawing branch to SoQt
DescriptionI 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 InformationUbuntu raring amd64
TagsNo tags attached.
FreeCAD Information

Activities

wmayer

2013-09-21 11:16

administrator   ~0003602

I wonder if your build got corrupted somehow.

christianlupus

2013-10-01 07:57

reporter   ~0003704

I tried to rebuild and it worked now. Maybe there were some problems with dependencies.

wmayer

2013-10-01 08:13

administrator   ~0003705

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.

wmayer

2013-10-01 08:13

administrator   ~0003706

So, I close this one.

Issue History

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