Mario Zimmermann

Results 109 comments of Mario Zimmermann

> So, by the way, the next PR will replace the build type in CI for Windows, as Release is more important to us For macOS the current CI build...

Are there any news on this? I have the same problem on my Mac with MacOS Big Sur 11.2.3: `CMake Error at src/MacAppBundle/cmake_install.cmake:74 (file): file INSTALL cannot find "/Users/mario/FreeCAD/source/src/MacAppBundle/import site":...

Thanks for your quick reply. Unfortunately, this doesn't seem to have any effect. - cloned your repo, branch macbundle - emptied the build folder - run cmake - make -j6...

Correct, I am not building with homebrew, I follow the steps on the documentation page. Ok, I followed the steps. brew remove --ignore-dependencies icu4c export PKG_CONFIG_PATH... This is my shell...

Ok, I have followed all the steps. The PKG_CONFIG_PATH should be "/usr/local/opt/[email protected]/lib/pkgconfig" right? (I assume you have a type in your comment above). Did all the link steps you mentioned....

Here is my build/src/MacAppBundle/cmake_install.cmake file: ------------------ # Install script for directory: /Users/mario/FreeCAD/source/src/MacAppBundle # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) set(CMAKE_INSTALL_PREFIX "/Users/mario/FreeCAD/FreeCAD.app/Contents") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") #...

That was as success. Installation completes without error now. But the resulting FreeCAD.app can not be opened. "FreeCAD.app cannot be opened due to an error" (I get this message in...

Will try, this will take much longer of course. Please see my EDIT above

Hmmm, no, that's where I started (cloned your repo, branch macbundle). Tried again, deleted the source directory and cloned again. Deleted the contents of the build folder. There is no...

This gives me a bunch of compilation errors. Will investigate further tomorrow. Thank you again!