You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the error message I get:
~/Github/brainfuck/build$
cmake ..
CMake Error at /home/.../.local/lib/python3.10/site-packages/cmake/data/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find editline (missing: EDITLINE_INCLUDE_DIR EDITLINE_LIBRARY)
Call Stack (most recent call first):
/home/stefggl/.local/lib/python3.10/site-packages/cmake/data/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
cmake/Findeditline.cmake:31 (find_package_handle_standard_args)
CMakeLists.txt:52 (find_package)
-- Configuring incomplete, errors occurred!
cmake is version 3.26.4
Ubuntu 22.04 machine
The text was updated successfully, but these errors were encountered:
This is the error message I get:
~/Github/brainfuck/build$
cmake ..
CMake Error at /home/.../.local/lib/python3.10/site-packages/cmake/data/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find editline (missing: EDITLINE_INCLUDE_DIR EDITLINE_LIBRARY)
Call Stack (most recent call first):
/home/stefggl/.local/lib/python3.10/site-packages/cmake/data/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
cmake/Findeditline.cmake:31 (find_package_handle_standard_args)
CMakeLists.txt:52 (find_package)
-- Configuring incomplete, errors occurred!
cmake is version 3.26.4
Ubuntu 22.04 machine
The text was updated successfully, but these errors were encountered: