stonewell / wxglterm

A cross platform terminal emulator. Buildin plugin system support python and c/c++ plugin.
MIT License
11 stars 4 forks source link

For some reason i'm getting this #1

Closed SolarAquarion closed 6 years ago

SolarAquarion commented 6 years ago

could NOT find PythonLibs (missing: PYTHON_INCLUDE_DIRS) (Required is at least version "3")

I do have /usr/include/python3.6m

SolarAquarion commented 6 years ago

@stonewell for some reason i need to do "cmake ..." twice

SolarAquarion commented 6 years ago

The C compiler identification is GNU 7.2.1 -- The CXX compiler identification is GNU 7.2.1 -- 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.3") -- Found PythonLibs: /usr/lib/libpython3.6m.so -- Performing Test HAS_CPP14_FLAG -- Performing Test HAS_CPP14_FLAG - Success CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find PythonLibs (missing: PYTHON_INCLUDE_DIRS) (Required is at least version "3") Call Stack (most recent call first): /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE) /usr/share/cmake-3.10/Modules/FindPythonLibs.cmake:262 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:40 (FIND_PACKAGE)

-- Configuring incomplete, errors occurred! See also "/home/solaraquarion/pkgbuild/wxglterm-git/src/build/CMakeFiles/CMakeOutput.log".