Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install/build SIPP on Ubuntu 18.04 "sys/endian.h and le16toh - not found" #436

Closed
TamerL opened this issue Nov 7, 2019 · 2 comments

Comments

@TamerL
Copy link

TamerL commented Nov 7, 2019

Hi All,
I got this error after cloning the repository:

ThinkPad-X1-Carbon-6th:~/sipp$ cmake .
-- The C compiler identification is GNU 7.4.0
-- The CXX compiler identification is GNU 7.4.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
-- Looking for endian.h
-- Looking for endian.h - found
-- Looking for sys/endian.h
-- Looking for sys/endian.h - not found
-- Looking for sys/epoll.h
-- Looking for sys/epoll.h - found
-- Performing Test HAVE_UDP_UH_PREFIX
-- Performing Test HAVE_UDP_UH_PREFIX - Success
-- Looking for le16toh
-- Looking for le16toh - found
-- Looking for le16toh
-- Looking for le16toh - not found
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
CURSES_LIBRARY
linked by target "sipp_unittest" in directory ~/sipp
linked by target "sipp" in directory ~/sipp

-- Configuring incomplete, errors occurred!
See also "/sipp/CMakeFiles/CMakeOutput.log".
See also "
/sipp/CMakeFiles/CMakeError.log".

@TamerL TamerL changed the title Can't install SIPP on my Ubuntu 18.04 "sys/endian.h and le16toh - not found" Can't install/build SIPP on Ubuntu 18.04 "sys/endian.h and le16toh - not found" Nov 7, 2019
@wdoekes
Copy link
Member

wdoekes commented Nov 7, 2019

sudo apt-get install libncurses-dev

I'll agree that that error is not real pretty though.

@wdoekes wdoekes closed this as completed in 0b59293 Nov 7, 2019
@TamerL
Copy link
Author

TamerL commented Nov 8, 2019

Thank You 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants