[SOLVED] Building 0.14 on Slackware 14.1 (32b)

A forum dedicated to the Draft, Arch and BIM workbenches development.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
however
Posts: 31
Joined: Sat Apr 05, 2014 12:12 pm

Re: Another window issue

Post by however »

YEY!!!!

Afterall, it seems that OCE was the problem in fact, I had a successful build and Generation after I installed OCE.
triplus wrote:After that try to compile FreeCAD Development Release code again to see how it goes
How do i from here? Shall I compile FreeCAD source (now in the correct build directory) repeating the same process (through cmake-gui)?

Thank you
Slackware 14.1 32b and FreeCAD 0.14
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Another window issue

Post by triplus »

Yes you can use cmake-gui or cmake in command line whatever you prefer. For example hopefully procedure like this should work fine now. If i understand you correctly "cmake part" now completes without errors and yes now you should use:

Code: Select all

make
Or if you have multi-core CPU something like this (n = number of available cores + 1):

Code: Select all

make -j n
however
Posts: 31
Joined: Sat Apr 05, 2014 12:12 pm

Re: Another window issue

Post by however »

HALLELUIAH!!!

It's working! Installed and running fine.

Many thanks every one.

Regards,

p.s.: absolute and total respect for those developers who do this for a living. Thank you!
Slackware 14.1 32b and FreeCAD 0.14
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: [SOLVED] Building 0.14 on Slackware 14.1 (32b)

Post by triplus »

Great to hear you sorted it out!
Post Reply