Search found 149 matches

by nyholku
Fri Dec 30, 2016 5:35 pm
Forum: Install / Compile
Topic: Compiling on Mac ... problem with the prerequisites with homebrew
Replies: 32
Views: 11640

Re: Compiling on Mac ... problem with the prerequisites with homebrew

Hi peterl94, thanks for the reply As indicated in an other one of my posts (I put it separately cause I thought it was a separate issue): http://forum.freecadweb.org/viewtopic.php?f=4&t=19535 I've been able to run the Cmake to completion but the compilation chokes on first link step because of a...
by nyholku
Fri Dec 30, 2016 5:09 pm
Forum: Install / Compile
Topic: On Macos after successful CMake the compile chokes on first link with
Replies: 1
Views: 653

On Macos after successful CMake the compile chokes on first link with

After successfully running the CMake cmake -DBUILD_ROBOT="0" -DFREECAD_USE_EXTERNAL_PIVY="1" -DBUILD_FEM_NETGEN="1" -DFREECAD_CREATE_MAC_APP="1" ../FreeCAD-git the compile process chokes on the first link step: make Scanning dependencies of target Driver [ 0%]...
by nyholku
Fri Dec 30, 2016 11:34 am
Forum: Install / Compile
Topic: Macos CMake Could NOT find MEDFile
Replies: 2
Views: 1424

Re: Macos CMake Could NOT find MEDFile

For posterity, the instructions are missing the prerequisite to med-file which you can install like this: brew install freecad/freecad/med-file This allowed CMake to configure the project with this: cmake -DBUILD_ROBOT="0" -DFREECAD_USE_EXTERNAL_PIVY="1" -DBUILD_FEM_NETGEN="...
by nyholku
Fri Dec 30, 2016 11:31 am
Forum: Install / Compile
Topic: Compiling on Mac ... problem with the prerequisites with homebrew
Replies: 32
Views: 11640

Re: Compiling on Mac ... problem with the prerequisites with homebrew

For posterity:

The instructions are missing a prerequisite:

You need to install 'med-file' like this:

Code: Select all

 brew install freecad/freecad/med-file
by nyholku
Fri Dec 30, 2016 11:06 am
Forum: Install / Compile
Topic: Macos CMake Could NOT find MEDFile
Replies: 2
Views: 1424

Macos CMake Could NOT find MEDFile

When I try to configure the build with CMake (On Macos 10.10.5 Yosemite) with: cmake -DBUILD_ROBOT="0" -DFREECAD_USE_EXTERNAL_PIVY="1" -DBUILD_FEM_NETGEN="1" -DFREECAD_CREATE_MAC_APP="1" ../FreeCAD-git it fails as follows: -- Check for medfile (libmed and libm...
by nyholku
Thu Dec 29, 2016 3:37 pm
Forum: Install / Compile
Topic: Compiling on Mac ... problem with the prerequisites with homebrew
Replies: 32
Views: 11640

Re: Compiling on Mac ... problem with the prerequisites with homebrew

I saw this thread https://github.com/sgrogan/FreeCAD/releases/tag/0.17-med-test which seems to be related. It mentions disabling MESH_PART but does not say how and also refers to some release: https://github.com/sgrogan/FreeCAD/releases/tag/0.17-med-test but again a bit vague how to go about this or...
by nyholku
Thu Dec 29, 2016 3:18 pm
Forum: Install / Compile
Topic: Compiling on Mac ... problem with the prerequisites with homebrew
Replies: 32
Views: 11640

Re: Compiling on Mac ... problem with the prerequisites with homebrew

Hi peterl94, thanks for the tip. I've tried that like half a dozen time but failed. But I decided to let this have a one more go from the start. First I wiped every possible remains of the Macports, have not used it for years and thought I had it all removed but somehow CMake was able to detect it. ...
by nyholku
Wed Dec 28, 2016 11:29 pm
Forum: Install / Compile
Topic: Compiling on Mac ... problem with the prerequisites with homebrew
Replies: 32
Views: 11640

Re: Compiling on Mac ... problem with the prerequisites with homebrew

Thanks, not sure, as my failure is earlier, ie. because it is found in two taps it cannot be installed and with only one tap get an other installation issue and all this is before the installer actually does anything. But there were some clues there so I will have a deeper look. Thanks again!
by nyholku
Wed Dec 28, 2016 4:30 pm
Forum: Install / Compile
Topic: Compiling on Mac ... problem with the prerequisites with homebrew
Replies: 32
Views: 11640

Compiling on Mac ... problem with the prerequisites with homebrew

I'm trying to compile FreeCAD on Mac following the instructions here: http://www.freecadweb.org/wiki/?title=CompileOnMac I've got a pretty virgin homebrew installation so I expected this to go smoothly but run into several issues installing the prerequisites. Concentrating only on one problem at a t...