Search found 12 matches

by moonman91
Wed Oct 09, 2013 4:20 pm
Forum: Install / Compile
Topic: Mac build problems
Replies: 16
Views: 4249

Re: Mac build problems

That was my thought too... I'll try to reinstall the dependencies to see if I can get to something.
by moonman91
Sun Oct 06, 2013 1:02 pm
Forum: Install / Compile
Topic: New build for Mac OS X 10.6 -- does it work?
Replies: 5
Views: 3270

Re: New build for Mac OS X 10.6 -- does it work?

It seems to work fine for me too on MAC OS X 10.6.8.
by moonman91
Sat Oct 05, 2013 5:25 pm
Forum: Install / Compile
Topic: Mac build problems
Replies: 16
Views: 4249

Re: Mac build problems

So, I'm back. I managed to get freecad building to end. It launches but when I want to create a new document it quits suddenly. This is what I get : FreeCAD 0.14, Libs: 0.14R2421 (Git) © Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2011 ##### #### ### #### # # # # # # # ## #### #### # # # # # ...
by moonman91
Sun Sep 01, 2013 11:48 am
Forum: Install / Compile
Topic: Mac build problems
Replies: 16
Views: 4249

Re: Mac build problems

What branch are you using? My osx-app branch is the only one that will build a bundle. And you will only get the complete bundle when you do make install (you actually might need to do sudo make install), which will install it to wherever you set the install prefix. The bundle with just the main ex...
by moonman91
Wed Aug 28, 2013 7:19 pm
Forum: Install / Compile
Topic: Mac build problems
Replies: 16
Views: 4249

Re: Mac build problems

So, your commit fixed the error, thanks! But I'm facing another one a bit later: Linking CXX shared library ../../lib/libFreeCADBase.so cd /Users/Fabrice/Documents/freecad_bundle/build/src/Base && "/Applications/CMake 2.8-11.app/Contents/bin/cmake" -E cmake_link_script CMakeFiles/F...
by moonman91
Mon Aug 19, 2013 9:10 pm
Forum: Install / Compile
Topic: Mac build problems
Replies: 16
Views: 4249

Re: Mac build problems

I tried to build in another directory and it stopped at the same point.

I'll wait for your attempt next week (I won't have an internet access during the next few days either).
by moonman91
Mon Aug 19, 2013 7:05 pm
Forum: Install / Compile
Topic: Mac build problems
Replies: 16
Views: 4249

Re: Mac build problems

How long did you wait for coin_wrap.cpp.o? Maybe it just takes a while. I had tried for several hours a few weeks back and it didn't work. But I tried to wait again tonight and it worked so that's one problem solved! Here is the output of the make during the linking (not sure if that's what you ask...
by moonman91
Mon Aug 19, 2013 3:40 pm
Forum: Install / Compile
Topic: Mac build problems
Replies: 16
Views: 4249

Re: Mac build problems

And what of the above code snippet causes this gcc error, i.e. what is line 8741? Oh, you're right, I forgot that... It's the line "arg3 = *temp;" Mefisto is built beforehand and the compiler seems to work on the file. The output is : [ 3%] Building CXX object src/3rdParty/salomesmesh/CMa...
by moonman91
Mon Aug 19, 2013 12:51 pm
Forum: Install / Compile
Topic: Mac build problems
Replies: 16
Views: 4249

Re: Mac build problems

The code of the function is : SWIGINTERN PyObject *_wrap_SbString_vsprintf(PyObject *SWIGUNUSEDPARM(self), PyObject *args) { PyObject *resultobj = 0; SbString *arg1 = (SbString *) 0 ; char *arg2 = (char *) 0 ; va_list arg3 ; void *argp1 = 0 ; int res1 = 0 ; int res2 ; char *buf2 = 0 ; int alloc2 = 0...
by moonman91
Mon Aug 19, 2013 9:30 am
Forum: Install / Compile
Topic: Mac build problems
Replies: 16
Views: 4249

Mac build problems

Hi, I'm trying to build the branch from peterl94 (http://forum.freecadweb.org/viewtopic.php?f=4&t=4387) as well as the master branch. Both fails at the very beginning when build pivy. [ 0%] Generating ../../../bin/pivy/sogui.py [ 0%] Generating ../../../bin/pivy/__init__.py [ 0%] Generating ../....