Search found 370 matches

by blacey
Sat May 06, 2017 3:05 pm
Forum: Install / Compile
Topic: Compiling on Mac ... problem with the prerequisites with homebrew
Replies: 32
Views: 11658

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

I finally managed to build FC on Sierra. My Sierra is a clean installation and to build FC I followed the steps here, cleaning up all my previous attempts, brew included I just had installed XQuartz: https://www.xquartz.org/ and Xcode and Homebrew https://brew.sh/ You should not need XQuartz - Free...
by blacey
Fri May 05, 2017 12:04 pm
Forum: Install / Compile
Topic: Compiling on Mac ... problem with the prerequisites with homebrew
Replies: 32
Views: 11658

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

Hi, I am trying to compile FC 0.17 on Sierra... I did follow all the steps but I have this error CMake Warning at CMakeLists.txt:772 (find_package): By not providing "FindQt5Network.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by &...
by blacey
Sat Apr 08, 2017 12:19 am
Forum: Developers corner
Topic: 15 Months of FreeCAD "gourced"
Replies: 2
Views: 765

15 Months of FreeCAD "gourced"

Visualization of git commits over the past 15 minutes purely for entertainment purposes.

Produced using Gource.io

Enjoy!
by blacey
Sun Mar 26, 2017 4:20 am
Forum: Path/CAM
Topic: MacOS Testing request - OpenCAMLib Homebrew formula
Replies: 10
Views: 3544

Re: MacOS Testing request - OpenCAMLib Homebrew formula

And Errors.. a lot of them. needed to export PATH="/usr/local/opt/qt\@5.6/bin:$PATH" brew link --force qt@5.6 sudo ln -f -s /usr/local/Cellar/qt\@5.*/*/mkspecs /usr/local/mkspecs sudo ln -f -s /usr/local/Cellar/qt\@5.*/*/plugins /usr/local/plugins @dlhenke, glad you manage to get it worki...
by blacey
Tue Mar 21, 2017 10:20 pm
Forum: Developers corner
Topic: FreeCAD Qt5 plan for deprecated WebKit?
Replies: 59
Views: 15197

Re: FreeCAD Qt5 plan for deprecated WebKit?

With @wmayer's hard work and merge today, Travis just cranked out a very solid Qt 5 (10600) build for those interested in testing it. Any Qt 5 build that is 10600 or later will include the recent Qt 5 fixes making it very usable on macOS. In fact, the Qt 5 builds address a number of longstanding Fre...
by blacey
Tue Mar 21, 2017 5:19 pm
Forum: Developers corner
Topic: FreeCAD Qt5 plan for deprecated WebKit?
Replies: 59
Views: 15197

Re: FreeCAD Qt5 plan for deprecated WebKit?

So, the fix is simple: b9934f05 Now the only open issues so far are: When the content looks weird then some OpenGL states are messed up (like disabled GL_LIGHTING) The loss of multisampling after undocking @wmayer, awesome work. I have regressed the following on macOS, per your request: Mantis #000...
by blacey
Thu Mar 16, 2017 10:49 pm
Forum: Install / Compile
Topic: [Ubuntu Daily PPA] Transitioning to OCCT7, VTK7...
Replies: 288
Views: 70971

Re: [Ubuntu Daily PPA] Transitioning to OCCT7, VTK7...

@normandc, @gdo35, in case it helps, I have updated the nglib-occt7.patch to include the patch for configure.ac. To apply to a clean netgen 5.3.1 source tree, cd into the root of the source tree and issue the following command: curl -L https://github.com/FreeCAD/homebrew-freecad/releases/download/0/...
by blacey
Sun Mar 12, 2017 6:00 am
Forum: Path/CAM
Topic: MacOS Testing request - OpenCAMLib Homebrew formula
Replies: 10
Views: 3544

Re: MacOS Testing request - OpenCAMLib Homebrew formula

ian.rees wrote:I've made a formula for building OpenCAMLib via Homebrew - it would be great to get some feedback on it from any Mac users who are interested in CAM. It's in the FreeCAD "Tap" https://github.com/freecad/homebrew-freecad
-Ian-
Nice!!!
by blacey
Sun Mar 12, 2017 4:55 am
Forum: Install / Compile
Topic: [Ubuntu Daily PPA] Transitioning to OCCT7, VTK7...
Replies: 288
Views: 70971

Re: [Ubuntu Daily PPA] Transitioning to OCCT7, VTK7...

essential headers (found in the netgen-headers package) need to be copied manually Bruce, I can't thank you enough for spending time with me to troubleshoot this. And now I know I was not doing something wrong! This was driving me nuts. :? There is a reason it is called "Teamwork" or &quo...
by blacey
Sat Mar 11, 2017 7:54 pm
Forum: Install / Compile
Topic: [Ubuntu Daily PPA] Transitioning to OCCT7, VTK7...
Replies: 288
Views: 70971

Re: [Ubuntu Daily PPA] Transitioning to OCCT7, VTK7...

Compiling netgen is proving a pain... :? The last library referenced, "FWOSPlugin", was removed from Open CASCADE 7.0.0. bernd hasn't removed it from his patched netgen repo, I'm surprised it manages to compile! Yeah, I had to remove FWOSPlugin from the macOS build as well and was part of...