[SOLVED] Problem when compil 0.15 on Antergos

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
netnico
Posts: 41
Joined: Fri Mar 27, 2015 5:12 am

[SOLVED] Problem when compil 0.15 on Antergos

Post by netnico »

Hi everybody

first escuse my english but it's difficult to explain my problem ( I'm french):

I have a problem trying to compile 0.15

at the beginning of the compilation process:

I followed the tutorial this page to feet and letter: http://www.freecadweb.org/wiki/index.ph ... Arch_Linux

on this PC I install the distribution Antergos (all the updates are done)
I would like to clarify that I used the procedure with cmake.

here is the result of the terminal:

Code: Select all

[nnowicki@Acer17 free-cad-code]$ cmake -DFREECAD_USE_EXTERNAL_PIVY=1 -DCMAKE_BUILD_TYPE=Release
-- prefix: /usr/local
-- datadir: data
-- docdir: doc
-- includedir: include
-- libdir: /usr/local/lib
-- Boost version: 1.57.0
-- Found the following Boost libraries:
--   filesystem
--   program_options
--   regex
--   signals
--   system
--   thread
-- Found Xerces-C: /usr/lib64/libxerces-c.so
-- PyCXX found:
--   Headers:  /home/nnowicki/free-cad-code/src
--   Sources:  /home/nnowicki/free-cad-code/src/CXX
-- -- Found OCE/OpenCASCADE version: 6.7.1
-- -- OCE/OpenCASCADE include directory: /opt/opencascade/inc
-- -- OCE/OpenCASCADE shared libraries directory: /opt/opencascade/lib
-- libshiboken built for Release
CMake Error at cMake/FindPySideTools.cmake:71 (message):
  PySideTools could not be not found, but are required.
Call Stack (most recent call first):
  CMakeLists.txt:596 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/nnowicki/free-cad-code/CMakeFiles/CMakeOutput.log".
See also "/home/nnowicki/free-cad-code/CMakeFiles/CMakeError.log".
[nnowicki@Acer17 free-cad-code]$ 
on this link you will find the two file in attachement : viewtopic.php?f=12&t=10434

i have seen with Normandc there his the librairy " python2-pyside-tools" is not installed but if you go on the link for file , i wrote it's ok on my system.
Last edited by netnico on Fri Apr 10, 2015 4:01 am, edited 1 time in total.
cox
Posts: 971
Joined: Wed Nov 26, 2014 11:37 pm

Re: Problem when compil 0.15 on Antergos

Post by cox »

I use https://aur.archlinux.org/packages/freecad-git/ from AUR and it works fine on ARCH.
Need help? Feel free to ask, but please read the guidelines first
netnico
Posts: 41
Joined: Fri Mar 27, 2015 5:12 am

Re: Problem when compil 0.15 on Antergos

Post by netnico »

thanks for your response which version have you with it, on your link it's 0.14 version
cox
Posts: 971
Joined: Wed Nov 26, 2014 11:37 pm

Re: Problem when compil 0.15 on Antergos

Post by cox »

You get the newest version from git.
Need help? Feel free to ask, but please read the guidelines first
netnico
Posts: 41
Joined: Fri Mar 27, 2015 5:12 am

Re: Problem when compil 0.15 on Antergos

Post by netnico »

yes it's my problem from git i need to compil it
cox
Posts: 971
Joined: Wed Nov 26, 2014 11:37 pm

Re: Problem when compil 0.15 on Antergos

Post by cox »

The AUR repository consists of PKGBUILD files witch describes how to compile, and what steps or dependencies is needed to build.

I have never used Antegros but I know that AUR is suported (Wikipedia). You should be able to find some information on how the recommended way to build from AUR on Antegros.

I use "yaourt" on arch wich is a wrapper around packman and AUR. And for me to install or update freecad all i have to do is "yaourt freecad-git" this takes care of all dependencies and walks you through building an installing them.

Please follow your distributions recommendation for using AUR.
Need help? Feel free to ask, but please read the guidelines first
netnico
Posts: 41
Joined: Fri Mar 27, 2015 5:12 am

Re: Problem when compil 0.15 on Antergos

Post by netnico »

Thank you cox, i've use the Aur repositery and it's ok i have 0.16 version now
Post Reply