Skip to content

CMake build issue on Ubuntu 16.06, arm64 #9

@rytrose

Description

@rytrose

I'm looking to use Parselmouth on an NVIDIA Jetson TX2, but I'm running into this CMake error. I updated CMake to 13.3.1. The traceback from sudo pip install praat-parselmouth is as follows:

Installing collected packages: praat-parselmouth
  Running setup.py install for praat-parselmouth ... error
    Complete output from command /usr/bin/python3.6 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-zb2h1v06/praat-parselmouth/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-dt2lxbst/install-record.txt --single-version-externally-managed --compile:
    running install
    running build
    running build_ext
    -- The C compiler identification is GNU 6.5.0
    -- The CXX compiler identification is GNU 6.5.0
    -- Check for working C compiler: /usr/bin/cc
    -- Check for working C compiler: /usr/bin/cc -- works
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Detecting C compile features
    -- Detecting C compile features - done
    -- Check for working CXX compiler: /usr/bin/c++
    -- Check for working CXX compiler: /usr/bin/c++ -- works
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Detecting CXX compile features
    -- Detecting CXX compile features - done
    -- Found PythonInterp: /usr/bin/python3.6 (found version "3.6.7")
    -- Found PythonLibs: /usr/lib/aarch64-linux-gnu/libpython3.6m.so
    -- Performing Test HAS_CPP14_FLAG
    -- Performing Test HAS_CPP14_FLAG - Success
    -- pybind11 v2.2.3
    -- Performing Test HAS_FLTO
    -- Performing Test HAS_FLTO - Success
    -- LTO enabled
    CMake Error at CMakeLists.txt:46 (add_subdirectory):
      add_subdirectory given source "tests" which is not an existing directory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions