vejmarie

Results 41 comments of vejmarie

> I'm still getting errors using brew install. the install runs, but startup fails. During initialization the error "UI file does not exist" occurred in /usr/local/Cellar/freecad/0.19pre/Mod/Draft/InitGui.py Please look into the...

> yeah unfortunately i'm still getting issues when enabling the below switch > > ``` > -DFREECAD_CREATE_MAC_APP=ON > ``` > > ``` > -- Installing: /usr/local/FreeCAD.app/Contents/share/Gui/Stylesheets/images_dark-light/up_arrow_lighter.svg > CMake Error at...

I just fixed that issue (sorry for the delay, got too many things to do at work). Please test latest PR and let me know before I close it !

Can you execute the resulting binaries ? It seems to fail when it build the App package. You shall still be able to use FreeCAD (even if this needs to...

Sorry can you try to use the tap instead of the cask ?

Can you test the upcoming PR ? It is fixing the issue (normally)

What is your cmake command ? Because it look like that you are not building with hombrew (which is fine). The import site issue can be fixed by using an...

ok I think you do have sip installed on your machine (the default one). Just do brew remove sip brew install freecad/freecad/[email protected] brew link --force [email protected] This step shall fix...

Yes got a typo sorry. Can you post src/MacAppBundle/cmake_install.cmake from your build directory. I can have a look to the error. The file is not properly generated during the cmake...

Look like your issue is coming from protobuf /usr/local/Cellar/protobuf/3.15.8 Can you remove it from your machine ? I do not have it installed