Jump to content

MEgg

Dormant
  • Posts

    2
  • Joined

  • Last visited

Posts posted by MEgg

  1. I tried to build

    https://github.com/Ultimaker/libArcus

    Had to install newer cmake because of

    "CMake Error at CMakeLists.txt:2 (cmake_minimum_required):

     CMake 2.8.12 or higher is required.  You are running version 2.8.11.2"

    This was ok then with

    cmake-2.8.12

    Then:

    "  Could NOT find PythonInterp: Found unsuitable version "3.3.5", but required

     is at least "3.4.0" (found /usr/bin/python3)"

    Installed python 3.4.3 which was ok then.

    Now I get:

    "[...]

    -- Looking for include file pthread.h

    -- Looking for include file pthread.h - found

    -- Looking for pthread_create

    -- Looking for pthread_create - not found

    -- Looking for pthread_create in pthreads

    -- Looking for pthread_create in pthreads - not found

    -- Looking for pthread_create in pthread

    -- Looking for pthread_create in pthread - found

    -- Found Threads: TRUE  

    -- Found PROTOBUF: /usr/local/lib64/libprotobuf.so  

    -- Found PythonInterp: /usr/local/bin/python3.4 (found suitable version "3.4.3", minimum required is "3.4.0")

    -- Found PythonLibs: /usr/local/lib/python3.4 (Required is at least version "3.4.0")

    Traceback (most recent call last):

     File "[...]libArcus-master/cmake/FindSIP.py", line 8, in

       import sipconfig

    ImportError: No module named 'sipconfig'

    CMake Error at cmake/FindSIP.cmake:58 (MESSAGE):

     Could not find SIP

    Call Stack (most recent call first):

     CMakeLists.txt:23 (find_package)

    -- Configuring incomplete, errors occurred!

    [...]"

    I have installed

    sip-4.18.tar.gz

    from

    http://pyqt.sourceforge.net/Docs/sip4/installation.html

    Any pointers what may be missing here?

    I found

    https://aur.archlinux.org/packages/arcus/

    but obviously this still fails and there is no solution.

×
×
  • Create New...