View Issue Details

IDProjectCategoryView StatusLast Update
0004571DraftBugpublic2021-02-17 20:56
Reporterthesnipiid Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionno change required 
PlatformArch linux x86_64OSlinuxOS Version5.10.15-arch1-1
Product Version0.19 
Summary0004571: When compiling 0.19_pre, Cannot find file 'patterns/brick01'
DescriptionThe error come from the file : draft.qrc under src/Mod/Draft/Resources/
adding .svg to the filename at line 91 of the file draft.qrc solve the problem.

from :
<file>patterns/brick01</file>

to :
<file>patterns/brick01.svg</file>
Steps To Reproduce
  • git checkout tags/0.19_pre
  • cmake ../FreeCAD/ -DBUILD_QT5=ON -DPYTHON_EXECUTABLE=/usr/bin/python3 -DCMAKE_BUILD_TYPE=Release
  • cmake --build /home/tim/freecad-build -j
TagsNo tags attached.
FreeCAD Informationcompiling Freecad version 0.19_pre

Activities

Kunda1

2021-02-17 19:43

administrator   ~0015365

@thesnipiid
Weird, I don't see the missing .svg in most up to date source tree

https://github.com/FreeCAD/FreeCAD/blob/master/src/Mod/Draft/Resources/Draft.qrc#L110

Can you try again?

Kunda1

2021-02-17 20:55

administrator   ~0015366

Last edited: 2021-02-17 20:56

@thesnipiid please don't use the tags/0.19_pre tag. Just pull HEAD
That was fixed back in Dec 2019 FreeCAD master c0ebcbee

Closing ticket

Issue History

Date Modified Username Field Change
2021-02-17 14:30 thesnipiid New Issue
2021-02-17 19:43 Kunda1 Assigned To => Kunda1
2021-02-17 19:43 Kunda1 Status new => feedback
2021-02-17 19:43 Kunda1 Note Added: 0015365
2021-02-17 19:44 Kunda1 Tag Attached: #tobeclosed
2021-02-17 19:44 Kunda1 Description Updated
2021-02-17 20:55 Kunda1 Assigned To Kunda1 =>
2021-02-17 20:55 Kunda1 Status feedback => closed
2021-02-17 20:55 Kunda1 Resolution open => no change required
2021-02-17 20:55 Kunda1 Note Added: 0015366
2021-02-17 20:55 Kunda1 Tag Detached: #tobeclosed
2021-02-17 20:56 Kunda1 Note Edited: 0015366